Skip to content

Releases: lukasbach/react-complex-tree

2.0.3

03 Feb 23:46
Compare
Choose a tag to compare

Features

  • Introduced new tree theme. You can opt into the new theme by importing style-modern.css instead of style.css

Other Changes

  • Fixed broken props-tables documentations for react components.
  • Fixed incomplete getstarted documentation page.

2.0.2

31 Dec 14:13
Compare
Choose a tag to compare

Bug Fixes and Improvements

  • Fixed a bug where dragging a node above the topmost node throws an error in the log (#203)
  • Fixed a bug where dragging an item onto itself would make it disappear from the tree (#205)

2.0.1

18 Dec 02:04
Compare
Choose a tag to compare

Bug Fixes and Improvements

  • Fixed a bug where autofocus for the search input was not working for blueprintjs
    renderers (#197)
  • Fixed a bug where tree labels where not set (#195)
  • Reduce react peer dependency requirement to v16 (#196)

Other Changes

  • Upgraded storybook and yarn dependencies in dev tooling
  • Added release pipeline in CI