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 b8cd323 commit aed0d18Copy full SHA for aed0d18
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+### v3.0.2 (7 October 2017)
2
+
3
+* [BUGFIX] Fix updating children when the current child re-renders itself. (#53)
4
5
+### v2.2.2 (6 October 2017)
6
7
+* [UPGRADE] Support React 16 in v2. (#55 thanks @GeKrom)
8
9
### v3.0.1 (2 October 2017)
10
11
* [BUGFIX] Prevent animating child selection with CSS rather than clearing with JS so form inputs don't lose focus on each update. (#50)
package.json
@@ -1,6 +1,6 @@
{
"name": "react-css-transition-replace",
- "version": "3.0.1",
+ "version": "3.0.2",
"description": "A React component to animate replacing one element with another.",
"main": "lib/ReactCSSTransitionReplace.js",
"repository": {
0 commit comments