typescript-react-starter-kit
typescript-react-starter-kit copied to clipboard
Bump react-router from 5.1.2 to 5.2.1
Bumps react-router from 5.1.2 to 5.2.1.
Release notes
Sourced from react-router's releases.
v5.2.1
This release fixes a bug with
<Link>so that, when thetolocation is the same as the current, the history state entry is replaced instead of pushed to the stack. See remix-run/react-router#5362 for details. 🥳Thanks to
@guidoboumanfor the PR and for everyone else who weighed in for the fix!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'scomponentprop and support asensitiveprop on NavLink for control over case sensitive matching.Enjoy!
Changes
- Add
sensitiveprop on NavLink (#7251 by@caseywebdev)- Fix Link
componentprop type check (#7276 by@ypyakymiv)- Update
mini-create-react-context(#7288 by@patricksmms)- Separate
historyto its own context (#7103 by@illuminist)
Commits
92dcd15v5.2.1953af40start publish and version scripts4092300Update lerna80b6ffaReplace state on repeated Link navigations (#7864)df9d7d4Replace NPM with Yarn in quick start guide (#7966)51925deReplace Travis w/ GitHub actions (master) (#7947)1aacf78update website deploy script1532a99Fix animated transition example bug (#7929)1407a67Update Link example (#7915)de785e7Switch bug report to issue form- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by chancestrickland, a new releaser for react-router since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)