Skip to content

Commit af97e8a

Browse files
committed
Update CHANGES
1 parent 447b931 commit af97e8a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGES.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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+
116
## [v4.0.0-beta.6]
217
> Feb 13, 2017
318

0 commit comments

Comments
 (0)