react-router@6.4.3
版本发布时间: 2022-11-01 23:49:37
remix-run/react-router最新发布版本:react-router@6.26.2(2024-09-09 23:14:53)
What's Changed
- Generate correct
<a href>
values when usingcreateHashRouter
(#9409) - Better handle encoding/matching with special characters in URLs and route paths (#9477, #9496)
- Generate correct
formAction
pathnames when anindex
route also has apath
(#9486) - Respect
relative=path
prop onNavLink
(#9453) - Fix
NavLink
behavior for root urls (#9497) -
useRoutes
should be able to returnnull
when passinglocationArg
(#9485) - Fix
initialEntries
type increateMemoryRouter
(#9498) - Support
basename
and relative routing inloader
/action
redirects (#9447) - Ignore pathless layout routes when looking for proper submission
action
function (#9455) - Add UMD build for
@remix-run/router
(#9446) - Fix
createURL
in local file execution in Firefox (#9464)
New Contributors
- @danielberndt made their first contribution in #9485
- @AchThomas made their first contribution in #9464
- @manzano78 made their first contribution in #9451
Full Changelog: https://github.com/remix-run/react-router/compare/react-router@6.4.2...react-router@6.4.3