Skip to content

Releases: remix-run/react-router

react-router-dom-v5-compat@6.4.0-pre.9

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

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.9
    • react-router-dom@6.4.0-pre.9

@remix-run/router@0.2.0-pre.4

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)

react-router@6.4.0-pre.8

22 Jun 16:06
bfee463
Compare
Choose a tag to compare
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
    • @remix-run/router@0.2.0-pre.3

react-router-native@6.4.0-pre.8

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

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.8

react-router-dom@6.4.0-pre.8

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

Patch Changes

  • fix: Make path resolution trailing slash agnostic (#8861)
  • fix: export ActionFunctionArgs/LoaderFunctionArgs up through router packages (#8975)
  • Updated dependencies
    • react-router@6.4.0-pre.8

react-router-dom-v5-compat@6.4.0-pre.8

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

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.8
    • react-router-dom@6.4.0-pre.8

@remix-run/router@0.2.0-pre.3

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

react-router@6.4.0-pre.7

10 Jun 20:54
Compare
Choose a tag to compare
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
    • @remix-run/router@0.2.0-pre.2

react-router-native@6.4.0-pre.7

10 Jun 20:54
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • Updated dependencies
    • react-router@6.4.0-pre.7

react-router-dom@6.4.0-pre.7

10 Jun 20:54
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 2630220: Respect the <Link replace> prop if it is defined (#8779)
  • Updated dependencies
    • react-router@6.4.0-pre.7