v4.3.0-rc.1
Pre-release
Pre-release
Changes
Mar 26, 2018
- Redirect with parameters (#5209 by @dlindenkreuz)
- Fix with missing pathname:
<Link to="?foo=bar">
(#5489 by @pshrmn) - Escape NavLink path to allow special characters in path. (#5596 by @esiegel)
- Expose
generatePath
(#5661 by @rybon) - Use named import of history module. (#5589 by @RoboBurned)
- Hoist dependencies for smaller UMD builds (#5720 by @pshrmn)
- Remove aria-current from navLink when inactive (#5508 by @AlmeroSteyn)
- Add invariant for missing "to" property on
<Link>
(#5792 by @selbekk) - Use Prettier on the code (e6f9017 by @mjackson)
- Fix pathless route's match when parent is null (#5964 by @pshrmn)
- Use history.createLocation in
<StaticRouter>
(#5722 by @pshrmn)