react-treebeard v1.1.0 Release Notes

    • 💥 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 animations to false in the props.