Skip to content

Commit cd3479b

Browse files
committed
Update CHANGES.md
1 parent ea7004d commit cd3479b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGES.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [v3.0.0-beta.1]
2+
> Sep 16, 2016
3+
4+
- **Feature:** Add Promise support to async route functions ([#3719])
5+
6+
Upstream changes from [v2.7.0] through [v2.8.1]:
7+
8+
- **Bugfix:** Fix redirects that specify `query` ([#3808])
9+
- **Feature:** Support omitting `to` on `<Link>` ([#3803])
10+
- **Refactor:** Use `history.replace` instead of `history.transitionTo` for redirects ([#3799])
11+
- **Feature:** Support `router` as a prop on `withRouter`-wrapped components for overriding the router object from context ([#3729])
12+
- **Feature:** Add `withRef` option to `withRouter` that enables `getWrappedInstance` ([#3735], [#3740])
13+
- **Bugfix:** Warn on invalid router middlewares ([#3717])
14+
15+
[v3.0.0-beta.1]: https://github.com/reactjs/react-router/compare/v3.0.0-alpha.3...v3.0.0-beta.1
16+
[#3719]: https://github.com/reactjs/react-router/pull/3719
17+
18+
119
## [v3.0.0-alpha.3]
220
> Aug 2, 2016
321

0 commit comments

Comments
 (0)