New Features
- 560c291 5a696c5 Rate: Support slide gesture (#5497) (#5505)
- 6b0c107 SwipeAction: Add
onActionsReveal
prop (#5484) - ea21796 Form: Add new
requiredMarkStyle
optionnone
(#5486)
Enhancements
Bug Fixes
- f580110 830b96b SwipeAction: Fix position blink sometimes (like #5490) (#5514)
- be90116 Swiper: Fix a dragging gesture bug when imperatively call
jumpTo
in theonClick
event ofSwiper.Item
- 88b0fea useResizeEffect: Avoid
ResizeObserver loop limit exceeded
error (#5491)
特性
- 560c291 5a696c5 Rate: 支持了滑动手势 (#5497) (#5505)
- 6b0c107 SwipeAction: 新增了
onActionsReveal
属性 (#5484) - ea21796 Form:
requiredMarkStyle
属性新增了可选项none
,用于完全不显示必填标记 (#5486)