Skip to content

v5.33.2

Compare
Choose a tag to compare
@zombieJ zombieJ released this 22 Dec 09:36
· 43 commits to master since this release

Enhancements

  • a11y: Improve NumberKeyboard & VirtualInput accessibility experience. (#6494)
  • Tabs: 🔬 Add autoScroll to disable auto scroll behavior when tab content changed. Note this is experimental prop which maybe rename in future. (#6497)

Bug Fixes

  • Dropdown: Fix Dropdown.Item not trigger onClick event. (#6481)
  • MISC: Resolve where measuring elements would cause the browser to print an extra blank page. (#6488)

优化

  • a11y: 优化 NumberKeyboard 和 VirtualInput 的无障碍体验。(#6494)
  • Tabs: 🔬 添加 autoScroll 以支持标题内容变化时不要滚动的需求。注意这是一个实验性属性,命名未来可能会被改变。(#6497)

修复

  • Dropdown: 修复 Dropdown.Item 不触发 onClick 事件的问题。(#6481)
  • MISC: 解决内部的测量元素会导致浏览器打印功能出现额外的空白页的问题。(#6488)