Releases: lukasbach/react-complex-tree
Releases · lukasbach/react-complex-tree
2.2.1
<!--
### Breaking Changes
### Features
### Bug Fixes and Improvements
### Other Changes
-->
2.2.0
Features
- Added
stopRenamingItem()
function to item render context (#271)
Bug Fixes and Improvements
- Added check in
onMissingItems
in case dataProvider.getTreeItems
return null as tree value (#272)
- Remove unused types
renderDraggingItem
and renderDraggingItemTitle
- Don't use timeout to update linear items (#266)
2.1.5-alpha.0
<!--
### Breaking Changes
### Features
### Bug Fixes and Improvements
### Other Changes
-->
2.1.4
<!--
### Breaking Changes
### Features
### Bug Fixes and Improvements
### Other Changes
-->
2.1.4-alpha.0
Bug Fixes and Improvements
- Fixed globally-scoped references to the document prop into a getter that doesn't fail in ssr environments (#259)
2.1.3
Bug Fixes and Improvements
- Fixed a bug where dragging to an item and back to the original position would still drop the item on the temporary position (#249)
2.1.2
Bug Fixes and Improvements
- Fixed a bug where the icon was misaligned when scrolling in the modern theme (#239)
2.1.1
Bug Fixes and Improvements
- Fixes bug where dropping an item on its own descendant makes it vanish (#227)
2.1.0
Bug Fixes and Improvements
- Dragging on a non-folder item with
canDropOnNonFolder=false
and
canReorderItems=false
will now target the item's parent. (#219)
2.0.4
Bug Fixes and Improvements
- Fix: Previous release did not include the new css file.