All Versions
19
Latest Version
Avg Release Cycle
79 days
Latest Release
2015 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.0.1 Changes
July 17, 2017- ๐ Fix bug where package wasn't exported properly PR #67 (comment)
-
v2.0.0 Changes
- ๐ฅ 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
)
- ๐ฅ BREAKING: The
-
v1.1.0 Changes
- ๐ฅ 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 Changes
- Derived Terminal Attribute
- Optional
id
can be defined in data and used as a component key.
-
v1.0.13 Changes
- โ Remove Hyperlink. Reverted ES-Lint Script Reporting.
-
v1.0.11 Changes
- ๐ Support for Multiple Nodes @ Root Level
- ๐ Fixed non-critical animation errors in tests.
-
v1.0.9 Changes
- ๐ Initial Release