Update dependency react-router-dom to ^5.2.0
Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | New value | References | Sourcegraph |
---|---|---|---|---|---|
react-router-dom | dependencies | minor | ^5.2.0 | source |
Release Notes
ReactTraining/react-router
v5.2.0
This release includes a notable performance boost by separating the "Router" context from the "History" context internally. We also allow every element type for Link
's component
prop and support a sensitive
prop on NavLink for control over case sensitive matching.
Enjoy!
Changes
- Add
sensitive
prop on NavLink (#7251 by @caseywebdev) - Fix Link
component
prop type check (#7276 by @ypyakymiv) - Update
mini-create-react-context
(#7288 by @patricksmms) - Separate
history
to its own context (#7103 by @illuminist)
Renovate configuration
-
If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.