Skip to content

2.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Nov 23:27
· 113 commits to main since this release

Breaking Changes

  • Changed the behavior for dropping an item at the bottom of an open folder has changed, and will now drop
    into the open folder at its top, instead of the parent folder below the open folder. See discussion at #148 for details.
    You can opt out of this behavior by setting the canDropBelowOpenFolders prop on the tree environment (#148).

Bug Fixes

  • Fixed a bug where the canRename property in a tree item payload was not respected.