We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e363fe commit 89cd36fCopy full SHA for 89cd36f
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-### v0.2.0 (25 September 2015)
+### v0.2.0 (28 September 2015)
2
3
* [DEPENDENCY] Removed the `classnames` dependency.
4
* [ENHANCEMENT] The `${transitionName}-height` class is only added while the height transition is active.
README.md
@@ -17,6 +17,8 @@ Install via `npm`:
17
npm install --save react-css-transition-replace
18
```
19
20
+**Note:** This version requires `React 0.14.0-rc1`, for `React 0.13.x` use version `0.1.4` of this library.
21
+
22
23
## Usage
24
0 commit comments