Skip to content

Releases: marcantondahmen/sortable-tree

v0.7.2

28 Dec 20:39
Compare
Choose a tag to compare

Bug Fixes

  • disconnect state observer in destroy method (fc8933a)

v0.7.1

19 Oct 20:26
Compare
Choose a tag to compare

Bug Fixes

  • fix type error when moving node up to the root level (6dfac9d)

v0.7.0

27 Jul 18:52
Compare
Choose a tag to compare

Features

  • add option to customize icons (e7295cd)

v0.6.0

21 Apr 19:26
Compare
Choose a tag to compare

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

01 Feb 11:11
Compare
Choose a tag to compare

Bug Fixes

  • fix error when node is undefined (761bc55)

v0.5.0

30 Jan 15:20
Compare
Choose a tag to compare

Features

  • add subnodesData property (40a71f7)
  • export node component in index file (a4b9e7d)
  • make onChange and onClick handlers async (6db34c6)

v0.4.2

29 Jan 20:02
Compare
Choose a tag to compare

Bug Fixes

Code Refactoring

v0.4.1

29 Jan 10:06
Compare
Choose a tag to compare

Bug Fixes

  • make js bundle the main entry point (e30e74e)

v0.4.0

28 Jan 11:10
Compare
Choose a tag to compare

Features

  • add option to disable sorting (6e7764a)

v0.3.0

26 Jan 20:14
Compare
Choose a tag to compare

Bug Fixes

  • fix ghost image when dragging a node (36e050e)
  • fix style of dragged subnodes (5b0f137)

Documentation

  • improve demo and readme (33f862a)