Skip to content

v5.61.0

Compare
Choose a tag to compare
@simonguo simonguo released this 17 May 02:37
· 24 commits to main since this release

Features

Refactor all Tree related components

  • Features
    • feat: add support for searchable on <Tree> and <CheckTree>.
  • Bug Fixes
    • fix(Accessibility): improve unreasonable DOM layer structure.
    • fix: #3559
    • fix: #3623
    • fix(Tree,CheckTree): fix indent line not show in dark mode.
    • fix(Tree,CheckTree): fix tree node cannot be interacted with by keyboard when virtualized.
  • BREAKING CHANGE 🚨
    In TreePicker and CheckTreePicker components, the following props have been deprecated and replaced with new props:
    | Deprecated props | New props      |
    | ---------------- | -------------- |
    | ~menuClassName~  | popupClassName |
    | ~menuStyle~      | popupStyle     |
    | ~renderMenu~     | renderTree     |
    | ~height~         | treeHeight     |
    

Performance Improvements

  • DateRangePicker: improve the performance when typing the date (#3803) (a384bd0)

Bug Fixes

  • Steps: center align inner icon/text by @ShrinidhiUpadhyaya (#3811) (1f284ea)
  • Form Controls: fix the color contrast of form controls in disabled state (#3809) (211ce5f)
  • DatePicker, DateRangePicker: block pointer events when disabled (#3797) (166fb45)
  • DatePicker, DateRangePicker: fix the issue that renderValue does not work (#3798) (494c9c6)
  • DateRangePicker: fix calendar panel vertical display (#3806) (0da17e9)
  • Placeholder.Grid: fix active not working (#3805) (2e1a4ce)

Full Changelog: v5.60.2...v5.61.0