Update dependency react-router-dom to v6.0.0-beta.2 #321
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
6.0.0-beta.0
->6.0.0-beta.2
Release Notes
ReactTraining/react-router
v6.0.0-beta.2
Compare Source
🐛 Bugfixes
displayName
back to<Link />
and<NavLink />
components✨ Enhancements
navigate
function now prepends hash and search strings by default:useParams
now returns parameters from nested<Route />
s when called in a parent<Route />
💻 Installing
Development for v6 is chugging along on the
dev
branch.If you'd like to test it out, install from npm:
$ npm install history react-router-dom@next
🙏 Credits
Thanks to @liho98, @wojtekmaj, @cravend, @chaance and @mjackson for your contributions!
Enjoy!
v6.0.0-beta.1
Compare Source
We're on the road to a stable v6 release!
There are no new features in this release since
beta.0
, but a handful of squashed bugs, perf enhancements, and DX improvements for TypeScript users.🐛 Bugfixes
+
characters no longer get decoded into spaces, and that little*
is just a little less greedy (e.g.,app/*
no longer matchesapples/*
).Link
andnavigate
should properly respect thebasename
when using absolute paths.✨ Enhancements
navigator
into a separate context object, meaning your components that calluseNavigate
will probably render a little less often. Wowza, much perf!react-router-dom
andreact-router-native
now re-exports all types exported fromreact-router
💻 Installing
Development for v6 is chugging along on the
dev
branch.If you'd like to test it out, install from npm:
$ npm install history react-router-dom@next
🙏 Credits
Thanks to @brookslybrand, @bogdansoare, @chaance and @mjackson for your contributions!
Enjoy!
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.