Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.37 KB

CHANGELOG.md

File metadata and controls

37 lines (28 loc) · 1.37 KB

1.1.0

Breaking Changes:

Non-Breaking Changes:

  • 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.

1.0.14

1.0.13

  • Remove Hyperlink. Reverted ES-Lint Script Reporting.

1.0.12

1.0.11

1.0.10

1.0.9

  • Initial Release