This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
Releases: storybook-eol/react-treebeard
Releases · storybook-eol/react-treebeard
v2.0.0
- BREAKING: The
peerDependencies
range (for bothreact
&react-dom
) has been changed from^0.14 || ^15.0
to^15.5.4
. - Uses
prop-types
package instead ofReact.PropTypes
- Fixes dependencies for
velocity-react
&radium
- Fixes dependencies for
- Uses ES6 classes instead of
React.createClass
in tests - Uses
react-dom/test-utils
package instead ofreact-addons-test-utils
in tests - Some code clean-up`
- Deletes deprecated tests (
reactid
isn't used anymore sinceReact v15.0
)
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
animations
tofalse
in the props.
v1.0.14
- Derived Terminal Attribute
- Optional
id
can be defined in data and used as a component key.
v1.0.13
- Remove Hyperlink. Reverted ES-Lint Script Reporting.
v1.0.12
v1.0.11
- Support for Multiple Nodes @ Root Level
- Fixed non-critical animation errors in tests.
v1.0.10
v1.0.9
- Initial Release