Skip to content

Conversation

@mcansh
Copy link
Collaborator

@mcansh mcansh commented Nov 23, 2022

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-6.4.4, this PR will be updated.

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

release-6.4.4 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-6.4.4.

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

Releases

[email protected]

Patch Changes

  • Fix issues with encoded characters in descendant routes (#9589)
  • Updated dependencies:

[email protected]

Patch Changes

  • Properly serialize/deserialize ErrorResponse instances when using built-in hydration (#9593)
  • Support basename in static data routers (#9591)
  • Fix issues with encoded characters in descendant routes (#9589)
  • Updated dependencies:

[email protected]

Patch Changes

[email protected]

Patch Changes

@remix-run/[email protected]

Patch Changes

  • properly handle redirects to external domains (#9590)
  • Support basename in static data routers (#9591)
    • Throw an error if an action/loader function returns undefined as revalidations need to know whether the loader has previously been executed. undefined also causes issues during SSR stringification for hydration. You should always ensure you loader/acton return a value, and you may return null if you don't wish to return anything. (#9511)
    • Enhanced ErrorResponse bodies to contain more descriptive text in internal 403/404/405 scenarios
  • Preserve the HTTP method on 307/308 redirects (#9597)

@brophdawg11 brophdawg11 merged commit d4c7399 into release-6.4.4 Nov 23, 2022
@brophdawg11 brophdawg11 deleted the changeset-release/release-6.4.4 branch November 23, 2022 22:46
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.

3 participants