This repository was archived by the owner on Jan 16, 2023. It is now read-only.
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
)