We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e379d commit 8151b95Copy full SHA for 8151b95
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [4.2.0](https://github.com/reactjs/react-transition-group/compare/v4.1.1...v4.2.0) (2019-06-28)
2
+
3
4
+### Features
5
6
+* add SwitchTransition component ([#470](https://github.com/reactjs/react-transition-group/issues/470)) ([c5e379d](https://github.com/reactjs/react-transition-group/commit/c5e379d))
7
8
## [4.1.1](https://github.com/reactjs/react-transition-group/compare/v4.1.0...v4.1.1) (2019-06-10)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "react-transition-group",
- "version": "4.1.1",
+ "version": "4.2.0",
"description": "A react component toolset for managing animations",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
0 commit comments