未验证 提交 615e819c 编写于 作者: O openharmony_ci 提交者: Gitee

!22221 Swiper change log

Merge pull request !22221 from zhouchaobo/0811_new
......@@ -71,6 +71,7 @@ API Version 9: Free模式显示位置
API Version 10: Free模式显示位置与Full模式显示位置相同
![Navigation](figures/navigation_title_mode_free_sdk10.png)
## cl.arkui.3 字符串异常值默认变更
**变更影响**
......@@ -107,4 +108,20 @@ struct GridRowExample {
API Version 9上方示例中的GridRow设定width中的"80pv"会等同于width设定字符串"80"
API Version 10: 上方示例中的GridRow的width中的"80pv"会被视为异常值,所以GridRow的width设定为默认值,相当于未设定
\ No newline at end of file
API Version 10: 上方示例中的GridRow的width中的"80pv"会被视为异常值所以GridRow的width设定为默认值相当于未设定
## cl.arkui.4 Swiper的loop属性设置非法值时使用默认值true
**变更影响**
Swiper的loop属性设置非法值时原先使用false现更改为true
API Version 9: loop属性设置非法值时使用false
API Version 10: loop属性设置非法值时使用true
## cl.arkui.5 Swiper的翻页速度阈值由180px/s调整为1200px/s
**变更影响**
需要更快的速度才能满足翻页的条件
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册