Skip to content

Commit 7c0b963

Browse files
Setsuntaion
authored andcommitted
Update README.md upgrade language (#492)
Include version 2.0.0 and onwards in the breaking API changes
1 parent 6ca4314 commit 7c0b963

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# react-transition-group [![npm][npm-badge]][npm]
22

3-
> **ATTENTION!** To address many issues that have come up over the years, the API in v2 is not backwards compatible with the original [`React addon (v1-stable)`](https://github.com/reactjs/react-transition-group/tree/v1-stable).
3+
> **ATTENTION!** To address many issues that have come up over the years, the API in v2 and above is not backwards compatible with the original [`React addon (v1-stable)`](https://github.com/reactjs/react-transition-group/tree/v1-stable).
44
>
55
> **For a drop-in replacement for `react-addons-transition-group` and `react-addons-css-transition-group`, use the v1 release. Documentation and code for that release are available on the [`v1-stable`](https://github.com/reactjs/react-transition-group/tree/v1-stable) branch.**
66
>
7-
> We are no longer updating the v1 codebase, please upgrade to v2 when possible
7+
> We are no longer updating the v1 codebase, please upgrade to the latest version when possible
88
99
A set of components for managing component states (including mounting and unmounting) over time, specifically designed with animation in mind.
1010

0 commit comments

Comments
 (0)