File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ ## [ Unreleased] ( https://github.com/ReactTraining/react-router/compare/v4.2.0...master )
2
+ > Like, right now.
3
+
4
+ - Redirect with parameters ([ #5209 ] by @dlindenkreuz )
5
+ - Fix with missing pathname: ` <Link to="?foo=bar"> ` ([ #5489 ] by @pshrmn )
6
+ - Escape NavLink path to allow special characters in path. ([ #5596 ] by @esiegel )
7
+ - Expose ` generatePath ` ([ #5661 ] by @rybon )
8
+ - Use named import of history module. ([ #5589 ] by @RoboBurned )
9
+ - Hoist dependencies for smaller UMD builds ([ #5720 ] by @pshrmn )
10
+ - Remove aria-current from navLink when inactive ([ #5508 ] by @AlmeroSteyn )
11
+ - Add invariant for missing "to" property on ` <Link> ` ([ #5792 ] by @selbekk )
12
+ - Use Prettier on the code ([ e6f9017] by @mjackson )
13
+
14
+ [ #5209 ] : https://github.com/ReactTraining/react-router/pull/5209
15
+ [ #5489 ] : https://github.com/ReactTraining/react-router/pull/5489
16
+ [ #5596 ] : https://github.com/ReactTraining/react-router/pull/5596
17
+ [ #5661 ] : https://github.com/ReactTraining/react-router/pull/5661
18
+ [ #5589 ] : https://github.com/ReactTraining/react-router/pull/5589
19
+ [ #5720 ] : https://github.com/ReactTraining/react-router/pull/5720
20
+ [ #5508 ] : https://github.com/ReactTraining/react-router/pull/5508
21
+ [ #5792 ] : https://github.com/ReactTraining/react-router/pull/5792
22
+ [ e6f9017 ] : https://github.com/ReactTraining/react-router/commit/e6f9017c947b3ae49affa24cc320d0a86f765b55
23
+
1
24
## [ v4.2.0] ( https://github.com/ReactTraining/react-router/compare/v4.1.1...v4.2.0 )
2
25
> Aug 23, 2017
3
26
You can’t perform that action at this time.
0 commit comments