Update reactrouter monorepo to ^5.1.2
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
react-router | dependencies | minor | ^5.1.2 | source | |
react-router-dom | dependencies | minor | ^5.1.2 | source |
Release Notes
ReactTraining/react-router
v5.1.2
List of commits
Bugfixes
- Fix lingering
<Link ref>
error on React 15 (#6954)
v5.1.1
List of commits
Bugfixes
- Fix issue with useParams reading from null object (#6940)
- Fix regression passing ref to functional components in React <= 16.2 (#6934)
- Fix regression passing empty string to matchPath (#6941)
v5.1.0
Read the blog post
List of commits
Features
- Add
useParams
,useLocation
,useHistory
, anduseRouteMatch
hooks (d6224d6
) - Add support for
forwardRef
in<Link>
(b5528ed
) - Add support for functions in
<Link to>
and<NavLink to>
(#5331, #5368) - Add
<Link component>
API (#5437)
Bugfixes
- Don't render
<Route children>
elements when the<Route>
does not match (9665659
)
Renovate configuration
rebase!
".
-
If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot. View repository job log here.