File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## [ v4.0.0-beta.7]
2
+ > Mar 3, 2017
3
+
4
+ - Added support for ` <Redirect> ` as a child of a ` <Switch> `
5
+ - Fixed a bug where ` <Switch> ` would always remount children
6
+ - Removed subscriptions to avoid unneccessary rerendering in every ` <Route> `
7
+ - Added ` <Switch location> ` and ` <Route location> ` props so that "pure" route
8
+ components can know when the location changes
9
+ - Removed location persistence across app restarts in ` <NativeRouter> `
10
+ - Made docs easier to find in individual ` packages ` directories
11
+ - Split ` context.router ` into two parts: ` context.history ` and ` context.route `
12
+ - Changed ` matchPath ` signature to ` matchPath(pathname, options) `
13
+
14
+ [ v4.0.0-beta.7 ] : https://github.com/ReactTraining/react-router/compare/v4.0.0-beta.6...v4.0.0-beta.7
15
+
1
16
## [ v4.0.0-beta.6]
2
17
> Feb 13, 2017
3
18
You can’t perform that action at this time.
0 commit comments