File tree 3 files changed +8
-2
lines changed
packages/react-css-transition-replace
3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### v4.0.2 (11 October 2019)
2
+
3
+ - [ BUGFIX] Fix child ref function called a second time with CSSTransitionGroupChild. (#61 )
4
+
1
5
### v4.0.1 (11 October 2019)
2
6
3
7
- [ UPGRADE] Minor and patch dependency upgrades.
4
8
- [ BUGFIX] revert ` dom-helpers ` to ` v3 ` . (#65 ,#66 )
5
9
6
10
### v4.0.0 (17 September 2019)
7
11
12
+ ** BROKEN RELEASE**
13
+
8
14
- [ BREAKING] Rename to ` UNSAFE_componentWillReceiveProps ` ; requires ` react@>=16.3.0 ` .
9
15
- [ UPGRADE] Remove the use of ` componentWillMount ` which is unsafe.
10
16
- [ UPGRADE] Update dependencies; switch to Babel v7.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-css-transition-replace" ,
3
- "version" : " 4.0.1 " ,
3
+ "version" : " 4.0.2 " ,
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" : " 4.0.1 " ,
3
+ "version" : " 4.0.2 " ,
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