Skip to content

Commit

Permalink
Mention compat version of transition-group so we can delete those docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Apr 9, 2017
1 parent 1a32610 commit 6a512d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion addons/react-addons-css-transition-group/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# react-addons-css-transition-group

This package is deprecated and will no longer work with React 16+. We recommend you use `CSSTransitionGroup` from [`react-transition-group`](https://github.com/reactjs/react-transition-group) instead.
This package is deprecated and will no longer work with React 16+. We recommend you use `CSSTransitionGroup` from [`react-transition-group`](https://github.com/reactjs/react-transition-group) instead.

In particular, its version `1.1.1` is a drop-in replacement for the last released version of `react-addons-css-transition-group`. You can install `[email protected]` on npm, and replace its imports with `react-transition-group/CSSTransitionGroup` to migrate. The documentation branch for that version [can be found here](https://github.com/reactjs/react-transition-group/tree/v1.1.1#high-level-api-csstransitiongroup).
4 changes: 3 additions & 1 deletion addons/react-addons-transition-group/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# react-addons-transition-group

This package is deprecated and will no longer work with React 16+. We recommend you use `TransitionGroup` from [`react-transition-group`](https://github.com/reactjs/react-transition-group) instead.
This package is deprecated and will no longer work with React 16+. We recommend you use `TransitionGroup` from [`react-transition-group`](https://github.com/reactjs/react-transition-group) instead.

In particular, its version `1.1.1` is a drop-in replacement for the last released version of `react-addons-transition-group`. You can install `[email protected]` on npm, and replace its imports with `react-transition-group/TransitionGroup` to migrate. The documentation branch for that version [can be found here](https://github.com/reactjs/react-transition-group/tree/v1.1.1#low-level-api-transitiongroup).

0 comments on commit 6a512d4

Please sign in to comment.