-
Notifications
You must be signed in to change notification settings - Fork 126
Update to react-transition-group #135
Update to react-transition-group #135
Conversation
package.json
Outdated
"react-addons-test-utils": "15.4.2", | ||
"react-transition-group": "1.2.0", |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
src/gallery/index.jsx
Outdated
@@ -1,6 +1,6 @@ | |||
import React, { Component } from 'react' | |||
import PropTypes from 'prop-types' | |||
import ReactCssTransitionGroup from 'react-addons-css-transition-group' | |||
import { CSSTransitionGroup } from 'react-transition-group' |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
67dda03
to
fad6636
Compare
Thanks for reviewing, I have updated the PR with your feedback. When I originally started the PR |
Ah it seems like travis uses the dependencies for the testsuite. Would it be more relevant to add it to the |
Would you mind updating this branch? Interested in getting this to work with React 16! |
Thanks for the reminder @JeffreyATW. Released to npm as v1.0.4. |
With the release of React 15.5 there are a few add-ons which have been moved to separate repositories. For some it means they are already migrating to its new namespace.
At the moment
react-fine-uploader
has a peerDependency to the discontinued add-onreact-addons-css-transition-group
, whereas some projects may already have migrated toreact-transition-group
namespace. This PR continues on thereact-transition-group
namespace.