Releases: chenglou/react-motion
Releases · chenglou/react-motion
v0.5.2
v0.5.1
v0.5.0
Breaking
- Dropping support for older React. Currently supported versions are
^0.14.9 || ^15.3.0
Changes
- Upgraded all React components to use ES6 classes
- Replace React.PropTypes with
prop-types
package
PRs:
- #463 @MichaelDeBoey Use 'react-dom/test-utils' package instead of 'react-addons-test-utils'
- #462 @MichaelDeBoey Update deprecated 'create-react-class' dependencies in tests to ES6 classes
- #460 @nkbt Split tests in Travis and use Node 6
- #458 @MichaelDeBoey Update peerDependencies to be compatible with 'prop-types' package
- #457 @ifndefdeadmau5 Use ES6 classes in ‘Motion.js’
- #455 @Holi0317 Use ES6 class style for creating react components
v0.4.8
- externalize stripStyle #452 by @bearcott
- Migrated deprecated React.PropTypes and React.createClass #446 by @Andarist
- Fix link to TypeScript types #443 by @pshrmn
- Refactored demo and fixed flow check errors #435 by @therewillbecode
- Fix broken link #430 by @codler
- Unmounted component setState fix #420 by @alleycat-at-git