File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
react-css-transition-replace Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- ### v5.0.0 (17 May 2023)
1
+ ### v5.0.1 (17 May 2023)
2
2
3
3
- [ BREAKING] Remove deprecated findDOMNode; now requires functional child components to use ` forwardRef ` (#101 )
4
4
- [ BUGFIX] Avoid an occasional flicker when the exiting node is removed (#114 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-css-transition-replace" ,
3
- "version" : " 5.0.0 " ,
3
+ "version" : " 5.0.1 " ,
4
4
"private" : true ,
5
5
"authors" : " Marnus Weststrate <marnusw@gmail.com>" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-css-transition-replace-demo" ,
3
- "version" : " 5.0.0 " ,
3
+ "version" : " 5.0.1 " ,
4
4
"private" : true ,
5
5
"homepage" : " https://marnusw.github.io/react-css-transition-replace" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-css-transition-replace" ,
3
- "version" : " 5.0.0 " ,
3
+ "version" : " 5.0.1 " ,
4
4
"description" : " A React component to animate replacing one element with another." ,
5
5
"main" : " lib/ReactCSSTransitionReplace.js" ,
6
6
"module" : " es/ReactCSSTransitionReplace.js" ,
You can’t perform that action at this time.
0 commit comments