- Toggle is now completely data-driven. There is no self-aware state.
- Node Headers are now optimised via
shouldComponentUpdate
. This cuts down render time with large trees. - Container Decorator Available. Increased flexibility by allowing you to create your own node containers. Found in
decorators.Container
. - Turn Off All Animations. This will remove all Velocity components from the tree. Simply set
animations
tofalse
in the props.
- Derived Terminal Attribute
- Optional
id
can be defined in data and used as a component key.
- Remove Hyperlink. Reverted ES-Lint Script Reporting.
- Support for Multiple Nodes @ Root Level
- Fixed non-critical animation errors in tests.
- Initial Release