未验证 提交 0a253a37 编写于 作者: O openharmony_ci 提交者: Gitee

!22836 add aspectRatio changelog

Merge pull request !22836 from Yujiadong/new823
......@@ -10,3 +10,11 @@
**关键的接口变更**
PanelHeight枚举的WRAP_CONTENT值从0变为'wrapContent',接口行为变更对开发者无影响。
## cl.arkui.2 aspectRatio设置非法值和undefined时,默认值从1.0变为null。
**变更影响**
变更前,开发者设置负数和undefined,aspectRatio = 1.0
变更后,开发者设置负数和undefined,aspectRatio为null。例如,Row只设置宽度且没有子组件,aspectRatio不设置值或者设置成负数时,此时Row高度为0。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册