Skip to content

Commit aed0d18

Browse files
committed
3.0.2
1 parent b8cd323 commit aed0d18

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
### v3.0.1 (2 October 2017)
210

311
* [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

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": "3.0.1",
3+
"version": "3.0.2",
44
"description": "A React component to animate replacing one element with another.",
55
"main": "lib/ReactCSSTransitionReplace.js",
66
"repository": {

0 commit comments

Comments
 (0)