react-router-native
Advanced tools
Changelog
v6.25.0
Date: 2024-07-16
v7_skipActionErrorRevalidation
This release stabilizes the future.unstable_skipActionErrorRevalidation
flag into future.v7_skipActionErrorRevalidation
in preparation for the upcoming React Router v7 release.
4xx/5xx
Response
will not trigger a revalidation by defaultshouldRevalidate
's unstable_actionStatus
parameter to actionStatus
future.unstable_skipActionErrorRevalidation
as future.v7_skipActionErrorRevalidation
(#11769)useMatch
so matches/params reflect decoded params (#11789)unstable_patchRoutesOnMiss
(#11786)unstable_patchRoutesOnMiss
that matched a splat route on the server (#11790)Full Changelog: v6.24.1...v6.25.0
Changelog
v6.24.1
Date: 2024-07-03
polyfill.io
reference from warning message because the domain was sold and has since been determined to serve malware (#11741)
NavLinkRenderProps
type for easier typing of custom NavLink
callback (#11553)future.v7_relativeSplatPath
, properly resolve relative paths in splat routes that are children of pathless routes (#11633)router.routes
identity/reflow during route patching (#11740)Full Changelog: v6.24.0...v6.24.1