This repository was archived by the owner on Jan 16, 2023. It is now read-only.
v1.1.0
- BREAKING: 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
animationstofalsein the props.