|
1 | 1 | ## [HEAD]
|
| 2 | +> Unreleased |
2 | 3 |
|
3 |
| -- Added `render` prop to `Router` |
4 |
| -- Added singleton `browserHistory` and `hashHistory` |
5 |
| -- Added `createMemoryHistory` |
6 |
| -- Deprecated all mixins |
7 |
| -- Replaced `context.history` with `context.router` |
8 |
| -- Deprecated Route Component `props.history` |
9 |
| -- Deprecated `context.location` |
| 4 | +- **Breaking:** Removed default top-level `<Router>` export ([#2906]) |
10 | 5 |
|
11 |
| -[HEAD]: https://github.com/rackt/react-router/compare/latest...HEAD |
| 6 | +[HEAD]: https://github.com/rackt/react-router/compare/v2.0.0-rc5...HEAD |
| 7 | +[#2906]: https://github.com/rackt/react-router/pull/2906 |
| 8 | + |
| 9 | +## [v2.0.0-rc5] |
| 10 | +> Jan 14, 2016 |
| 11 | +
|
| 12 | +- **Feature:** Support custom `history` for `match` ([#2813]) |
| 13 | +- **Feature:** Support location descriptor in `replace` callback in `onEnter` ([#2855]) |
| 14 | +- **Feature:** Improve support for server rendering async routes ([#2883]) |
| 15 | + |
| 16 | +[v2.0.0-rc5]: https://github.com/rackt/react-router/compare/v2.0.0-rc4...v2.0.0-rc5 |
| 17 | +[#2813]: https://github.com/rackt/react-router/pull/2813 |
| 18 | +[#2855]: https://github.com/rackt/react-router/pull/2855 |
| 19 | +[#2883]: https://github.com/rackt/react-router/pull/2883 |
| 20 | + |
| 21 | +## [v2.0.0-rc4] |
| 22 | +> Dec 30, 2015 |
| 23 | +
|
| 24 | +- **Feature:** Added `render` prop to `Router` |
| 25 | +- **Feature:** Added singleton `browserHistory` and `hashHistory` |
| 26 | +- **Feature:** Added `createMemoryHistory` |
| 27 | +- **Deprecation:** Deprecated all mixins |
| 28 | +- **Deprecation:** Replaced `context.history` with `context.router` |
| 29 | +- **Deprecation:** Deprecated Route Component `props.history` |
| 30 | +- **Deprecation:** Deprecated `context.location` |
| 31 | + |
| 32 | +[v2.0.0-rc4]: https://github.com/rackt/react-router/compare/v1.0.3...v2.0.0-rc4 |
12 | 33 |
|
13 | 34 | ## [v1.0.3]
|
14 | 35 | > Dec 23, 2015
|
|
0 commit comments