Skip to content

Commit 26d049a

Browse files
committed
update changelog
1 parent 277db71 commit 26d049a

File tree

2 files changed

+52
-30
lines changed

2 files changed

+52
-30
lines changed

CHANGELOG.md

Lines changed: 42 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,89 +1,112 @@
1+
## [v2.3.0]
2+
3+
> 2018-03-28
4+
5+
* Added `*-done` classes to CSS Transition ([#269])
6+
* Reorganize docs with more interesting examples! ([#304])
7+
* A bunch of bug fixes
8+
9+
[#269]: https://github.com/reactjs/react-transition-group/pull/269
10+
[#304]: https://github.com/reactjs/react-transition-group/pull/304
11+
[v2.3.0]: https://github.com/reactjs/react-transition-group/compare/v2.2.1...2.3.0
12+
113
## [v2.2.1]
14+
215
> 2017-09-29
316
4-
- **Patch:** Allow React v16 ([#198])
17+
* **Patch:** Allow React v16 ([#198])
518

619
[#198]: https://github.com/reactjs/react-transition-group/pull/198
720
[v2.2.1]: https://github.com/reactjs/react-transition-group/compare/v2.2.0...2.2.1
821

922
## [v2.2.0]
23+
1024
> 2017-07-21
1125
12-
- **Feature:** Support multiple classes in `classNames` ([#124])
13-
- **Docs:** fix broken link ([#127])
14-
- **Bugfix:** Fix Transition props pass-through ([#123])
26+
* **Feature:** Support multiple classes in `classNames` ([#124])
27+
* **Docs:** fix broken link ([#127])
28+
* **Bugfix:** Fix Transition props pass-through ([#123])
1529

1630
[#124]: https://github.com/reactjs/react-transition-group/pull/124
1731
[#123]: https://github.com/reactjs/react-transition-group/pull/123
1832
[#127]: https://github.com/reactjs/react-transition-group/pull/127
1933
[v2.2.0]: https://github.com/reactjs/react-transition-group/compare/v2.1.0...2.2.0
2034

2135
## [v2.1.0]
36+
2237
> 2017-07-06
2338
24-
- **Feature:** Add back `childFactory` on `<TransitionGroup>` ([#113])
25-
- **Bugfix:** Ensure child specified `onExited` fires in a `<TransitionGroup>` ([#113])
39+
* **Feature:** Add back `childFactory` on `<TransitionGroup>` ([#113])
40+
* **Bugfix:** Ensure child specified `onExited` fires in a `<TransitionGroup>` ([#113])
2641

2742
[#113]: https://github.com/reactjs/react-transition-group/pull/113
2843
[v2.1.0]: https://github.com/reactjs/react-transition-group/compare/v2.0.1...2.1.0
2944

3045
## v2.0.2
46+
3147
> 2017-07-06
3248
33-
- **Fix documentation npm:** No code changes
49+
* **Fix documentation npm:** No code changes
3450

3551
## v2.0.1
52+
3653
> 2017-07-06
3754
38-
- **Fix documentation on npm:** No code changes
55+
* **Fix documentation on npm:** No code changes
3956

4057
## [v2.0.0]
58+
4159
> 2017-07-06
4260
43-
- **Feature:** New API! ([#24]), migration guide at [https://github.com/reactjs/react-transition-group/blob/master/Migration.md](https://github.com/reactjs/react-transition-group/blob/master/Migration.md)
61+
* **Feature:** New API! ([#24]), migration guide at [https://github.com/reactjs/react-transition-group/blob/master/Migration.md](https://github.com/reactjs/react-transition-group/blob/master/Migration.md)
4462

4563
[#24]: https://github.com/reactjs/react-transition-group/pull/24
4664
[v2.0.0]: https://github.com/reactjs/react-transition-group/compare/v1.2.0...v2.0.0
4765

4866
## [v1.2.0]
67+
4968
> 2017-06-12
5069
51-
- **Feature:** Dist build now includes both production and development builds ([#64])
52-
- **Feature:** PropTypes are now wrapped allowing for lighter weight production builds ([#69])
70+
* **Feature:** Dist build now includes both production and development builds ([#64])
71+
* **Feature:** PropTypes are now wrapped allowing for lighter weight production builds ([#69])
5372

5473
[#64]: https://github.com/reactjs/react-transition-group/issues/64
5574
[#69]: https://github.com/reactjs/react-transition-group/issues/69
56-
[v1.1.X]: https://github.com/reactjs/react-transition-group/compare/v1.1.3...master
75+
[v1.1.x]: https://github.com/reactjs/react-transition-group/compare/v1.1.3...master
5776

5877
## [v1.1.3]
78+
5979
> 2017-05-02
6080
61-
- bonus release, no additions
81+
* bonus release, no additions
6282

6383
[v1.1.3]: https://github.com/reactjs/react-transition-group/compare/v1.1.2...v1.1.3
6484

6585
## [v1.1.2]
86+
6687
> 2017-05-02
6788
68-
- **Bugfix:** Fix refs on children ([#39])
89+
* **Bugfix:** Fix refs on children ([#39])
6990

7091
[v1.1.2]: https://github.com/reactjs/react-transition-group/compare/v1.1.1...v1.1.2
7192
[#39]: https://github.com/reactjs/react-transition-group/pull/39
7293

7394
## [v1.1.1]
95+
7496
> 2017-03-16
7597
76-
- **Chore:** Add a prebuilt version of the library for jsbin and the like.
98+
* **Chore:** Add a prebuilt version of the library for jsbin and the like.
7799

78100
[v1.1.1]: https://github.com/reactjs/react-transition-group/compare/v1.1.0...v1.1.1
79101

80102
## [v1.1.0]
103+
81104
> 2017-03-16
82105
83-
- **Feature:** Support refs on children ([#9])
84-
- **Feature:** TransitionChild to passes props through ([#4])
85-
- **Bugfix:** Fix TransitionGroup error on quick toggle of components ([#15])
86-
- **Bugfix:** Fix to work enter animation with CSSTransitionGroup ([#13])
106+
* **Feature:** Support refs on children ([#9])
107+
* **Feature:** TransitionChild to passes props through ([#4])
108+
* **Bugfix:** Fix TransitionGroup error on quick toggle of components ([#15])
109+
* **Bugfix:** Fix to work enter animation with CSSTransitionGroup ([#13])
87110

88111
[v1.1.0]: https://github.com/reactjs/react-transition-group/compare/v1.0.0...v1.1.0
89112
[#15]: https://github.com/reactjs/react-transition-group/pull/15

package.json

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,17 @@
77
"test": "npm run lint && npm run testonly",
88
"testonly": "jest --verbose",
99
"tdd": "jest --watch",
10-
"build": "rimraf lib && babel src --out-dir lib && npm run build:dist && cp README.md LICENSE ./lib",
11-
"build:dist": "rimraf lib/dist && webpack && NODE_ENV=production webpack -p",
10+
"build":
11+
"rimraf lib && babel src --out-dir lib && npm run build:dist && cp README.md LICENSE ./lib",
12+
"build:docs": "npm -C www run build",
13+
"build:dist":
14+
"rimraf lib/dist && webpack && NODE_ENV=production webpack -p",
15+
"bootstrap": "yarn && yarn --cwd www",
1216
"lint": "eslint src test",
1317
"release": "release",
1418
"release:next": "release --preid beta --tag next",
1519
"deploy-docs": "npm -C www run deploy",
20+
"start": "npm -C www run develop",
1621
"storybook": "start-storybook -p 6006",
1722
"build-storybook": "build-storybook"
1823
},
@@ -37,12 +42,8 @@
3742
"homepage": "https://github.com/reactjs/react-transition-group#readme",
3843
"jest": {
3944
"testRegex": "-test\\.js",
40-
"setupFiles": [
41-
"./test/setup.js"
42-
],
43-
"roots": [
44-
"<rootDir>/test"
45-
]
45+
"setupFiles": ["./test/setup.js"],
46+
"roots": ["<rootDir>/test"]
4647
},
4748
"peerDependencies": {
4849
"react": ">=15.0.0",
@@ -94,8 +95,6 @@
9495
"altPkgRootFolder": "lib"
9596
},
9697
"browserify": {
97-
"transform": [
98-
"loose-envify"
99-
]
98+
"transform": ["loose-envify"]
10099
}
101100
}

0 commit comments

Comments
 (0)