Releases: remix-run/react-router
Releases · remix-run/react-router
[email protected]
Patch Changes
- feat: add basename support for data routers (#9026)
- Updated dependencies
[email protected]
Patch Changes
- Updated dependencies
@remix-run/[email protected]
Patch Changes
[email protected]
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/[email protected]
[email protected]
Patch Changes
- Updated dependencies
[email protected]
[email protected]
Patch Changes
- Updated dependencies
@remix-run/[email protected]
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 aPUSH
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)
[email protected]
Minor Changes
- Add support for functional updates in
useSearchParams
(similar to theuseState
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/[email protected]
[email protected]
Patch Changes
- Updated dependencies