Skip to content
New issue

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

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

Already on GitHub? # to your account

chore: Update version for release #9988

Merged
merged 4 commits into from
Jan 26, 2023

Conversation

mcansh
Copy link
Collaborator

@mcansh mcansh commented Jan 26, 2023

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)

    <Link to="https://neworigin.com/some/path">
    <Link to="//neworigin.com/some/path">
    <Link to="https://www.currentorigin.com/path">

Patch Changes

  • Fix bug with search params removal (#9969)
  • Respect preventScrollReset on fetcher.Form (#9963)
  • Fix navigation for hash routers on manual URL changes (#9980)
  • Use pagehide instead of beforeunload for <ScrollRestoration>. This has better cross-browser support, specifically on Mobile Safari. (#9945)
  • Updated dependencies:
    • @remix-run/router@1.3.1
    • react-router@6.8.0

react-router@6.8.0

Patch Changes

  • Updated dependencies:
    • @remix-run/router@1.3.1

react-router-dom-v5-compat@6.8.0

Patch Changes

  • Fix SSR useLayoutEffect console.error when using CompatRouter (#9820) (#9975)
  • Updated dependencies:
    • react-router-dom@6.8.0
    • react-router@6.8.0

react-router-native@6.8.0

Patch Changes

  • Fix bug with search params removal (#9969)
  • Updated dependencies:
    • react-router@6.8.0

@remix-run/router@1.3.1

Patch Changes

  • Respect preventScrollReset on fetcher.Form (#9963)
  • Fix revalidating fetcher shouldRevalidate params (#9948)
  • Do not short circuit on hash change only mutation submissions (#9944)
  • Remove instanceof check from isRouteErrorResponse to avoid bundling issues on the server (#9930)
  • Fix navigation for hash routers on manual URL changes (#9980)
  • Detect no lazy data and remove abort controller for defer (#9965)
  • Send the name as the value when url-encoding File FormData entries (#9867)

@github-actions github-actions bot force-pushed the changeset-release/release-next branch from 61e6823 to 3e46ce8 Compare January 26, 2023 17:51
@brophdawg11 brophdawg11 merged commit e158bc1 into release-next Jan 26, 2023
@brophdawg11 brophdawg11 deleted the changeset-release/release-next branch January 26, 2023 18:22
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants