Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update version for release (pre) #11889

Merged
merged 3 commits into from
Aug 14, 2024

Conversation

github-actions[bot]
Copy link
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to release-next, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

release-next is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on release-next.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

react-router@6.26.1-pre.0

Patch Changes

  • Rename unstable_patchRoutesOnMiss to unstable_patchRoutesOnNavigation because it will now be called on the first navigation to paths matching splat/param routes in case there exists a higher-scoring route match not yet discovered (#11888)
  • Updated dependencies:
    • @remix-run/router@1.19.1-pre.0

react-router-dom@6.26.1-pre.0

Patch Changes

  • Rename unstable_patchRoutesOnMiss to unstable_patchRoutesOnNavigation because it will now be called on the first navigation to paths matching splat/param routes in case there exists a higher-scoring route match not yet discovered (#11888)
  • Updated dependencies:
    • @remix-run/router@1.19.1-pre.0
    • react-router@6.26.1-pre.0

react-router-dom-v5-compat@6.26.1-pre.0

Patch Changes

  • Updated dependencies:
    • @remix-run/router@1.19.1-pre.0
    • react-router-dom@6.26.1-pre.0
    • react-router@6.26.1-pre.0

react-router-native@6.26.1-pre.0

Patch Changes

  • Updated dependencies:
    • react-router@6.26.1-pre.0

@remix-run/router@1.19.1-pre.0

Patch Changes

  • Fog of War: Update unstable_patchRoutesOnMiss logic so that we call the method when we match routes with dynamic param or splat segments in case there exists a higher-scoring static route that we've not yet discovered. (#11883)

    • We also now leverage an internal FIFO queue of previous paths we've already called unstable_patchRouteOnMiss against so that we don't re-call on subsequent navigations to the same path
  • Rename unstable_patchRoutesOnMiss to unstable_patchRoutesOnNavigation because it will now be called on the first navigation to paths matching splat/param routes in case there exists a higher-scoring route match not yet discovered (#11888)

@brophdawg11 brophdawg11 merged commit f806fa4 into release-next Aug 14, 2024
3 checks passed
@brophdawg11 brophdawg11 deleted the changeset-release/release-next branch August 14, 2024 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant