Radar — TanStack Router
Recent TanStack Router changes
v1.166.0 — Mar 1, 2026
- Dev-server SSR style injection is configurable; TanStack Start’s dev server
supports split
baseandbasepathsince v1.165.0.
v1.161.0 — Feb 18, 2026
- Import protection — server-only modules are guarded from client
bundles;
excludeFilesadded in v1.163.0.
v1.160.0 — Feb 15, 2026
isDangerousProtocolnow uses a customizable allowlist.
v1.158.0 — Feb 3, 2026
routeIdis passed intocontext/beforeLoad.
v1.155.0 — Jan 23, 2026
- Router-core performance: pre-compiled regex decoder in
interpolatePath, regex-freeparseSegment; new eslint rule checks route param names.
v1.152.0 — Jan 18, 2026
- Custom
fetchimplementation for server functions — configurable viacreateStartsince v1.153.0.
v1.150.0 — Jan 14, 2026
- New
Route.redirectandgetRouteApi.redirect.
v1.146.0 — Jan 8, 2026
- Params are now validated while matching.
These summaries link to the original release notes. They cover selected features, security updates, and migration changes.