Skip to content

Releases: remix-run/react-router

[email protected]

14 Jul 13:19
fe54e3d
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

[email protected]

14 Jul 13:19
fe54e3d
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

@remix-run/[email protected]

14 Jul 13:19
fe54e3d
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • fix: Handle fetcher 404s as normal boundary errors (#9015)
  • feat: adds deferred support to data routers (#9002)
  • feat: add basename support for data routers (#9026)
  • ci: simplify dist/ directory for CJS/ESM only (#9017)
  • fix: Fix trailing slash behavior on pathless routing when using a basename (#9045)

[email protected]

22 Jun 16:06
bfee463
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: Make path resolution trailing slash agnostic (#8861)
  • fix: Additional logic fixed for relative navigation from index/pathless layout routes (#8985)
  • fix: export ActionFunctionArgs/LoaderFunctionArgs up through router packages (#8975)
  • Updated dependencies

[email protected]

22 Jun 16:06
bfee463
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

[email protected]

22 Jun 16:06
bfee463
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

  • fix: Make path resolution trailing slash agnostic (#8861)
  • fix: export ActionFunctionArgs/LoaderFunctionArgs up through router packages (#8975)
  • Updated dependencies

[email protected]

22 Jun 16:06
bfee463
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes

@remix-run/[email protected]

22 Jun 16:06
bfee463
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • fix: properly handle <Form encType="multipart/form-data"> submissions (#8984)
  • fix: Make path resolution trailing slash agnostic (#8861)
  • fix: don't default to a REPLACE navigation on form submissions if the action redirected. The redirect takes care of avoiding the back-button-resubmit scenario, so by using a PUSH we allow the back button to go back to the pre-submission form page (#8979)
  • fix: export ActionFunctionArgs/LoaderFunctionArgs up through router packages (#8975)
  • fix: preserve loader data for loaders that opted out of revalidation (#8973)

Full Changes

[email protected]

10 Jun 20:54
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Minor Changes

  • Add support for functional updates in useSearchParams (similar to the useState callback signature) (#8955)

Patch Changes

  • Properly handle relative navigation from index/pathless routes (#8954)
  • Fix issues building with webpack + React 17 (#8938)
  • Updated dependencies

[email protected]

10 Jun 20:54
Compare
Choose a tag to compare
[email protected] Pre-release
Pre-release

Patch Changes