Skip to content

Commit f3b7d9a

Browse files
committed
4.0.0
1 parent b6d06a3 commit f3b7d9a

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
### Next
1+
### v4.0.0 (17 September 2019)
22

3-
- [UPGRADE] Rename to `UNSAFE_componentWillReceiveProps`; requires `react@>=16.3.0.
3+
- [BREAKING] Rename to `UNSAFE_componentWillReceiveProps`; requires `react@>=16.3.0`.
44
- [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.
67
- [DEPENDENCY] Remove the `warning` dependency since function refs are now standard practice.
78
- [CHORE] Switch to a monorepo for the lib and demo and use CRA for the demo app.
89
- [CHORE] Use Prettier.

package.json

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-css-transition-replace",
3-
"version": "3.0.3",
3+
"version": "4.0.0",
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)