@remix-run/route-config
Advanced tools
Changelog
v2.16.0
Date: 2025-02-27
@remix-run/dev
- Add Vite v6 support (#10351)@remix-run/dev
- Clean up vite-node dev server when build finishes (#10477)@remix-run/react
- Don't apply Single Fetch revalidation de-optimization when in SPA mode since there is no server HTTP request (#10479)@remix-run/react
- When using Lazy Route Discovery (future.v3_lazyRouteDiscovery
), Remix will now detect manifest version mismatches after a new deploy and trigger a document reload to sync up any active client sessions with the newly deployed version (#10498)
fetcher
calls to undiscovered routes, this mismatch will trigger a document reload of the current path<Link>
components, mismatches will result in a no-opFull Changelog: v2.15.3...v2.16.0
Changelog
v2.15.3
Date: 2025-01-30
@remix-run/react
- Properly handle interrupted manifest requests in lazy route discovery (#10447)@remix-run/server-runtime
- Avoid duplication of Set-Cookie
headers if also returned from headers
(#10424)@remix-run/server-runtime
- Properly handle status codes that cannot have a body in single fetch responses (204, etc.) (#10410)Full Changelog: v2.15.2...v2.15.3
Changelog
v2.15.2
Date: 2024-12-20
@remix-run/dev
- Allow suppression of future flag warnings by setting them to false
(#10358)@remix-run/react
- Throw unwrapped Single Fetch redirect
to align with pre-Single Fetch behavior (#10317)Full Changelog: v2.15.1...v2.15.2