File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
packages/react-css-transition-replace Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
- ### Next
1
+ ### v4.0.0 (17 September 2019)
2
2
3
- - [ UPGRADE ] Rename to ` UNSAFE_componentWillReceiveProps ` ; requires `react@>=16.3.0.
3
+ - [ BREAKING ] Rename to ` UNSAFE_componentWillReceiveProps ` ; requires ` react@>=16.3.0 ` .
4
4
- [ UPGRADE] Remove the use of ` componentWillMount ` which is unsafe.
5
- - [ UPGRADE] Update dependencies to latest stable versions.
5
+ - [ UPGRADE] Update dependencies; switch to Babel v7.
6
+ - [ ENHANCEMENT] Add ESM build output.
6
7
- [ DEPENDENCY] Remove the ` warning ` dependency since function refs are now standard practice.
7
8
- [ CHORE] Switch to a monorepo for the lib and demo and use CRA for the demo app.
8
9
- [ CHORE] Use Prettier.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-css-transition-replace" ,
3
- "version" : " 3 .0.3 " ,
3
+ "version" : " 4 .0.0 " ,
4
4
"private" : true ,
5
5
"authors" :
" Marnus Weststrate <[email protected] >" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-css-transition-replace" ,
3
- "version" : " 3 .0.3 " ,
3
+ "version" : " 4 .0.0 " ,
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