Skip to content

v2.8.7

Latest
Compare
Choose a tag to compare
@SmileZXLee SmileZXLee released this 29 May 17:08
· 1 commit to main since this release

1.新增 props:layout-only,支持仅使用基础布局。
2.新增 goF2方法,支持手动触发进入二楼。
3.新增 @scrollDirectionChange事件,支持监听列表滚动方向改变。
4.新增 props:paging-class,支持直接设置z-pagingclass
5.新增 addKeyboardHeightChangeListener方法,支持手动添加键盘高度变化监听。
6.修复 scrollIntoViewById方法在存在slot=top或局部区域滚动时,滚动的位置不准确的问题。
7.优化 重构底部安全区域处理逻辑,修改为占位view的方式,处理方案更灵活并支持自定义底部安全区域颜色。
8.优化 兼容在nvue+vue3中使用waterfall
9.优化 规范types中对style类型的约束。