Skip to content

Commit ce6dece

Browse files
committed
Update changelog for release
1 parent 0cdee03 commit ce6dece

File tree

1 file changed

+25
-7
lines changed

1 file changed

+25
-7
lines changed

CHANGES.md

Lines changed: 25 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,30 @@
1-
## [HEAD]
2-
> Unreleased
1+
## [v2.2.0]
2+
> April 13, 2016
33
4-
- **Minor:** Support trailing slashes, not extraneous ones ([#3285])
5-
- **Minor:** Updated PropTypes ([#3218])
4+
- **Feature/Deprecation:** Call `getComponent` and `getComponents` with `nextState`; deprecate accessing `location` directly in favor of `nextState.location` there ([#3298], [Upgrade Guide](/upgrade-guides/v2.2.0.md#getcomponent-getcomponents-signature))
5+
- **Bugfix:** Do not ignore extraneous slashes in matching ([#3285])
6+
- **Bugfix:** Do not unnecessarily set empty `className` on `<Link>` ([#3288])
7+
- **Minor:** Update PropTypes ([#3218])
8+
- **Minor:** Move ES module build from `es6/` to `es/` ([#3295])
9+
- **Minor:** Do not include unused deprecation logic in production builds ([#3296])
610

7-
[#3285]: https://github.com/reactjs/react-router/pull/3285
11+
[v2.2.0]: https://github.com/reactjs/react-router/compare/v2.1.1...v2.2.0
812
[#3218]: https://github.com/reactjs/react-router/pull/3218
9-
[HEAD]: https://github.com/reactjs/react-router/compare/latest...HEAD
13+
[#3285]: https://github.com/reactjs/react-router/pull/3285
14+
[#3288]: https://github.com/reactjs/react-router/pull/3288
15+
[#3295]: https://github.com/reactjs/react-router/pull/3295
16+
[#3296]: https://github.com/reactjs/react-router/pull/3296
17+
[#3298]: https://github.com/reactjs/react-router/pull/3298
18+
19+
20+
## [v2.1.1]
21+
> April 11, 2016
22+
23+
- **Bugfix:** Remove unintentionally released code change ([#3280])
24+
25+
[v2.1.1]: https://github.com/reactjs/react-router/compare/v2.1.0...v2.1.1
26+
[#3280]: https://github.com/reactjs/react-router/pull/3280
27+
1028

1129
## [v2.1.0]
1230
> April 11, 2016
@@ -15,10 +33,10 @@
1533
- **Minor:** Include full warning messages in non-minified UMD build ([#3213])
1634
- **Minor:** Speed up path matching ([#3217])
1735

36+
[v2.1.0]: https://github.com/reactjs/react-router/compare/v2.0.1...v2.1.0
1837
[#3108]: https://github.com/reactjs/react-router/pull/3108
1938
[#3213]: https://github.com/reactjs/react-router/pull/3213
2039
[#3217]: https://github.com/reactjs/react-router/pull/3217
21-
[v2.1.0]: https://github.com/reactjs/react-router/compare/v2.0.1...v2.1.0
2240

2341
## [v2.0.1]
2442
> March 9, 2016

0 commit comments

Comments
 (0)