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 #10776

Merged
merged 2 commits into from
Aug 10, 2023

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.

Releases

react-router@6.15.0

Minor Changes

  • Add's a new redirectDocument() function which allows users to specify that a redirect from a loader/action should trigger a document reload (via window.location) instead of attempting to navigate to the redirected location via React Router (#10705)

Patch Changes

  • Ensure useRevalidator is referentially stable across re-renders if revalidations are not actively occuring (#10707)
  • Updated dependencies:
    • @remix-run/router@1.8.0

react-router-dom@6.15.0

Minor Changes

  • Add's a new redirectDocument() function which allows users to specify that a redirect from a loader/action should trigger a document reload (via window.location) instead of attempting to navigate to the redirected location via React Router (#10705)

Patch Changes

  • Fixes an edge-case affecting web extensions in Firefox that use URLSearchParams and the useSearchParams hook. (#10620)
  • Do not include hash in useFormAction() for unspecified actions since it cannot be determined on the server and causes hydration issues (#10758)
  • [Remove] add back in setTimeout removal from usePrompt (#10718)
  • Reorder effects in unstable_usePrompt to avoid throwing an exception if the prompt is unblocked and a navigation is performed syncronously (#10687)
  • Updated dependencies:
    • @remix-run/router@1.8.0
    • react-router@6.15.0

react-router-dom-v5-compat@6.15.0

Minor Changes

  • Add's a new redirectDocument() function which allows users to specify that a redirect from a loader/action should trigger a document reload (via window.location) instead of attempting to navigate to the redirected location via React Router (#10705)

Patch Changes

  • Updated dependencies:
    • react-router-dom@6.15.0
    • react-router@6.15.0

react-router-native@6.15.0

Minor Changes

  • Add's a new redirectDocument() function which allows users to specify that a redirect from a loader/action should trigger a document reload (via window.location) instead of attempting to navigate to the redirected location via React Router (#10705)

Patch Changes

  • Update @ungap/url-search-params dependency from ^0.1.4 to ^0.2.2 (#10590)
  • Updated dependencies:
    • react-router@6.15.0

@remix-run/router@1.8.0

Minor Changes

  • Add's a new redirectDocument() function which allows users to specify that a redirect from a loader/action should trigger a document reload (via window.location) instead of attempting to navigate to the redirected location via React Router (#10705)

Patch Changes

  • Fix an issue in queryRoute that was not always identifying thrown Response instances (#10717)
  • Ensure hash history always includes a leading slash on hash pathnames (#10753)

@brophdawg11 brophdawg11 merged commit e79cb77 into release-next Aug 10, 2023
@brophdawg11 brophdawg11 deleted the changeset-release/release-next branch August 10, 2023 14:51
# 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.

1 participant