Releases: marcantondahmen/sortable-tree
Releases · marcantondahmen/sortable-tree
v0.7.2
Bug Fixes
- disconnect state observer in destroy method (fc8933a)
v0.7.1
Bug Fixes
- fix type error when moving node up to the root level (6dfac9d)
v0.7.0
Features
- add option to customize icons (e7295cd)
v0.6.0
Features
- use nanoid for creating node ids (af46208)
- add option to persist the folding state of a tree when reloading a page (a180401)
v0.5.1
Bug Fixes
- fix error when node is undefined (761bc55)
v0.5.0
Features
- add subnodesData property (40a71f7)
- export node component in index file (a4b9e7d)
- make onChange and onClick handlers async (6db34c6)
v0.4.2
Bug Fixes
Code Refactoring
v0.4.1
Bug Fixes
- make js bundle the main entry point (e30e74e)
v0.4.0
Features
- add option to disable sorting (6e7764a)
v0.3.0
Bug Fixes
- fix ghost image when dragging a node (36e050e)
- fix style of dragged subnodes (5b0f137)
Documentation