Skip to content

Commit 222057d

Browse files
committed
3.0.1
1 parent 8f075a9 commit 222057d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* [BUGFIX] Prevent animating child selection with CSS rather than clearing with JS so form inputs don't lose focus on each update. (#50)
44
* [BUGFIX] Switch the container to relative positioning on the render before the transitions start to avoid the glitch
55
in Edge without using permanent relative positioning which is not an option. (#52)
6+
* [DOCS] Add an example where the height transition is delayed until after the leave transition. (#43)
67

78
### v3.0.0 (27 August 2017)
89

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

0 commit comments

Comments
 (0)