Skip to content

Commit e8a3a1a

Browse files
committed
Update CHANGES
1 parent bf20980 commit e8a3a1a

File tree

1 file changed

+29
-8
lines changed

1 file changed

+29
-8
lines changed

CHANGES.md

+29-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,35 @@
11
## [HEAD]
2+
> Unreleased
23
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])
105

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
1233

1334
## [v1.0.3]
1435
> Dec 23, 2015

0 commit comments

Comments
 (0)