File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 3
3
* [ BUGFIX] Prevent animating child selection with CSS rather than clearing with JS so form inputs don't lose focus on each update. (#50 )
4
4
* [ BUGFIX] Switch the container to relative positioning on the render before the transitions start to avoid the glitch
5
5
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 )
6
7
7
8
### v3.0.0 (27 August 2017)
8
9
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-css-transition-replace" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
4
4
"description" : " A React component to animate replacing one element with another." ,
5
5
"main" : " lib/ReactCSSTransitionReplace.js" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments