Skip to content

v5.57.0

Compare
Choose a tag to compare
@simonguo simonguo released this 22 Mar 10:22
· 97 commits to main since this release

Features

  • add support for CascadeTree and MultiCascadeTree (#3563) (524fc7a)

Bug Fixes

  • InlineEdit: fix type conflict for defined children (#3685) (619c455)
  • Loader: set correct ARIA properties for Loader (#3691) (92505e2)
  • fix the problem that useToaster cannot be imported on demand (#3689) (1e4f4e3)

BREAKING CHANGE 🚨

  • Cascader and MultiCascader no longer support the inline prop, replaced by CascadeTree and MultiCascadeTree.
  • In order to make the prop naming more semantically unified, we renamed some of the props of Cascader and MultiCascader, as follows:
    • rendeMenu -> renderColumn
    • renderMenuItem -> renderTreeNode
    • menuClassName -> popupClassName
    • menuStyle -> popupStyle
    • menuWidth -> columnWidth
    • menuHeight -> columnHeight

Full Changelog: v5.56.0...v5.57.0