Skip to content

Commit 6f740ae

Browse files
committed
2.1.0
1 parent 9fa3bd1 commit 6f740ae

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
### v2.0.2 (9 October 2016)
1+
### v2.1.0 (6 December 2016)
22

3+
* [FEATURE] Add the `changeWidth` prop to have the container width animated along with the height. (thanks @wifilinker) (#31)
34
* [UPGRADE] Upgrade dev dependencies to latest versions; `[email protected]` fixes the demo unknown props warnings.
45

56
### v2.0.1 (14 September 2016)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-css-transition-replace",
3-
"version": "2.0.1",
3+
"version": "2.1.0",
44
"description": "A React component to animate replacing one element with another.",
55
"main": "lib/ReactCSSTransitionReplace.js",
66
"repository": {

0 commit comments

Comments
 (0)