- Add
React 16.0to peerDependencies PR #102
- Update
.babelrcto fix some issues with Travis CI PR #83
- Update Babel, Webpack, Mocha & Karma dependencies
- Fix ESLint issue
- Fix bug where package wasn't exported properly PR #67 (comment)
- BREAKING: The
peerDependenciesrange (for bothreact&react-dom)has been changed from^0.14 || ^15.0to^15.5.4. - Uses
prop-typespackage instead ofReact.PropTypes- Fixes dependencies for
velocity-react&radium
- Fixes dependencies for
- Uses ES6 classes instead of
React.createClassin tests - Uses
react-dom/test-utilspackage instead ofreact-addons-test-utilsin tests - Some code clean-up`
- Deletes deprecated tests (
reactidisn't used anymore sinceReact v15.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.
- Derived Terminal Attribute
- Optional
idcan 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