v6.7.0
brophdawg11
released this
18 Jan 20:52
·
3350 commits
to main
since this release
What's Changed
Minor Changes
- Add
unstable_useBlocker
/unstable_usePrompt
hooks for blocking navigations within the app's location origin (#9709, #9932) - Add
preventScrollReset
prop to<Form>
(#9886)
Patch Changes
- Added pass-through event listener options argument to
useBeforeUnload
(#9709) - Fix
generatePath
when optional params are present (#9764) - Update
<Await>
to acceptReactNode
as children function return result (#9896) - Improved absolute redirect url detection in actions/loaders (#9829)
- Fix URL creation with memory histories (#9814)
- Fix scroll reset if a submission redirects (#9886)
- Fix 404 bug with same-origin absolute redirects (#9913)
- Streamline
jsdom
bug workaround in tests (#9824)
New Contributors
- @damianstasik made their first contribution in #9835
- @akamfoad made their first contribution in #9877
- @lkwr made their first contribution in #9829
Full Changelog: v6.6.2...v6.7.0