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 4c5ba98 commit d1f9ea5Copy full SHA for d1f9ea5
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [4.1.0](https://github.com/reactjs/react-transition-group/compare/v4.0.1...v4.1.0) (2019-05-30)
2
+
3
4
+### Features
5
6
+* add global transition disable switch ([#506](https://github.com/reactjs/react-transition-group/issues/506)) ([4c5ba98](https://github.com/reactjs/react-transition-group/commit/4c5ba98))
7
8
## [4.0.1](https://github.com/reactjs/react-transition-group/compare/v4.0.0...v4.0.1) (2019-05-09)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "react-transition-group",
- "version": "4.0.1",
+ "version": "4.1.0",
"description": "A react component toolset for managing animations",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
0 commit comments