Skip to content

Releases: lukasbach/react-complex-tree

2.2.1

22 Jul 21:39
Compare
Choose a tag to compare
<!--
### Breaking Changes

### Features

### Bug Fixes and Improvements

### Other Changes
-->

2.2.0

14 Jun 11:21
Compare
Choose a tag to compare

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

20 May 23:30
Compare
Choose a tag to compare
<!--
### Breaking Changes

### Features

### Bug Fixes and Improvements

### Other Changes
-->

2.1.4

16 May 23:34
Compare
Choose a tag to compare
<!--
### Breaking Changes

### Features

### Bug Fixes and Improvements

### Other Changes
-->

2.1.4-alpha.0

02 May 18:31
Compare
Choose a tag to compare

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

02 May 15:13
Compare
Choose a tag to compare

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

02 Apr 17:07
Compare
Choose a tag to compare

Bug Fixes and Improvements

  • Fixed a bug where the icon was misaligned when scrolling in the modern theme (#239)

2.1.1

27 Feb 23:05
Compare
Choose a tag to compare

Bug Fixes and Improvements

  • Fixes bug where dropping an item on its own descendant makes it vanish (#227)

2.1.0

24 Feb 00:29
Compare
Choose a tag to compare

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

05 Feb 00:39
Compare
Choose a tag to compare

Bug Fixes and Improvements

  • Fix: Previous release did not include the new css file.