react/addons/react-addons-transition-group
Nathan Hunzaker 5634f0d113 15.6.2
2017-09-25 17:02:44 -07:00
..
index.js 15.x: File headers BSD+Patents -> MIT 2017-09-25 17:02:43 -07:00
LICENSE 15.x: BSD+Patents -> MIT 2017-09-25 17:02:44 -07:00
package.json 15.6.2 2017-09-25 17:02:44 -07:00
README.md Update transitiongroup readmes to be less scary 2017-06-14 13:14:24 +01:00
yarn.lock Use react-transition-group from npm (#9937) 2017-06-12 23:43:39 +01:00

react-addons-transition-group

The code in this package has moved. We recommend you to use TransitionGroup from react-transition-group instead.

In particular, its version 1.x is a drop-in replacement for the last released version of react-addons-transition-group.

Run npm install --save react-transition-group@1.x, and replace the imports in your code:

// Old
import TransitionGroup from 'react-addons-transition-group';

// New
import TransitionGroup from 'react-transition-group/TransitionGroup';

The documentation branch for react-transition-group@1.x can be found here.