File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
react-css-transition-replace Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change
1
+ ### v4.0.3 (30 January 2020)
2
+
3
+ - [ CHORE] Remove deprecated ` React.createFactory ` .
4
+
1
5
### v4.0.2 (11 October 2019)
2
6
3
7
- [ BUGFIX] Fix child ref function called a second time with CSSTransitionGroupChild. (#61 )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-css-transition-replace" ,
3
- "version" : " 4.0.2 " ,
3
+ "version" : " 4.0.3 " ,
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" : " 3 .0.3" ,
3
+ "version" : " 4 .0.3" ,
4
4
"private" : true ,
5
5
"homepage" : " https://marnusw.github.io/react-css-transition-replace" ,
6
6
"scripts" : {
7
7
"start" : " react-scripts start" ,
8
8
"test" : " react-scripts test" ,
9
9
"build" : " react-scripts build" ,
10
- "postbuild" : " cp -r build/* ../../gh-pages && rimraf build"
10
+ "postbuild" : " rimraf ../../gh-pages/static && cp -r build/* ../../gh-pages && rimraf build"
11
11
},
12
12
"dependencies" : {
13
13
"react" : " ^16.9.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-css-transition-replace" ,
3
- "version" : " 4.0.2 " ,
3
+ "version" : " 4.0.3 " ,
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