stack.pulse
#stacks/tanstack-router/library

TanStack Router release notes, breaking changes, and upgrade notes.

Type-safe router with built-in caching for React and Solid StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.

releases
17
breaking
0
security
0
deprecated
1
migrations
3

Get source-linked upgrade notes and occasional sponsor recommendations. No GitHub login required.

what stackpulse tracks

TanStack Router releases from GitHub

StackPulse watches TanStack Router release notes and keeps the original source link close to every summary.

upgrade risk

Breaking changes and deprecations

Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.

migration notes

Source-backed next steps

Migration steps and recommended actions are only shown when the upstream release notes support them.

# latest_releases

source-backed
@tanstack/vue-start@1.168.24mediumdeprecationfeatureJun 6, 2026

@tanstack/vue-start@1.168.24

This release introduces `validator()` as the canonical server function and middleware validator method, while deprecating `inputValidator()`.

affected

Developers using `inputValidator()` will need to migrate to `validator()`.

action

Replace `inputValidator()` with `validator()` in your codebase.

release_signals
!Deprecated `inputValidator()`; compiler warnings will be emitted for remaining uses.
+Added `validator()` as the canonical server function and middleware validator method.
view source on github->
TanStack Router release notes, breaking changes, and upgrade notes · StackPulse