remix-run/react-router (react-router)
### [`v5.3.4`](https://redirect.github.com/remix-run/react-router/releases/tag/v5.3.4)
[Compare Source](https://redirect.github.com/remix-run/react-router/compare/v5.3.3...v5.3.4)
We removed the `mini-create-react-context` dependency, moving it into an internal module to eliminate peer dependency warnings for users on React 18 ([#9382](https://redirect.github.com/remix-run/react-router/issues/9382)).
**Full Changelog**: https://github.com/remix-run/react-router/compare/v5.3.3...v5.3.4
### [`v5.3.3`](https://redirect.github.com/remix-run/react-router/releases/tag/v5.3.3)
[Compare Source](https://redirect.github.com/remix-run/react-router/compare/v5.3.2...v5.3.3)
This release fixes a bad version selector in react-router-native.
### [`v5.3.2`](https://redirect.github.com/remix-run/react-router/releases/tag/v5.3.2)
[Compare Source](https://redirect.github.com/remix-run/react-router/compare/v5.3.1...v5.3.2)
- Fix: make v5 Router compatible with v18 StrictMode by [@jgoz](https://redirect.github.com/jgoz) in [https://github.com/remix-run/react-router/pull/8831](https://redirect.github.com/remix-run/react-router/pull/8831)
### [`v5.3.1`](https://redirect.github.com/remix-run/react-router/releases/tag/v5.3.1)
[Compare Source](https://redirect.github.com/remix-run/react-router/compare/v5.2.1...v5.3.1)
This release adds missing `LICENSE` files to the published build.
### [`v5.2.1`](https://redirect.github.com/remix-run/react-router/releases/tag/v5.2.1)
[Compare Source](https://redirect.github.com/remix-run/react-router/compare/v5.2.0...v5.2.1)
This release fixes a bug with `` so that, when the `to` location is the same as the current, the history state entry is replaced instead of pushed to the stack. See [https://github.com/remix-run/react-router/issues/5362](https://redirect.github.com/remix-run/react-router/issues/5362) for details. 🥳
Thanks to [@guidobouman](https://redirect.github.com/guidobouman) for the PR and for everyone else who weighed in for the fix!
### [`v5.2.0`](https://redirect.github.com/remix-run/react-router/releases/tag/v5.2.0)
[Compare Source](https://redirect.github.com/remix-run/react-router/compare/v5.1.2...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](https://redirect.github.com/ReactTraining/react-router/compare/v5.1.2...v5.2.0)
- Add `sensitive` prop on NavLink ([#7251](https://redirect.github.com/remix-run/react-router/issues/7251) by [@caseywebdev](https://redirect.github.com/caseywebdev))
- Fix Link `component` prop type check ([#7276](https://redirect.github.com/remix-run/react-router/issues/7276) by [@ypyakymiv](https://redirect.github.com/ypyakymiv))
- Update `mini-create-react-context` ([#7288](https://redirect.github.com/remix-run/react-router/issues/7288) by [@patricksmms](https://redirect.github.com/patricksmms))
- Separate `history` to its own context ([#7103](https://redirect.github.com/remix-run/react-router/issues/7103) by [@illuminist](https://redirect.github.com/illuminist))
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
5.1.2
->5.3.4
5.1.2
->5.3.4
Release Notes
remix-run/react-router (react-router)
### [`v5.3.4`](https://redirect.github.com/remix-run/react-router/releases/tag/v5.3.4) [Compare Source](https://redirect.github.com/remix-run/react-router/compare/v5.3.3...v5.3.4) We removed the `mini-create-react-context` dependency, moving it into an internal module to eliminate peer dependency warnings for users on React 18 ([#9382](https://redirect.github.com/remix-run/react-router/issues/9382)). **Full Changelog**: https://github.com/remix-run/react-router/compare/v5.3.3...v5.3.4 ### [`v5.3.3`](https://redirect.github.com/remix-run/react-router/releases/tag/v5.3.3) [Compare Source](https://redirect.github.com/remix-run/react-router/compare/v5.3.2...v5.3.3) This release fixes a bad version selector in react-router-native. ### [`v5.3.2`](https://redirect.github.com/remix-run/react-router/releases/tag/v5.3.2) [Compare Source](https://redirect.github.com/remix-run/react-router/compare/v5.3.1...v5.3.2) - Fix: make v5 Router compatible with v18 StrictMode by [@jgoz](https://redirect.github.com/jgoz) in [https://github.com/remix-run/react-router/pull/8831](https://redirect.github.com/remix-run/react-router/pull/8831) ### [`v5.3.1`](https://redirect.github.com/remix-run/react-router/releases/tag/v5.3.1) [Compare Source](https://redirect.github.com/remix-run/react-router/compare/v5.2.1...v5.3.1) This release adds missing `LICENSE` files to the published build. ### [`v5.2.1`](https://redirect.github.com/remix-run/react-router/releases/tag/v5.2.1) [Compare Source](https://redirect.github.com/remix-run/react-router/compare/v5.2.0...v5.2.1) This release fixes a bug with `` so that, when the `to` location is the same as the current, the history state entry is replaced instead of pushed to the stack. See [https://github.com/remix-run/react-router/issues/5362](https://redirect.github.com/remix-run/react-router/issues/5362) for details. 🥳 Thanks to [@guidobouman](https://redirect.github.com/guidobouman) for the PR and for everyone else who weighed in for the fix! ### [`v5.2.0`](https://redirect.github.com/remix-run/react-router/releases/tag/v5.2.0) [Compare Source](https://redirect.github.com/remix-run/react-router/compare/v5.1.2...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](https://redirect.github.com/ReactTraining/react-router/compare/v5.1.2...v5.2.0) - Add `sensitive` prop on NavLink ([#7251](https://redirect.github.com/remix-run/react-router/issues/7251) by [@caseywebdev](https://redirect.github.com/caseywebdev)) - Fix Link `component` prop type check ([#7276](https://redirect.github.com/remix-run/react-router/issues/7276) by [@ypyakymiv](https://redirect.github.com/ypyakymiv)) - Update `mini-create-react-context` ([#7288](https://redirect.github.com/remix-run/react-router/issues/7288) by [@patricksmms](https://redirect.github.com/patricksmms)) - Separate `history` to its own context ([#7103](https://redirect.github.com/remix-run/react-router/issues/7103) by [@illuminist](https://redirect.github.com/illuminist))Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.