All Versions
21
Latest Version
Avg Release Cycle
41 days
Latest Release
1996 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.5.2 Changes
October 02, 2017π Support React 16 (#496)
-
v0.5.1 Changes
August 28, 2017- π [F] New flow definitions, fixes children typing.
-
v0.5.0 Changes
April 26, 2017π₯ 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
- β¬οΈ Dropping support for older React. Currently supported versions are
-
v0.4.8 Changes
April 17, 2017- π 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
-
v0.4.7 Changes
December 15, 2016- [I]
didLeave
forTransitionMotion
! Please check the README for more.
- [I]
-
v0.4.6
December 12, 2016 -
v0.4.5
September 26, 2016 -
v0.4.4 Changes
June 04, 2016- [F] Small fix to component unmounting bug (https://github.com/chenglou/react-motion/commit/49ea396041b0031b95f4941cc7efce200fcca454). It's not clear why this is erroring, but people want the temp fix.
-
v0.4.3 Changes
April 19, 2016- π
[F]
TransitionMotion
styles
function not being passeddefaultStyles
value upon first call. #296 - [I]
onRest
callback forMotion
!
- π
[F]
-
v0.4.2 Changes
January 30, 2016- π [F]
TransitionMotion
keys merging bug. #264 - [F]
TransitionMotion
rare stale read bug. https://github.com/chenglou/react-motion/commit/f20dc1b9c8de7b387927b24afdb73e0a5ea0d0a6
- π [F]