github TanStack/router @tanstack/vue-start@1.168.10

latest releases: release-2026-05-21-2113, @tanstack/vue-start-server@1.167.7, @tanstack/router-cli@1.167.9...
5 hours ago

Patch Changes

  • Explicitly re-export public API names from @tanstack/start-client-core (createServerFn, createMiddleware, createStart, createCsrfMiddleware, createIsomorphicFn, createClientOnlyFn, createServerOnlyFn) alongside the existing export *. The explicit named re-exports are registered at link time (via Vite SSR's defineExport at fileStartIndex), so the namespace has these getters before any import body runs — survives the cold-start SSR cycle through user middleware where export * would otherwise produce a partial facade (createMiddleware is not a function). Workaround for vitejs/vite#22491 / #22493. (#7466)

  • Updated dependencies []:

    • @tanstack/start-client-core@1.170.2
    • @tanstack/start-plugin-core@1.171.3
    • @tanstack/start-server-core@1.169.2
    • @tanstack/vue-router@1.170.7
    • @tanstack/vue-start-client@1.167.7
    • @tanstack/vue-start-server@1.167.7

Don't miss a new router release

NewReleases is sending notifications on new releases.