File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
19
## [ v3.0.0-alpha.3]
2
20
> Aug 2, 2016
3
21
You can’t perform that action at this time.
0 commit comments