Releases: lukasbach/react-complex-tree
Releases · lukasbach/react-complex-tree
2.0.3
Features
- Introduced new tree theme. You can opt into the new theme by importing
style-modern.css
instead ofstyle.css
Other Changes
- Fixed broken props-tables documentations for react components.
- Fixed incomplete getstarted documentation page.
2.0.2
2.0.1
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