react-router-dom
Advanced tools
Changelog
v7.1.0
Date: 2024-12-20
react-router
- Throw unwrapped Single Fetch redirect
to align with pre-Single Fetch behavior (#12506)react-router
- Ignore redirects when inferring loader data types (#12527)react-router
- Remove <Link prefetch>
warning which suffers from false positives in a lazy route discovery world (#12485)create-react-router
- Fix missing fs-extra
dependency (#12556)@react-router/dev
/@react-router/serve
- Properly initialize NODE_ENV
if not already set for compatibility with React 19 (#12578)@react-router/dev
- Remove the leftover/unused abortDelay
prop from ServerRouter
and update the default entry.server.tsx
to use the new streamTimeout
value for Single Fetch (#12478)
abortDelay
functionality was removed in v7 as it was coupled to the defer
implementation from Remix v2, but this removal of this prop was missedentry.server
file, it's likely your app is not aborting streams as you would expect and you will need to adopt the new streamTimeout
value introduced with Single Fetch@react-router/fs-routes
- Throw error in flatRoutes
if routes directory is missing (#12407)create-react-router
react-router
@react-router/architect
@react-router/cloudflare
@react-router/dev
@react-router/express
@react-router/fs-routes
@react-router/node
@react-router/remix-config-routes-adapter
@react-router/serve
Full Changelog: v7.0.2...v7.1.0