Skip to content

Commit 196b5d6

Browse files
chore(release): 3.0.0 [skip ci]
# [3.0.0](v2.9.0...v3.0.0) (2019-04-15) ### Features * use stable context API ([#471](#471)) ([aee4901](aee4901)), closes [#429](#429) ### BREAKING CHANGES * use new style react context ```diff // package.json -"react": "^15.0.0", +"react": "^16.6.0", -"react-dom": "^15.0.0", +"react-dom": "^16.6.0", ```
1 parent aee4901 commit 196b5d6

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# [3.0.0](https://github.com/reactjs/react-transition-group/compare/v2.9.0...v3.0.0) (2019-04-15)
2+
3+
4+
### Features
5+
6+
* use stable context API ([#471](https://github.com/reactjs/react-transition-group/issues/471)) ([aee4901](https://github.com/reactjs/react-transition-group/commit/aee4901)), closes [#429](https://github.com/reactjs/react-transition-group/issues/429)
7+
8+
9+
### BREAKING CHANGES
10+
11+
* use new style react context
12+
13+
```diff
14+
// package.json
15+
-"react": "^15.0.0",
16+
+"react": "^16.6.0",
17+
-"react-dom": "^15.0.0",
18+
+"react-dom": "^16.6.0",
19+
```
20+
121
# [2.9.0](https://github.com/reactjs/react-transition-group/compare/v2.8.0...v2.9.0) (2019-04-06)
222

323

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-transition-group",
3-
"version": "2.9.0",
3+
"version": "3.0.0",
44
"description": "A react component toolset for managing animations",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)