Skip to content

v5.33.1

Compare
Choose a tag to compare
@zombieJ zombieJ released this 13 Dec 08:22
· 52 commits to master since this release

Enhancements

  • ImageViewer: Add semantic classNames for mask and body. (#6407)
  • Popover: Prevent event interactive when animating. (#6416)
  • CalendarPicker: support getContainer. (#6460)

Bug Fixes

  • Switch: Fix the width flick even when checkedText & uncheckedText is the same. (#6421)
  • VirtualInput: Fix long press the button on the popup panel will make the panel un-closable. (#6477)
  • NumberKeyboard: Fix title node always render even when title is empty. (#6475)
  • CascaderView: Fix onChange not correct for some special case. (#6444)

优化

  • ImageViewer: 更新语义化 classNames 支持,添加 maskbody。(#6407)
  • Popover: 在动画过渡时阻止点击交互事件。(#6416)
  • CalendarPicker: 支持传递 getContainer 属性。(#6460)

修复

  • Switch: 修复在 checkedTextuncheckedText 相同时,切换状态宽度会抖动的问题。(#6421)
  • VirtualInput: 修复弹出面板长按后,面板无法关闭的问题。(#6477)
  • NumberKeyboard: 修复 title 为空时,title 节点仍然会渲染的问题。(#6475)
  • CascaderView: 修复在一些特殊情况下 onChange 返回值内容不正确的问题。(#6444)