提交 9fad8b69 编写于 作者: Y yujiadong

add aspectRatio changelog

Signed-off-by: Nyujiadong <yujiadong3@huawei.com>
Change-Id: I2d0e0eee02e5ff6b433a76b8ced3c8445bbaae69
上级 133fc8e1
......@@ -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.
先完成此消息的编辑!
想要评论请 注册