chore: Update version for release #9988
Merged
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 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.
Releases
react-router-dom@6.8.0
Minor Changes
Support absolute URLs in
<Link to>
. If the URL is for the current origin, it will still do a client-side navigation. If the URL is for a different origin then it will do a fresh document request for the new origin. (#9900) (94d3660d
)Patch Changes
preventScrollReset
onfetcher.Form
(#9963)pagehide
instead ofbeforeunload
for<ScrollRestoration>
. This has better cross-browser support, specifically on Mobile Safari. (#9945)@remix-run/router@1.3.1
react-router@6.8.0
react-router@6.8.0
Patch Changes
@remix-run/router@1.3.1
react-router-dom-v5-compat@6.8.0
Patch Changes
useLayoutEffect
console.error
when usingCompatRouter
(#9820) (#9975)react-router-dom@6.8.0
react-router@6.8.0
react-router-native@6.8.0
Patch Changes
react-router@6.8.0
@remix-run/router@1.3.1
Patch Changes
preventScrollReset
onfetcher.Form
(#9963)shouldRevalidate
params (#9948)instanceof
check fromisRouteErrorResponse
to avoid bundling issues on the server (#9930)defer
(#9965)File
FormData
entries (#9867)