Skip to content

Commit 89cd36f

Browse files
committed
Note in the readme that React 0.14.0 is required.
1 parent 7e363fe commit 89cd36f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### v0.2.0 (25 September 2015)
1+
### v0.2.0 (28 September 2015)
22

33
* [DEPENDENCY] Removed the `classnames` dependency.
44
* [ENHANCEMENT] The `${transitionName}-height` class is only added while the height transition is active.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Install via `npm`:
1717
npm install --save react-css-transition-replace
1818
```
1919

20+
**Note:** This version requires `React 0.14.0-rc1`, for `React 0.13.x` use version `0.1.4` of this library.
21+
2022

2123
## Usage
2224

0 commit comments

Comments
 (0)