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 9fa3bd1 commit 6f740aeCopy full SHA for 6f740ae
CHANGELOG.md
@@ -1,5 +1,6 @@
1
-### v2.0.2 (9 October 2016)
+### v2.1.0 (6 December 2016)
2
3
+* [FEATURE] Add the `changeWidth` prop to have the container width animated along with the height. (thanks @wifilinker) (#31)
4
* [UPGRADE] Upgrade dev dependencies to latest versions; `[email protected]` fixes the demo unknown props warnings.
5
6
### v2.0.1 (14 September 2016)
package.json
@@ -1,6 +1,6 @@
{
"name": "react-css-transition-replace",
- "version": "2.0.1",
+ "version": "2.1.0",
"description": "A React component to animate replacing one element with another.",
"main": "lib/ReactCSSTransitionReplace.js",
"repository": {
0 commit comments