Skip to content

Commit 0c78be9

Browse files
committed
4.0.2
1 parent 4a3a660 commit 0c78be9

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
1+
### v4.0.2 (11 October 2019)
2+
3+
- [BUGFIX] Fix child ref function called a second time with CSSTransitionGroupChild. (#61)
4+
15
### v4.0.1 (11 October 2019)
26

37
- [UPGRADE] Minor and patch dependency upgrades.
48
- [BUGFIX] revert `dom-helpers` to `v3`. (#65,#66)
59

610
### v4.0.0 (17 September 2019)
711

12+
**BROKEN RELEASE**
13+
814
- [BREAKING] Rename to `UNSAFE_componentWillReceiveProps`; requires `react@>=16.3.0`.
915
- [UPGRADE] Remove the use of `componentWillMount` which is unsafe.
1016
- [UPGRADE] Update dependencies; switch to Babel v7.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-css-transition-replace",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"private": true,
55
"authors": "Marnus Weststrate <[email protected]>",
66
"license": "MIT",

packages/react-css-transition-replace/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-css-transition-replace",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"description": "A React component to animate replacing one element with another.",
55
"main": "lib/ReactCSSTransitionReplace.js",
66
"module": "es/ReactCSSTransitionReplace.js",

0 commit comments

Comments
 (0)