|
| 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 | + |
1 | 13 | ## [v2.2.1] |
| 14 | + |
2 | 15 | > 2017-09-29 |
3 | 16 |
|
4 | | -- **Patch:** Allow React v16 ([#198]) |
| 17 | +* **Patch:** Allow React v16 ([#198]) |
5 | 18 |
|
6 | 19 | [#198]: https://github.com/reactjs/react-transition-group/pull/198 |
7 | 20 | [v2.2.1]: https://github.com/reactjs/react-transition-group/compare/v2.2.0...2.2.1 |
8 | 21 |
|
9 | 22 | ## [v2.2.0] |
| 23 | + |
10 | 24 | > 2017-07-21 |
11 | 25 |
|
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]) |
15 | 29 |
|
16 | 30 | [#124]: https://github.com/reactjs/react-transition-group/pull/124 |
17 | 31 | [#123]: https://github.com/reactjs/react-transition-group/pull/123 |
18 | 32 | [#127]: https://github.com/reactjs/react-transition-group/pull/127 |
19 | 33 | [v2.2.0]: https://github.com/reactjs/react-transition-group/compare/v2.1.0...2.2.0 |
20 | 34 |
|
21 | 35 | ## [v2.1.0] |
| 36 | + |
22 | 37 | > 2017-07-06 |
23 | 38 |
|
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]) |
26 | 41 |
|
27 | 42 | [#113]: https://github.com/reactjs/react-transition-group/pull/113 |
28 | 43 | [v2.1.0]: https://github.com/reactjs/react-transition-group/compare/v2.0.1...2.1.0 |
29 | 44 |
|
30 | 45 | ## v2.0.2 |
| 46 | + |
31 | 47 | > 2017-07-06 |
32 | 48 |
|
33 | | -- **Fix documentation npm:** No code changes |
| 49 | +* **Fix documentation npm:** No code changes |
34 | 50 |
|
35 | 51 | ## v2.0.1 |
| 52 | + |
36 | 53 | > 2017-07-06 |
37 | 54 |
|
38 | | -- **Fix documentation on npm:** No code changes |
| 55 | +* **Fix documentation on npm:** No code changes |
39 | 56 |
|
40 | 57 | ## [v2.0.0] |
| 58 | + |
41 | 59 | > 2017-07-06 |
42 | 60 |
|
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) |
44 | 62 |
|
45 | 63 | [#24]: https://github.com/reactjs/react-transition-group/pull/24 |
46 | 64 | [v2.0.0]: https://github.com/reactjs/react-transition-group/compare/v1.2.0...v2.0.0 |
47 | 65 |
|
48 | 66 | ## [v1.2.0] |
| 67 | + |
49 | 68 | > 2017-06-12 |
50 | 69 |
|
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]) |
53 | 72 |
|
54 | 73 | [#64]: https://github.com/reactjs/react-transition-group/issues/64 |
55 | 74 | [#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 |
57 | 76 |
|
58 | 77 | ## [v1.1.3] |
| 78 | + |
59 | 79 | > 2017-05-02 |
60 | 80 |
|
61 | | -- bonus release, no additions |
| 81 | +* bonus release, no additions |
62 | 82 |
|
63 | 83 | [v1.1.3]: https://github.com/reactjs/react-transition-group/compare/v1.1.2...v1.1.3 |
64 | 84 |
|
65 | 85 | ## [v1.1.2] |
| 86 | + |
66 | 87 | > 2017-05-02 |
67 | 88 |
|
68 | | -- **Bugfix:** Fix refs on children ([#39]) |
| 89 | +* **Bugfix:** Fix refs on children ([#39]) |
69 | 90 |
|
70 | 91 | [v1.1.2]: https://github.com/reactjs/react-transition-group/compare/v1.1.1...v1.1.2 |
71 | 92 | [#39]: https://github.com/reactjs/react-transition-group/pull/39 |
72 | 93 |
|
73 | 94 | ## [v1.1.1] |
| 95 | + |
74 | 96 | > 2017-03-16 |
75 | 97 |
|
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. |
77 | 99 |
|
78 | 100 | [v1.1.1]: https://github.com/reactjs/react-transition-group/compare/v1.1.0...v1.1.1 |
79 | 101 |
|
80 | 102 | ## [v1.1.0] |
| 103 | + |
81 | 104 | > 2017-03-16 |
82 | 105 |
|
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]) |
87 | 110 |
|
88 | 111 | [v1.1.0]: https://github.com/reactjs/react-transition-group/compare/v1.0.0...v1.1.0 |
89 | 112 | [#15]: https://github.com/reactjs/react-transition-group/pull/15 |
|
0 commit comments