|
1 |
| -## [HEAD] |
2 |
| -> Unreleased |
| 1 | +## [v2.2.0] |
| 2 | +> April 13, 2016 |
3 | 3 |
|
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]) |
6 | 10 |
|
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 |
8 | 12 | [#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 | + |
10 | 28 |
|
11 | 29 | ## [v2.1.0]
|
12 | 30 | > April 11, 2016
|
|
15 | 33 | - **Minor:** Include full warning messages in non-minified UMD build ([#3213])
|
16 | 34 | - **Minor:** Speed up path matching ([#3217])
|
17 | 35 |
|
| 36 | +[v2.1.0]: https://github.com/reactjs/react-router/compare/v2.0.1...v2.1.0 |
18 | 37 | [#3108]: https://github.com/reactjs/react-router/pull/3108
|
19 | 38 | [#3213]: https://github.com/reactjs/react-router/pull/3213
|
20 | 39 | [#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 |
22 | 40 |
|
23 | 41 | ## [v2.0.1]
|
24 | 42 | > March 9, 2016
|
|
0 commit comments