Update tanstack-router monorepo #8

Open
renovate-bot wants to merge 1 commit from renovate/tanstack-router-monorepo into main
Collaborator

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@tanstack/eslint-plugin-router (source) 1.129.71.161.6 age adoption passing confidence
@tanstack/react-router (source) 1.129.81.167.4 age adoption passing confidence
@tanstack/react-router-devtools (source) 1.129.81.166.9 age adoption passing confidence
@tanstack/router-plugin (source) 1.129.81.166.13 age adoption passing confidence

Release Notes

TanStack/router (@​tanstack/eslint-plugin-router)

v1.161.6

Compare Source

Patch Changes
  • build: update to vite-config 5.x (rolldown) (#​6926)

v1.161.5

Compare Source

Patch Changes

v1.161.4

Compare Source

Version 1.161.4 - 2/21/26, 11:18 AM

Changes
Fix
  • router: catch stringifyParams errors and render errorComponent (#​6718) (608007a) by Abhisar Mehta
Chore
Docs
  • fix syntax error in create-route-property-order.md (#​6711) (31ae74f) by Ulrich Stark
  • move the react-only guides to top-level and restrict in config.json (#​6713) (8bdf8d6) by Sean Cassiere
  • clarify that location hash excludes the leading # (#​6707) (33f253e) by JongKyung Lee
Testing
  • vite-ecosystem-ci: add vite as direct dev depencency (#​6709) (4def459) by Birk Skyum
Build
  • router-devtools-core: forward compat to vite 8 (#​6717) (63f804a) by Birk Skyum
Packages

v1.161.2

Compare Source

Version 1.161.2 - 2/19/26, 7:40 AM

Changes

Fix
Chore
  • disable Nx cloud cache for vite ecosystem ci (#​6695) (923fe9c) by Birk Skyum

Packages

v1.155.0

Compare Source

Version 1.155.0 - 1/23/26, 10:40 PM

Changes
Feat
Refactor
Packages

v1.154.7

Compare Source

Version 1.154.7 - 1/22/26, 2:40 AM (Manual Release)

Changes
Other
Packages

v1.141.0

Compare Source

Version 1.141.0 - 12/11/25, 3:28 PM (Manual Release)

Changes
Other
Lint
Packages

v1.140.0

Compare Source

Version 1.140.0 - 12/7/25, 6:22 AM (Manual Release)

Changes
Fix
  • full npm registry URLs, sync package versions (#​6035) (43fd132) by Lachlan Collins
Chore
Ci
  • bump node version (e095841) by Lachlan Collins
  • prepare for trusted publishing (#​6032) (496c932) by Lachlan Collins
Docs
Examples
  • mark as private (da69479) by Lachlan Collins
Other
Packages

v1.139.0

Compare Source

Version 1.139.0 - 11/20/25, 9:01 PM (Manual Release)

Changes
Chore
Ci
  • apply automated fixes (e59d8cd) by autofix-ci[bot]
Packages

v1.133.19

Compare Source

Version 1.133.19 - 10/20/25, 10:56 PM (Manual Release)

Changes
Docs
  • solid-router: add solid-query router examples (#​3891) (fc82bf2) by Birk Skyum
Other
Packages

v1.133.3

Compare Source

Version 1.133.3 - 10/15/25, 3:54 PM (Manual Release)

Changes
Fix
  • RELEASE_ALL (8815853) by Birk Skyum
  • force release (66b75cc) by Birk Skyum
Other
Packages

v1.132.31

Compare Source

Version 1.132.31 - 10/1/25, 8:59 PM (Manual Release)

Changes
Fix
  • return Headers instead of object (#​5333) (a7a25f5) by Manuel Schiller
  • unset extends of serialization adapters after deduping (#​5316) (f943abc) by Manuel Schiller
Packages

v1.132.21

Compare Source

Version 1.132.21 - 9/28/25, 7:05 PM (Manual Release)

Changes
Fix
  • exclude some more files from compilation (785afe3) by Manuel Schiller
  • use package alias for h3 (#​5281) (3a76b3c) by Manuel Schiller
Docs
Packages

v1.132.0

Compare Source

Version 1.132.0 - 9/23/25, 5:36 PM

Changes
Feat
Packages

v1.131.2

Compare Source

Version 1.131.2 - 8/8/25, 11:38 PM

Changes

Fix

Packages

v1.130.12

Compare Source

Version 1.130.12 - 8/1/25, 8:37 PM

Changes

Fix
  • do not add ESM deps to optimizeDeps without a "." export (#​4855) (db2b2c4) by Manuel Schiller
Chore

Packages

TanStack/router (@​tanstack/react-router)

v1.167.4

Compare Source

Patch Changes

v1.167.3

Compare Source

Patch Changes

v1.167.2

Compare Source

Patch Changes

v1.167.1

Compare Source

Patch Changes

v1.167.0

Compare Source

Minor Changes
Patch Changes

v1.166.8

Compare Source

Patch Changes

v1.166.7

Compare Source

Version 1.166.7 - 3/10/26, 7:24 PM

Changes
Fix
Chore
Packages

v1.166.6

Compare Source

Version 1.166.6 - 3/9/26, 10:25 PM

Changes
Fix
  • ensure lazy error component is preloaded (#​6875) (b7def82) by Manuel Schiller
Packages

v1.166.4

Compare Source

Version 1.166.4 - 3/9/26, 7:16 PM

Changes
Fix
  • don"t re-execute stale loaders on unrelated location changes (#​6867) (31ed0a9) by Manuel Schiller
Chore
Docs
Packages

v1.166.3

Compare Source

Version 1.166.3 - 3/8/26, 1:32 PM

Changes
Fix
Test
Docs
Benchmarks
Packages

v1.166.2

Compare Source

Version 1.166.2 - 3/4/26, 8:36 PM

Changes
Fix
  • handle beforeLoad throwing notFound correctly (#​6811) (9c81d5a) by Manuel Schiller
Chore
Test
Packages

v1.163.3

Compare Source

Version 1.163.3 - 2/27/26, 10:12 PM

Changes
Fix
Packages

v1.163.2

Compare Source

Version 1.163.2 - 2/25/26, 8:25 AM

Changes
Fix
Packages

v1.162.9

Compare Source

Version 1.162.9 - 2/24/26, 12:49 PM

Changes
Fix
Docs
  • router: add MaskOptions to Navigation documentation (#​6625) (9fd7fb9) by JongKyung Lee
  • router: fix typo in the path param guide for complex suffixes (#​6738) (623cbb0) by combab0
Packages

v1.162.8

Compare Source

Version 1.162.8 - 2/23/26, 10:15 PM

Changes
Fix
Packages

v1.162.6

Compare Source

Version 1.162.6 - 2/23/26, 4:36 PM

Changes
Refactor
  • router-core,react-router,solid-router,vue-router: Remove long strings from production bundle (#​6740) (343f8a8) by @​Sheraff
Packages

v1.162.5

Compare Source

Version 1.162.5 - 2/23/26, 4:14 PM

Changes
Fix
Chore
Packages

v1.162.4

Compare Source

Version 1.162.4 - 2/22/26, 10:50 PM

Changes
Fix
Packages

v1.162.2

Compare Source

Version 1.162.2 - 2/22/26, 8:41 AM

Changes
Refactor
Packages

v1.162.1

Compare Source

Version 1.162.1 - 2/21/26, 9:58 PM

Changes
Fix
  • router-core: don"t set isServer if NODE_ENV test (#​6727) (fdb8d2e) by Manuel Schiller
Ci
Packages

v1.161.4

Compare Source

Version 1.161.4 - 2/21/26, 11:18 AM

Changes
Fix
  • router: catch stringifyParams errors and render errorComponent (#​6718) (608007a) by Abhisar Mehta
Chore
Docs
  • fix syntax error in create-route-property-order.md (#​6711) (31ae74f) by Ulrich Stark
  • move the react-only guides to top-level and restrict in config.json (#​6713) (8bdf8d6) by Sean Cassiere
  • clarify that location hash excludes the leading # (#​6707) (33f253e) by JongKyung Lee
Testing
  • vite-ecosystem-ci: add vite as direct dev depencency (#​6709) (4def459) by Birk Skyum
Build
  • router-devtools-core: forward compat to vite 8 (#​6717) (63f804a) by Birk Skyum
Packages

v1.161.3

Compare Source

Version 1.161.3 - 2/20/26, 12:00 AM

Changes
Fix
  • avoid false positives in import-protection plugin (#​6708) (f453943) by Manuel Schiller
Chore
Docs
  • fix syntax error in create-route-property-order.md (#​6699) (c87d848) by Ulrich Stark
  • add NotFoundError to lint exceptions and fix wording (#​6701) (149e760) by Ulrich Stark
Packages

v1.161.1

Compare Source

Version 1.161.1 - 2/18/26, 8:57 AM

Changes
Fix
Packages

v1.160.2

Compare Source

Version 1.160.2 - 2/16/26, 7:27 PM

Changes
Fix
Other
Packages

v1.160.0

Compare Source

Version 1.160.0 - 2/15/26, 7:06 AM

Changes
Feat
  • router-core, react-router, solid-router, vue-router: isDangerousProtocol uses customizable allowlist (#​6542) (6ddb586) by @​Sheraff
Packages

v1.159.14

Compare Source

Version 1.159.14 - 2/15/26, 1:45 AM

Changes
Fix
  • react-router: remove async/defer attributes during hydration to prevent warnings (#​6479) (067951f) by 홍규진
Test
Docs
  • start: fix typos in React quick start (#​6638) (6ee1586) by Pavan Shinde
Other
Packages

v1.159.10

Compare Source

Version 1.159.10 - 2/14/26, 1:19 AM

Changes
Fix
  • preserve data script content during client hydration (#​6653) (fb139e8) by nikuscs
  • lazy-compile server fn on dev restart to avoid invalid ID error (#​6655) (f212098) by Manuel Schiller
Packages

v1.159.9

Compare Source

Version 1.159.9 - 2/14/26, 12:46 AM

Changes
Fix
  • resolve pending state when throwing notFound in beforeLoad (#​6654) (2148b1b) by Manuel Schiller
Packages

v1.159.6

Compare Source

Version 1.159.6 - 2/13/26, 6:35 PM

Changes
Fix
  • don"t cache server side route tree during dev (#​6650) (85b34a7) by Manuel Schiller
Chore
Test
Docs
  • start: Update TanStack Builder link in getting started guide (#​6641) (a8c786c) by Yuki Terashima
Packages

v1.159.5

Compare Source

Version 1.159.5 - 2/9/26, 1:08 PM

Changes
Perf
  • revert to Response, and add docs regarding for FastResponse (#​6618) (641720f) by Birk Skyum
Packages

v1.159.4

Compare Source

Version 1.159.4 - 2/9/26, 12:55 AM

Changes
Fix
  • router: ensure useParams returns parsed params when strict is false (#​6387) (5c923e4) by Lee Jong Kyung
Packages

v1.159.3

Compare Source

Version 1.159.3 - 2/8/26, 8:07 PM

Changes
Perf
Packages

v1.158.4

Compare Source

Version 1.158.4 - 2/7/26, 12:01 AM

Changes
Fix
  • start-server-core: redirect misinterpreted protocol-relative URLs (#​6600) (40ed683) by Nico Lynzaad
Docs
  • add Cloudflare Workers handlers section to server entry point (#​6488) (172fa05) by Alexander Zuev
Packages

v1.158.1

Compare Source

Version 1.158.1 - 2/5/26, 1:50 AM

Changes
Fix
  • router-core: fix handle AbortError logic when rapid navigation (#​6426) (28b0e8b) by Lee
Docs
Packages

v1.158.0

Compare Source

Version 1.158.0 - 2/3/26, 12:16 AM

Changes
Feat
  • pass routeId into context/beforeLoad (#​6579) (a894baa) by Manuel Schiller
Fix
  • avoid destructuring internal server property in interpolatePath (#​6580) (ebd96af) by Manuel Schiller
  • strip type exports upon DCE (#​6582) (77b18bb) by Manuel Schiller
Packages

v1.157.18

Compare Source

Version 1.157.18 - 1/31/26, 3:41 PM

Changes
Refactor
Packages

v1.157.17

Compare Source

Version 1.157.17 - 1/30/26, 10:26 PM

Changes
Fix
Docs
  • Updated typo in internationalization-i18n.md (#​6523) (5ae6217) by Alexander Schmid
Packages

v1.157.16

Compare Source

Version 1.157.16 - 1/26/26, 10:05 PM

Changes
Fix
Packages

v1.157.15

Compare Source

Version 1.157.15 - 1/26/26, 6:50 AM

Changes
Refactor
Packages

v1.157.14

Compare Source

Version 1.157.14 - 1/25/26, 10:04 PM

Changes
Refactor
Packages

v1.157.13

Compare Source

Version 1.157.13 - 1/25/26, 9:21 PM

Changes
Refactor
Packages

v1.157.12

Compare Source

Version 1.157.12 - 1/25/26, 8:49 PM

Changes
Refactor
Packages

v1.157.11

Compare Source

Version 1.157.11 - 1/25/26, 7:05 PM

Changes
Refactor
Test
Packages

v1.157.10

Compare Source

Version 1.157.10 - 1/25/26, 6:09 PM

Changes
Refactor
Test
Packages

v1.157.9

Compare Source

Version 1.157.9 - 1/25/26, 3:11 PM

Changes
Refactor
  • router-core: buildLocation can skip second interpolatePath if no params.parse function in the branch (#​6506) (ab92e1c) by @​Sheraff
Packages

v1.157.8

Compare Source

Version 1.157.8 - 1/25/26, 1:49 PM

Changes
Refactor
Packages

v1.157.7

Compare Source

Version 1.157.7 - 1/25/26, 11:05 AM

Changes
Refactor
Packages

v1.157.6

Compare Source

Version 1.157.6 - 1/25/26, 9:20 AM

Changes
Refactor
Test
Performance
Packages

v1.157.5

Compare Source

Version 1.157.5 - 1/24/26, 10:34 PM

Changes
Refactor
Packages

v1.157.4

Compare Source

Version 1.157.4 - 1/24/26, 8:45 PM

Changes
Fix
Packages

v1.157.3

Compare Source

Version 1.157.3 - 1/24/26, 4:56 PM

Changes
Fix
Docs
  • router: URL encoding note on and how to opt out (#​6443) (3aa27d5) by boda
Packages

v1.157.2

Compare Source

Version 1.157.2 - 1/24/26, 12:51 PM

Changes
Refactor
Packages

v1.157.1

Compare Source

Version 1.157.1 - 1/24/26, 12:10 PM

Changes
Refactor
Chore
Packages

v1.157.0

Compare Source

Version 1.157.0 - 1/24/26, 10:30 AM

Changes
Feat
Chore
  • add source() to Tailwind v4 imports to ensure consistent hashing (#​6459) (6ff1190) by Philippe Serhal
Packages

v1.156.0

Compare Source

Version 1.156.0 - 1/23/26, 11:49 PM

Changes
Feat
  • cache routeTree on the server in-between requests (#​6475) (ad084d4) by Manuel Schiller
Refactor
Test
Docs
  • updates (f5007fa) by Tanner Linsley
Packages

v1.155.0

Compare Source

Version 1.155.0 - 1/23/26, 10:40 PM

Changes
Feat
Refactor
Packages

v1.154.14

Compare Source

Version 1.154.14 - 1/23/26, 3:51 PM

Changes
Fix
Test
Packages

v1.154.13

Compare Source

Version 1.154.13 - 1/23/26, 11:03 AM

Changes
Refactor
Packages

v1.154.12

Compare Source

Version 1.154.12 - 1/22/26, 10:37 PM

Changes
Refactor
  • router-core: skip full matchRoutesInternal for Link"s buildLocation, use simple getMatchedRoutes (#​6445) (655496f) by @​Sheraff
Packages

v1.154.10

Compare Source

Version 1.154.10 - 1/22/26, 8:24 PM

Changes
Refactor
Packages

v1.154.8

Compare Source

Version 1.154.8 - 1/22/26, 2:48 PM

Changes
Refactor
  • router-core: getEnumerableOwnKeys fast path for "no symbol key" common case, 6-11% faster replaceEqualDeep (#​6448) (850b963) by @​Sheraff
Test
Packages

v1.154.7

Compare Source

Version 1.154.7 - 1/22/26, 2:40 AM (Manual Release)

Changes
Other
Packages

v1.154.6

Compare Source

Version 1.154.6 - 1/21/26, 10:57 PM

Changes
Fix
  • react-start: Apply Link active properties correctly on SSR when including hash (#​6421) (60a30fc) by Nico Lynzaad
Packages

v1.154.5

Compare Source

Version 1.154.5 - 1/21/26, 7:38 PM

Changes
Fix
Packages

v1.154.4

Compare Source

Version 1.154.4 - 1/21/26, 7:13 PM

Changes
Fix
  • handle literal paths upon navigation (#​6440) (97a1cc7) by Manuel Schiller
Packages

v1.154.3

Compare Source

Version 1.154.3 - 1/21/26, 6:53 PM

Changes
Fix
Packages

v1.154.2

Compare Source

Version 1.154.2 - 1/21/26, 5:09 PM

Changes
Fix
  • router-core: skipOnParamError on index route should still allow mathing other node types beyond it on error (#​6436) (8dd35b1) by @​Sheraff
Packages

v1.154.1

Compare Source

Version 1.154.1 - 1/21/26, 11:28 AM

Changes
Fix
Docs
  • url rewrites (621a79c) by Tanner Linsley
  • remove outdated (aced5f6) by Manuel Schiller
Packages

v1.153.2

Compare Source

Version 1.153.2 - 1/19/26, 10:12 PM

Changes
Refactor
Docs
Packages

v1.153.1

Compare Source

Version 1.153.1 - 1/19/26, 2:41 PM

Changes
Fix
Packages

v1.151.6

Compare Source

Version 1.151.6 - 1/18/26, 6:11 PM

Changes
Fix
Packages

v1.151.3

Compare Source

Version 1.151.3 - 1/18/26, 8:25 AM

Changes
Fix
  • start-client-core: allow middleware to catch server function handler errors (#​6392) (02839b3) by Jose Cantu
Chore
Packages

v1.151.2

Compare Source

Version 1.151.2 - 1/18/26, 12:22 AM

Changes
Fix
  • Commit context together with status to avoid race condition (#​6407) (abb8216) by Manuel Schiller
  • make nonce accessible in headers (#​6359) (114f53b) by Manuel Schiller
Other
Packages

v1.151.1

Compare Source

Version 1.151.1 - 1/17/26, 7:47 PM

Changes
Fix
Packages

v1.151.0

Compare Source

Version 1.151.0 - 1/17/26, 4:24 PM

Changes
Feat
Fix
Ci
  • apply automated fixes (c22e387) by autofix-ci[bot]
Docs
  • fix typo in markdown rendering (#​6405) (786a58b) by Aldo D"Aquino
  • fix CLI command syntax in Solid Start getting started guide (#​6386) (7367ed8) by Nestor Cortina
Packages

v1.150.0

Compare Source

Version 1.150.0 - 1/14/26, 9:09 PM

Changes
Feat
  • add Route.redirect and getRouteApi.redirect (#​6373) (5299f0b) by Manuel Schiller
Other
Packages

v1.149.3

Compare Source

Version 1.149.3 - 1/13/26, 5:06 PM

Changes
Fix
Packages

v1.147.3

Compare Source

Version 1.147.3 - 1/11/26, 2:29 AM

Changes
Fix
  • cleanly separate dev styles from prod runtime (#​6356) (99bb8d2) by Manuel Schiller
Docs
  • nitro-nightly (b1976d8) by Manuel Schiller
Packages

v1.147.2

Compare Source

Version 1.147.2 - 1/10/26, 11:39 PM

Changes
Fix
  • implement safe dynamic lookup for React.use to avoid compilation… (#​6355) (2e2c868) by Manuel Schiller
Packages

v1.147.1

Compare Source

Version 1.147.1 - 1/10/26, 1:53 PM

Changes
Fix
  • dev style with non runnable dev environments and basepath support (#​6348) (538285c) by Manuel Schiller
Packages

v1.147.0

Compare Source

Version 1.147.0 - 1/10/26, 3:33 AM

Changes
Feat
Chore
  • force vite dependency optimization by using a warmup request in CSS dev tests (4eada7a) by Manuel Schiller
  • examples: Bump Clerk TanStack version and add temporary fix (#​6341) (6d904d6) by Robert Soriano
Other
Packages

v1.146.2

Compare Source

Version 1.146.2 - 1/8/26, 11:49 PM

Changes
Fix
Packages

v1.146.1

Compare Source

Version 1.146.1 - 1/8/26, 10:52 PM

Changes
Fix
  • navigate() with href containing basepath (#​6335) (a1324bb) by Jakob Norlin
Examples
Packages

v1.146.0

Compare Source

Version 1.146.0 - 1/8/26, 11:44 AM

Changes
Feat
Packages

v1.145.11

Compare Source

Version 1.145.11 - 1/7/26, 10:07 PM

Changes
Fix
  • router-core: handle AbortError in router execution flow (#​4570) (942f0ff) by Lee
Packages

v1.145.7

Compare Source

Version 1.145.7 - 1/5/26, 7:08 PM

Changes
Fix
Tests
  • react-start-basic: wait for results to be available before validating raw stream results (#​6307) (fb88aad) by Nico Lynzaad
Packages

v1.145.6

Compare Source

Version 1.145.6 - 1/5/26, 4:46 PM

Changes
Fix
  • scroll-restoration: handle sessionStorage quota exceeded error in scroll restoration (#​6287) (7ee7069) by Lee Jong Kyung
Packages

v1.144.0

Compare Source

Version 1.144.0 - 12/27/25, 2:58 PM

Changes
Feat
Packages

v1.143.11

Compare Source

Version 1.143.11 - 12/26/25, 1:34 AM

Changes
Fix
Chore
Packages

v1.143.6

Compare Source

Version 1.143.6 - 12/24/25, 11:22 PM

Changes
Fix
Packages

v1.143.4

Compare Source

Version 1.143.4 - 12/23/25, 11:42 PM

Changes
Fix
  • router-core: make navigate publicHref Aware (#​6205) (6ea81b4) by Nico Lynzaad
Packages

v1.143.3

Compare Source

Version 1.143.3 - 12/23/25, 11:38 AM

Changes
Fix
  • rewrite causes infinite redirects (#​6201) (17c07d9) by Manuel Schiller
Packages

v1.143.2

Compare Source

Version 1.143.2 - 12/23/25, 9:11 AM

Changes
Fix
  • react-router: HMR not updating inline arrow function components (#​6197) (b1c7350) by Matt
Packages

v1.142.13

Compare Source

Version 1.142.13 - 12/23/25, 2:24 AM

Changes
Fix
Performance
Packages

v1.142.11

Compare Source

Version 1.142.11 - 12/22/25, 6:55 PM

Changes
Refactor
  • router-core: deprecate json function in favor of standard Response.json function (#​6181) (948c4fb) by Ulrich Stark
Packages

v1.142.8

Compare Source

Version 1.142.8 - 12/21/25, 11:28 PM

Changes
Fix
Packages

v1.142.7

Compare Source

Version 1.142.7 - 12/21/25, 4:02 PM

Changes
Refactor
Packages

v1.142.6

Compare Source

Version 1.142.6 - 12/21/25, 3:33 PM

Changes
Refactor
Docs
Packages

v1.141.8

Compare Source

Version 1.141.8 - 12/19/25, 11:50 PM

Changes
Fix
Chore
Test
  • vue-router: sentry integration with tanstackRouterBrowserTracingIntegration (#​6139) (05408f8) by Birk Skyum
  • vue-start: basic-cloudflare, basic-auth (#​6137) (c68aff7) by Birk Skyum
  • vue-start: e2e test suites (#​6132) (6b11401) by Birk Skyum
Docs
  • Create markdown import and rendering guide (#​6150) (5ae9461) by Tanner Linsley
Packages

v1.141.6

Compare Source

Version 1.141.6 - 12/17/25, 8:06 PM

Changes
Fix
Chore
Test
Packages

v1.141.4

Compare Source

Version 1.141.4 - 12/17/25, 12:19 AM

Changes
Fix
Test
Ci
  • apply automated fixes (df5d76c) by autofix-ci[bot]
Docs
  • add comparison to sidebar (03aa67f) by Tanner Linsley
  • add comparison (3f1c2bb) by Tanner Linsley
  • solid-router: path-params - replace react with solid (#​6103) (4256268) by Birk Skyum
  • solid-router: path params (#​6096) (6fd176a) by Birk Skyum
  • fix createMiddleware usage examples in "Observability" guide (#​6095) (2c40790) by s-r-x
Other
E2e
  • vue-router: scroll restoration sandbox vite (#​6116) (a6134ff) by Birk Skyum
Packages

v1.141.2

Compare Source

Version 1.141.2 - 12/12/25, 7:30 PM

Changes
Fix
  • compare rewritten url to decide if server needs to redirect (#​6072) (20aac85) by Manuel Schiller
Ci
  • apply automated fixes (f9be760) by autofix-ci[bot]
  • move pnpm settings to pnpm-workspace.yaml (#​6076) (b1b8c9e) by Lachlan Collins
Docs
Other
E2e
Packages

v1.141.1

Compare Source

Version 1.141.1 - 12/11/25, 7:42 PM

Changes
Fix
Packages

v1.141.0

Compare Source

Version 1.141.0 - 12/11/25, 3:28 PM (Manual Release)

Changes
Other
Lint
Packages

v1.140.5

Compare Source

Version 1.140.5 - 12/10/25, 8:00 PM

Changes
Fix
  • include assets in route manifest for all routes (#​6058) (9fe8c61) by Manuel Schiller
Other
Packages

v1.140.1

Compare Source

Version 1.140.1 - 12/9/25, 8:18 PM

Changes
Fix
Docs
Packages

v1.140.0

Version 1.140.0 - 12/7/25, 6:22 AM (Manual Release)

Changes
Fix
  • full npm registry URLs, sync package versions (#​6035) (43fd132) by Lachlan Collins
Chore
Ci
  • bump node version (e095841) by Lachlan Collins
  • prepare for trusted publishing (#​6032) (496c932) by Lachlan Collins
Docs
Examples
  • mark as private (da69479) by Lachlan Collins
Other
Packages

v1.139.14

Compare Source

Version 1.139.14 - 12/2/25, 10:59 PM

Changes
Fix
Packages

v1.139.13

Compare Source

Version 1.139.13 - 12/2/25, 4:41 PM

Changes
Fix
  • router-core: correctly resolve custom params from declarative masks when building the masked url (#​5756) (24ff895) by Hakan Shehu
Packages

v1.139.12

Compare Source

Version 1.139.12 - 11/29/25, 8:32 PM

Changes
Fix
Packages

v1.139.11

Compare Source

Version 1.139.11 - 11/29/25, 12:57 PM

Changes
Fix
Ci
Packages

v1.139.10

Compare Source

Version 1.139.10 - 11/27/25, 9:22 PM

Changes
Fix
Packages

v1.139.9

Compare Source

Version 1.139.9 - 11/27/25, 8:14 PM

Changes
Fix
  • fix hydration error by preservering script attrs (#​5980) (bd3a2dc) by Manuel Schiller
Test
  • start: test that multiple Set-Cookie headers are not lost during redirect (#​5978) (430f268) by Birk Skyum
Docs
Packages

v1.139.7

Compare Source

Version 1.139.7 - 11/26/25, 12:57 PM

Changes
Fix
Packages

v1.139.6

Compare Source

Version 1.139.6 - 11/25/25, 8:26 PM

Changes
Fix
Packages

v1.139.5

Compare Source

Version 1.139.5 - 11/25/25, 8:06 PM

Changes
Fix
Other
Packages

v1.139.3

Compare Source

Version 1.139.3 - 11/23/25, 12:38 AM

Changes
Fix
  • router-core: useBlocker navigation issues for 404 pages and external URLs (#​4917) (c35f70e) by jihoon
  • Links always scroll to URL hash on hover (#​5930) (#​5944) (8f5d93b) by Shreyas Sarkar
Chore
Other
Packages

v1.139.1

Compare Source

Version 1.139.1 - 11/21/25, 11:05 PM

Changes
Fix
Refactor
Chore
Ci
  • apply automated fixes (c3af4b8) by autofix-ci[bot]
Docs
Packages

v1.139.0

Compare Source

Version 1.139.0 - 11/20/25, 9:01 PM (Manual Release)

Changes
Chore
Ci
  • apply automated fixes (e59d8cd) by autofix-ci[bot]
Packages

v1.136.18

Compare Source

Version 1.136.18 - 11/19/25, 10:26 PM

Changes
Fix
  • react-router: implicit navigations causes flicker during rendering (#​5905) (93c4d6b) by vsh1h
Packages

v1.136.17

Compare Source

Version 1.136.17 - 11/19/25, 8:53 PM

Changes
Refactor
Packages

v1.136.16

Compare Source

Version 1.136.16 - 11/19/25, 8:16 PM

Changes
Fix
  • router-core: Catch errors thrown during hydrate (#​5686) (37eb416) by Remi
Packages

v1.136.15

Compare Source

Version 1.136.15 - 11/19/25, 6:57 PM

Changes
Fix
  • update error handling in MatchInner to access error data directly (#​4746) (6b235a7) by Lee
Packages

v1.136.14

Compare Source

Version 1.136.14 - 11/19/25, 5:16 PM

Changes
Fix
Chore
  • update xmlbuilder2 to v4.0.0 to fix npm audit vulnerabilitiy warnings (#​5902) (04f701f) by Philipp Hoefflin
Packages

v1.136.13

Compare Source

Version 1.136.13 - 11/19/25, 4:43 PM

Changes
Fix
Packages

v1.136.11

Compare Source

Version 1.136.11 - 11/19/25, 12:32 AM

Changes
Fix
Other
Packages

v1.136.10

Compare Source

Version 1.136.10 - 11/18/25, 11:04 PM

Changes
Fix
Packages

v1.136.9

Compare Source

Version 1.136.9 - 11/18/25, 10:39 PM

Changes
Fix
Test
  • router: remove flaky query transition test (#​5883) (f830dff) by Birk Skyum
Ci
  • apply automated fixes (5ca33d7) by autofix-ci[bot]
Packages

v1.136.8

Compare Source

Version 1.136.8 - 11/16/25, 6:14 PM

Changes
Refactor
Packages

v1.136.6

Compare Source

Version 1.136.6 - 11/16/25, 10:06 AM

Changes
Refactor
Test
Packages

v1.136.5

Compare Source

Version 1.136.5 - 11/15/25, 12:46 PM

Changes
Refactor
Packages

v1.136.4

Compare Source

Version 1.136.4 - 11/15/25, 1:01 AM

Changes
Fix
Test
  • router: add view-transition e2e suites (#​5869) (559856b) by Birk Skyum
Packages

v1.136.3

Compare Source

Version 1.136.3 - 11/14/25, 7:48 PM

Changes
Refactor
Packages

v1.136.2

Compare Source

Version 1.136.2 - 11/14/25, 5:42 PM

Changes
Refactor
Packages

v1.136.1

Compare Source

Version 1.136.1 - 11/13/25, 11:56 PM

Changes
Refactor
  • router-core: use original nextTo path when building location in its route form (#​5851) (f1bd5c5) by Nico Lynzaad
Packages

v1.136.0

Compare Source

Version 1.136.0 - 11/13/25, 9:10 PM

Changes
Feat
Chore
Ci
  • apply automated fixes (6d2a5da) by autofix-ci[bot]
Docs
  • solid-router: router-monorepo-simple-lazy example (#​5853) (dfb4f9a) by Birk Skyum
  • solid-router: router-monorepo-simple example (#​5852) (1cc3801) by Birk Skyum
  • solid-router: monorepo-solid-query example (#​5850) (606dd19) by Birk Skyum
  • solid-start: start-tailwind-v4 (#​5849) (ecd9312) by Birk Skyum
  • solid-router: search-validator-adapters (#​5848) (ec1e4d6) by Birk Skyum
  • solid-start: start-large example (#​5847) (ee241f3) by Birk Skyum
  • solid-start: i18n example (#​5845) (b5d7227) by Birk Skyum
  • solid-router: i18n paraglide example (#​5844) (7492e6c) by Birk Skyum
  • solid-router: navigation-blocking example (#​5843) (a5c7133) by Birk Skyum
  • solid-router: large-file-based (#​5842) (36b16c5) by Birk Skyum
  • solid-router: location-masking example (#​5841) (5a06540) by Birk Skyum
  • solid-router: kitchensink example (#​5840) (6805420) by Birk Skyum
  • solid-router: scroll restoration example (#​5839) (f581aa9) by Birk Skyum
  • solid-router: deferred-data example (#​5838) (9bb8318) by Birk Skyum
  • solid-start: add start-streaming-data-from-server-functions example (#​5837) (6365578) by Birk Skyum
  • solid-router: port remaining basic examples (#​5836) (85f9734) by Birk Skyum
  • solid-router: rspack/build guides and example (#​5834) (17ec180) by Birk Skyum
  • solid-router: webpack example and installation guide (#​5833) (71f9c7d) by Birk Skyum
  • solid-router: esbuild guide/example (#​5831) (d5ce04c) by Birk Skyum
  • solid-router: quickstart example (code based) (#​5830) (80a9923) by Birk Skyum
  • solid-router: add with-trpc example (#​5829) (9727eb4) by Birk Skyum
  • solid-start: sync supabase example to react (#​5828) (34f475e) by Birk Skyum
  • solid-router: fix authenticated routes docs (#​5827) (cb4a646) by Birk Skyum
  • solid-router: authenticated-routes-firebase (#​5826) (42f86c2) by Birk Skyum
  • solid-router: authenticated-routes example (#​5825) (8f57746) by Birk Skyum
  • solid-start: sync nitro v3 hosting guide to react (#​5824) (f0e0279) by Birk Skyum
  • hosting: update nitro to v3 (#​5821) (33c3d40) by Pooya Parsa
  • solid-router: framer-motion example (#​5818) (5404201) by Birk Skyum
  • solid-start: hosting guide for bun (#​5817) (7d4df72) by Birk Skyum
  • solid-start: start-bun example (#​5816) (5302896) by Birk Skyum
  • solid-router: port view-transitions example (#​5815) (864a2e0) by Birk Skyum
Packages

v1.135.2

Compare Source

Version 1.135.2 - 11/11/25, 12:02 AM

Changes
Refactor
Packages

v1.135.0

Compare Source

Version 1.135.0 - 11/9/25, 10:57 PM

Changes
Feat
  • Export useHydrated hook with documentation (#​5645) (a41e867) by daveycodez
Other
Packages

v1.134.20

Compare Source

Version 1.134.20 - 11/9/25, 8:35 PM

Changes
Fix
Packages

v1.134.18

Compare Source

Version 1.134.18 - 11/9/25, 3:10 PM

Changes
Fix
  • solid-router: setting search params with 2 parallel navigate calls (#​5797) (da77078) by Birk Skyum
Packages

v1.134.17

Compare Source

Version 1.134.17 - 11/9/25, 10:52 AM

Changes
Fix
  • set progressiveChunkSize to infinity (#​5790) (c825684) by Andy Abi Haidar
Packages

v1.134.15

Compare Source

Version 1.134.15 - 11/8/25, 12:45 AM

Changes
Fix
  • router-core: trigger abort signal when navigating away after pendingMs (#​5777) (c857362) by Ramy Ben Aroya
Docs
  • start: typo in the server functions guide (#​5773) (818a5e7) by Stephen Brown-Bourne
Other
Packages

v1.134.13

Compare Source

Version 1.134.13 - 11/6/25, 1:37 AM

Changes
Refactor
  • router-core: consistent Unicode handling (#​5736) (26f23fa) by Nico Lynzaad
Test
  • solid-router: enhance transition test suite (#​5753) (6baffeb) by Birk Skyum
Docs
Packages

v1.134.12

Compare Source

Version 1.134.12 - 11/4/25, 2:52 AM

Changes
Fix
  • solid-router: implement navigation transitions (#​5691) (76c4f61) by Birk Skyum
Chore
Ci
  • apply automated fixes (attempt 2/3) (19b0083) by autofix-ci[bot]
  • apply automated fixes (834c077) by autofix-ci[bot]
Other
Packages

v1.134.9

Compare Source

Version 1.134.9 - 11/2/25, 1:20 AM

Changes
Fix
  • optimizeDeps for react form (#​5726) (df15791) by Manuel Schiller
  • router-core: onStay callback should use "current" matches not "previous" (#​5485) (b865b42) by TeChn4K
  • Make serverFn union response type distributive (#​5720) (a9d23a4) by Brooke Holmes
Ci
  • apply automated fixes (124de30) by autofix-ci[bot]
  • apply automated fixes (0761f79) by autofix-ci[bot]
Packages

v1.134.4

Compare Source

Version 1.134.4 - 10/31/25, 7:48 PM

Changes
Fix
  • route HMR handling (#​5710) (93d19ad) by Manuel Schiller
  • enable dead code elimination in split-route to remove unused imports (#​5711) (6f744c2) by Manuel Schiller
Docs
  • solid-start: add Supabase example (#​5598) (943d616) by Julian Sommer
  • Correct capitalization of "TypeScript" in documentation (#​5692) (e77745e) by Patt O"Brien
Packages

v1.133.36

Compare Source

Version 1.133.36 - 10/29/25, 1:10 AM

Changes
Fix
Packages

v1.133.35

Compare Source

Version 1.133.35 - 10/28/25, 9:34 PM

Changes
Refactor
  • router-core: more stable url decoding (#​5663) (915de64) by Nico Lynzaad
Test
Docs
  • solid-start: fix ssr start-basic-solid-query (#​5666) (215ae1f) by Birk Skyum
Packages

v1.133.32

Compare Source

Version 1.133.32 - 10/26/25, 5:07 PM

Changes
Fix
  • fix React router Link component in SVG elements (#​5590) (9607ef6) by Durgé Seerden
Test
Packages

v1.133.28

Compare Source

Version 1.133.28 - 10/25/25, 10:51 PM

Changes
Fix
Test
  • solid-router: add basepath-file-based e2e suite (#​5623) (54e0be8) by Birk Skyum
  • solid-router: un-skip link tests (#​5621) (08d78c1) by Birk Skyum
  • solid-router: fix timing in loaders test (#​5622) (735c1e3) by Birk Skyum
  • solid-start: sync server-routes e2e to react (#​5618) (b5c96d4) by Birk Skyum
  • solid: add params.spec.ts to start/router (#​5617) (3ce120b) by Birk Skyum
  • solid-router: sync unit tests from react-router (#​5614) (f4a544f) by Birk Skyum
  • solid-router: add sentry e2e (#​5612) (a068c43) by Birk Skyum
Ci
  • apply automated fixes (c6183ad) by autofix-ci[bot]
Docs
Other
Packages

v1.133.27

Compare Source

Version 1.133.27 - 10/24/25, 8:30 AM

Changes
Fix
  • route-core, router-generator: resolve non-nested routes correctly in generator (#​5402) (d293e1b) by Nico Lynzaad
Other
Packages

v1.133.25

Compare Source

Version 1.133.25 - 10/23/25, 6:29 PM

Changes
Fix
Chore
  • solid: bump solid-js to ^1.9.9 to align seroval versions (#​5586) (47bc1c3) by Birk Skyum
Other
Packages

v1.133.22

Compare Source

Version 1.133.22 - 10/22/25, 12:32 AM

Changes
Fix
Chore
  • solid: bump vite plugin solid to 2.11.10 (#​5572) (7f809a8) by Birk Skyum
Docs
  • solid-start: nitro v3 vite plugin example (#​5577) (07f56f8) by Birk Skyum
  • solid-start: add netlify vite plugin example (#​5575) (1264256) by Birk Skyum
  • solid-start: start-basic-cloudflare example (#​5567) (a947885) by Birk Skyum
Other
Packages

v1.133.21

Compare Source

Version 1.133.21 - 10/21/25, 2:35 PM

Changes
Fix
Test
  • solid-start: basic-auth e2e suite and example (#​5558) (da10edf) by Birk Skyum
  • solid-start: add virtual-routes e2e suite (#​5556) (410fdf8) by Birk Skyum
Docs
  • display auth, query, static examples on website (#​5563) (12f0e8c) by Birk Skyum
  • solid-start: start-basic-solid-query example (#​5562) (616a38e) by Birk Skyum
Other
Packages

v1.133.20

Compare Source

Version 1.133.20 - 10/20/25, 11:21 PM

Changes
Fix
  • router-core: add support for handling any kind of empty _splat consistently (#​5510) (3eccdeb) by Paul Sachs
Other
Packages

v1.133.19

Compare Source

Version 1.133.19 - 10/20/25, 10:56 PM (Manual Release)

Changes
Docs
  • solid-router: add solid-query router examples (#​3891) (fc82bf2) by Birk Skyum
Other
Packages

v1.133.18

Compare Source

Version 1.133.18 - 10/20/25, 10:17 PM

Changes
Fix
Ci
  • apply automated fixes (attempt 2/3) (d9d1efc) by autofix-ci[bot]
  • apply automated fixes (31834e3) by autofix-ci[bot]
Other
Packages

v1.133.15

Compare Source

Version 1.133.15 - 10/19/25, 9:58 PM

Changes
Fix
  • set statusCode to 500 if error occurs (#​5541) (015bc2d) by Manuel Schiller
Docs
Packages

v1.133.13

Compare Source

Version 1.133.13 - 10/18/25, 12:31 AM

Changes
Fix
  • server side redirects causd by default search param respect rewrite (#​5523) (de16769) by Manuel Schiller
Packages

v1.133.12

Compare Source

Version 1.133.12 - 10/17/25, 11:27 PM

Changes
Fix
Chore
  • eslint: resolve eslint errors in hydrateStart (#​5521) (4f9b737) by Nico Lynzaad
Packages

v1.133.10

Compare Source

Version 1.133.10 - 10/17/25, 8:09 PM

Changes
Fix
Ci
  • apply automated fixes (a56f4fa) by autofix-ci[bot]
Docs
  • fix session usage (0149034) by Manuel Schiller
Packages

v1.133.8

Compare Source

Version 1.133.8 - 10/17/25, 5:41 PM

Changes
Fix
Packages

v1.133.7

Compare Source

Version 1.133.7 - 10/17/25, 5:24 PM

Changes
Fix
  • react-router,solid-router: top-level Matches should use pendingComponent on root route (#​5495) (b0d0b25) by Dominik Dorfmeister
Packages

v1.133.3

Compare Source

Version 1.133.3 - 10/15/25, 3:54 PM (Manual Release)

Changes
Fix
  • RELEASE_ALL (8815853) by Birk Skyum
  • force release (66b75cc) by Birk Skyum
Other
Packages

v1.132.47

Compare Source

Version 1.132.47 - 10/6/25, 9:20 PM

Changes
Fix
  • navigate() respects rewrites when reloadDocument=true (#​5389) (2db746c) by Manuel Schiller
Examples
  • Add a new TanStack Start example for typed readable streams (#​5363) (42500ce) by fuko
Packages

v1.132.45

Compare Source

Version 1.132.45 - 10/6/25, 8:13 PM

Changes
Fix
Docs
  • server entry point (e8052ce) by Manuel Schiller
Packages

v1.132.41

Compare Source

Version 1.132.41 - 10/5/25, 9:13 PM

Changes
Fix
Packages

v1.132.37

Compare Source

Version 1.132.37 - 10/4/25, 8:41 PM

Changes
Fix
Other
Packages

v1.132.33

Compare Source

Version 1.132.33 - 10/3/25, 1:01 PM

Changes
Fix
Docs
Examples
Packages

v1.132.31

Version 1.132.31 - 10/1/25, 8:59 PM (Manual Release)

Changes
Fix
  • return Headers instead of object (#​5333) (a7a25f5) by Manuel Schiller
  • unset extends of serialization adapters after deduping (#​5316) (f943abc) by Manuel Schiller
Packages

v1.132.29

Compare Source

Version 1.132.29 - 10/1/25, 6:44 PM

Changes
Fix
  • correctly handle client-side vs server-side redirects with rewrites (#​5330) (a2da3f2) by Manuel Schiller
Packages

v1.132.27

Compare Source

Version 1.132.27 - 9/30/25, 10:04 PM

Changes
Fix
  • raw response handling (#​5276) (5269bd8) by Manuel Schiller
  • router: rewriteBasepath not working without trailing slash (#​5244) (bb410f8) by Thenglong Heng
Ci
  • apply automated fixes (ae5119d) by autofix-ci[bot]
Docs
Packages

v1.132.26

Compare Source

Version 1.132.26 - 9/30/25, 6:49 PM

Changes
Fix
  • allow to express dependencies between serialization adapters (#​5314) (545ff3f) by Manuel Schiller
  • redirect respects rewrites (#​5315) (1ca59e3) by Manuel Schiller
Docs
Tests
  • solid-router: Enable e2e scroll restoration test (#​5298) (581941a) by Birk Skyum
Packages

v1.132.25

Compare Source

Version 1.132.25 - 9/29/25, 7:38 PM

Changes
Fix
  • router: hash history links with target="_blank" generate incorrect URLs (#​5242) (e52673b) by Lee
Docs
Packages

v1.132.23

Compare Source

Version 1.132.23 - 9/28/25, 11:25 PM

Changes
Fix
Docs
Examples
  • fix Bun server static routes from using the wrong path separator on Windows (#​5285) (2817a0c) by Tim Bellefleur
Tests
  • start: update spa mode e2e to use production build (#​5284) (58e8a94) by Nico Lynzaad
Packages

v1.132.21

Compare Source

Version 1.132.21 - 9/28/25, 7:05 PM (Manual Release)

Changes
Fix
  • exclude some more files from compilation (785afe3) by Manuel Schiller
  • use package alias for h3 (#​5281) (3a76b3c) by Manuel Schiller
Docs
Packages

v1.132.19

Compare Source

Version 1.132.19 - 9/28/25, 10:43 AM

Changes
Fix
  • register createServerFn fetcher as serializable (#​5268) (7d876bc) by Manuel Schiller
Docs
  • fix Validation with Zod documentation (#​5269) (985f8c6) by kkane
  • wrong link to bun server implementation in hosting page (#​5272) (b19e0b9) by Mattèo Gauthier
Packages

v1.132.17

Compare Source

Version 1.132.17 - 9/27/25, 10:25 PM

Changes
Fix
  • router-core: consider root in path parsing of trailing underscores (#​5262) (16eacb3) by Nico Lynzaad
Packages

v1.132.7

Compare Source

Version 1.132.7 - 9/25/25, 3:29 PM

Changes
Fix
  • opt into SSR type level serializability check (#​5233) (e6ef218) by Manuel Schiller
Packages

v1.132.6

Compare Source

Version 1.132.6 - 9/25/25, 3:01 AM

Changes
Fix
  • router-core: avoid infinite serializer recursion for arrays (#​5199) (98a02d7) by Brooke Holmes
Packages

v1.132.2

Compare Source

Version 1.132.2 - 9/23/25, 10:37 PM

Changes
Fix
Docs
Other
Packages

v1.132.0

Compare Source

Version 1.132.0 - 9/23/25, 5:36 PM

Changes
Feat
Packages

v1.131.50

Compare Source

Version 1.131.50 - 9/22/25, 1:13 AM

Changes
Fix
  • router-core: Non nested paths - only strip trailing underscore on route segments (#​5182) (ecd79d2) by Nico Lynzaad
Packages

v1.131.49

Compare Source

Version 1.131.49 - 9/19/25, 11:36 PM

Changes
Fix
  • tell router that rendering finished when rendering to string (#​5174) (1d5c5f7) by Manuel Schiller
Packages

v1.131.48

Compare Source

Version 1.131.48 - 9/18/25, 11:06 PM

Changes
Fix
Packages

v1.131.47

Compare Source

Version 1.131.47 - 9/18/25, 6:29 PM

Changes
Fix
  • router-core: parse non-nested path params correctly (#​5165) (ab12c06) by Nico Lynzaad
Packages

v1.131.46

Compare Source

Version 1.131.46 - 9/18/25, 6:15 PM

Changes
Fix
Packages

v1.131.45

Compare Source

Version 1.131.45 - 9/18/25, 5:30 PM

Changes
Refactor
Docs
Other
Packages

v1.131.44

Compare Source

Version 1.131.44 - 9/15/25, 10:58 AM

Changes

Fix
  • restore InferStructuralSharing and handleHashScroll in published .d.ts files (#​5134) (bfc466f) by Vedant Pahune

Packages

v1.131.41

Compare Source

Version 1.131.41 - 9/11/25, 9:28 PM

Changes
Fix
  • router-core: _strictParams and path defining characters (#​5135) (2b6789b) by Nico Lynzaad
Packages

v1.131.40

Compare Source

Version 1.131.40 - 9/11/25, 4:58 PM

Changes
Refactor
Packages

v1.131.39

Compare Source

Version 1.131.39 - 9/11/25, 4:33 PM

Changes
Refactor
Packages

v1.131.38

Compare Source

Version 1.131.38 - 9/11/25, 3:08 PM

Changes
Fix
  • router-core: params.parse should run as minimally as possible (#​5124) (b6a9880) by Nico Lynzaad
Packages

v1.131.37

Compare Source

Version 1.131.37 - 9/11/25, 7:29 AM

Changes
Fix
Chore
  • examples: Update Clerk server handler usage (#​5026) (6167c0c) by Robert Soriano
Docs
Packages

v1.131.36

Compare Source

Version 1.131.36 - 9/8/25, 4:21 AM

Changes

Fix
Chore
  • fix typo and move route callback for start-workos example (#​5048) (e9d4c5b) by Maximilian
Test
Ci
  • apply automated fixes (df4abd2) by autofix-ci[bot]
Docs
Other

Packages

v1.131.35

Compare Source

Version 1.131.35 - 9/4/25, 8:48 AM

Changes

Fix
  • router-core: reduce maskedLocation builds (#​5081) (cb0b692) by Nico Lynzaad
Ci
  • apply automated fixes (f158256) by autofix-ci[bot]
Docs
  • Adding note regarding yarn workspace usage (#​5073) (540a2bd) by HaydenB

Packages

v1.131.34

Compare Source

Version 1.131.34 - 9/3/25, 7:55 PM

Changes

Refactor

Packages

v1.131.33

Compare Source

Version 1.131.33 - 9/3/25, 4:50 PM

Changes

Fix
Docs

Packages

v1.131.32

Compare Source

Version 1.131.32 - 9/2/25, 12:31 PM

Changes

Refactor
Ci
  • apply automated fixes (5b5f792) by autofix-ci[bot]
Docs
  • Use named component in react quick-start (#​5061) (0ee993b) by Noah Silas

Packages

v1.131.31

Compare Source

Version 1.131.31 - 8/31/25, 11:50 AM

Changes
Fix
  • react-router, solid-router: reduce useNavigate reactivity on path changes (#​5037) (fb04daf) by Nico Lynzaad
Packages

v1.131.30

Compare Source

Version 1.131.30 - 8/30/25, 1:22 PM

Changes
Refactor
Packages

v1.131.28

Compare Source

Version 1.131.28 - 8/26/25, 5:31 PM

Changes

Fix
  • Relative routing: Default relative routing to current location (#​4978) (2df8e52) by Nico Lynzaad
Test
Docs
Other

Packages

v1.131.27

Compare Source

Version 1.131.27 - 8/19/25, 6:53 AM

Changes

Refactor
Test

Packages

v1.131.26

Compare Source

Version 1.131.26 - 8/18/25, 7:56 AM

Changes

Refactor

Packages

v1.131.25

Compare Source

Version 1.131.25 - 8/17/25, 7:27 PM

Changes

Refactor

Packages

v1.131.24

Compare Source

Version 1.131.24 - 8/17/25, 4:43 PM

Changes

Refactor

Packages

v1.131.23

Compare Source

Version 1.131.23 - 8/17/25, 4:32 PM

Changes

Refactor

Packages

v1.131.22

Compare Source

Version 1.131.22 - 8/16/25, 7:07 PM

Changes

Refactor

Packages

v1.131.21

Compare Source

Version 1.131.21 - 8/16/25, 5:42 PM

Changes

Refactor

Packages

v1.131.19

Compare Source

Version 1.131.19 - 8/16/25, 3:33 PM

Changes

Fix
  • correctly replace bracked escaped part (#​4968) (f6fcb1b) by Manuel Schiller
Refactor

Packages

v1.131.18

Compare Source

Version 1.131.18 - 8/16/25, 12:04 PM

Changes

Refactor

Packages

v1.131.17

Compare Source

Version 1.131.17 - 8/16/25, 8:49 AM

Changes

Refactor

Packages

v1.131.16

Compare Source

Version 1.131.16 - 8/15/25, 9:21 PM

Changes

Refactor

Packages

v1.131.14

Compare Source

Version 1.131.14 - 8/15/25, 2:42 PM

Changes

Refactor

Packages

v1.131.13

Compare Source

Version 1.131.13 - 8/15/25, 7:50 AM

Changes

Refactor

Packages

v1.131.12

Compare Source

Version 1.131.12 - 8/15/25, 7:38 AM

Changes

Refactor
Test

Packages

v1.131.10

Compare Source

Version 1.131.10 - 8/13/25, 10:35 PM

Changes

Fix
  • react-router: correctly assign createLazyFileRoute on window (#​4948) (f889a24) by Gürkan Sevil

Packages

v1.131.8

Compare Source

Version 1.131.8 - 8/13/25, 1:06 AM

Changes

Fix
  • router-plugin: add support for boolean and null literals in code splitter (#​4915) (638a902) by jihoon

Packages

v1.131.7

Compare Source

Version 1.131.7 - 8/12/25, 7:20 AM

Changes

Fix
  • router-core: buildLocation must consider basePath when resolving fromPath (#​4930) (bd034bd) by Nico Lynzaad
Docs
  • Fix grammar and improve clarity in routeTree.gen.ts FAQ. (#​4922) (cb895ff) by alexgaudon

Packages

v1.131.5

Compare Source

Version 1.131.5 - 8/11/25, 2:05 PM

Changes

Refactor

Packages

v1.131.4

Compare Source

Version 1.131.4 - 8/11/25, 12:00 PM

Changes

Refactor
Docs

Packages


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

> ℹ️ **Note** > > This PR body was truncated due to platform limits. This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Adoption](https://docs.renovatebot.com/merge-confidence/) | [Passing](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---|---|---| | [@tanstack/eslint-plugin-router](https://tanstack.com/router) ([source](https://github.com/TanStack/router/tree/HEAD/packages/eslint-plugin-router)) | [`1.129.7` → `1.161.6`](https://renovatebot.com/diffs/npm/@tanstack%2feslint-plugin-router/1.129.7/1.161.6) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@tanstack%2feslint-plugin-router/1.161.6?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tanstack%2feslint-plugin-router/1.161.6?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tanstack%2feslint-plugin-router/1.129.7/1.161.6?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tanstack%2feslint-plugin-router/1.129.7/1.161.6?slim=true) | | [@tanstack/react-router](https://tanstack.com/router) ([source](https://github.com/TanStack/router/tree/HEAD/packages/react-router)) | [`1.129.8` → `1.167.4`](https://renovatebot.com/diffs/npm/@tanstack%2freact-router/1.129.8/1.167.4) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@tanstack%2freact-router/1.167.4?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tanstack%2freact-router/1.167.4?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tanstack%2freact-router/1.129.8/1.167.4?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tanstack%2freact-router/1.129.8/1.167.4?slim=true) | | [@tanstack/react-router-devtools](https://tanstack.com/router) ([source](https://github.com/TanStack/router/tree/HEAD/packages/react-router-devtools)) | [`1.129.8` → `1.166.9`](https://renovatebot.com/diffs/npm/@tanstack%2freact-router-devtools/1.129.8/1.166.9) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@tanstack%2freact-router-devtools/1.166.9?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tanstack%2freact-router-devtools/1.166.9?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tanstack%2freact-router-devtools/1.129.8/1.166.9?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tanstack%2freact-router-devtools/1.129.8/1.166.9?slim=true) | | [@tanstack/router-plugin](https://tanstack.com/router) ([source](https://github.com/TanStack/router/tree/HEAD/packages/router-plugin)) | [`1.129.8` → `1.166.13`](https://renovatebot.com/diffs/npm/@tanstack%2frouter-plugin/1.129.8/1.166.13) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@tanstack%2frouter-plugin/1.166.13?slim=true) | ![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@tanstack%2frouter-plugin/1.166.13?slim=true) | ![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/@tanstack%2frouter-plugin/1.129.8/1.166.13?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@tanstack%2frouter-plugin/1.129.8/1.166.13?slim=true) | --- ### Release Notes <details> <summary>TanStack/router (@&#8203;tanstack/eslint-plugin-router)</summary> ### [`v1.161.6`](https://github.com/TanStack/router/blob/HEAD/packages/eslint-plugin-router/CHANGELOG.md#11616) [Compare Source](https://github.com/TanStack/router/compare/@tanstack/eslint-plugin-router@1.161.5...@tanstack/eslint-plugin-router@1.161.6) ##### Patch Changes - build: update to vite-config 5.x (rolldown) ([#&#8203;6926](https://github.com/TanStack/router/pull/6926)) ### [`v1.161.5`](https://github.com/TanStack/router/blob/HEAD/packages/eslint-plugin-router/CHANGELOG.md#11615) [Compare Source](https://github.com/TanStack/router/compare/v1.161.4...@tanstack/eslint-plugin-router@1.161.5) ##### Patch Changes - fix: build with [@&#8203;tanstack/vite-config](https://github.com/tanstack/vite-config) 0.4.3 ([#&#8203;6923](https://github.com/TanStack/router/pull/6923)) ### [`v1.161.4`](https://github.com/TanStack/router/releases/tag/v1.161.4) [Compare Source](https://github.com/TanStack/router/compare/v1.161.2...v1.161.4) Version 1.161.4 - 2/21/26, 11:18 AM ##### Changes ##### Fix - router: catch stringifyParams errors and render errorComponent ([#&#8203;6718](https://github.com/TanStack/router/issues/6718)) ([`608007a`](https://github.com/TanStack/router/commit/608007a)) by Abhisar Mehta ##### Chore - remove unnecessary type assertions ([#&#8203;6365](https://github.com/TanStack/router/issues/6365)) ([`ad0beaf`](https://github.com/TanStack/router/commit/ad0beaf)) by Ulrich Stark - stabilize tests ([#&#8203;6492](https://github.com/TanStack/router/issues/6492)) ([`4ec6f50`](https://github.com/TanStack/router/commit/4ec6f50)) by Manuel Schiller ##### Docs - fix syntax error in `create-route-property-order.md` ([#&#8203;6711](https://github.com/TanStack/router/issues/6711)) ([`31ae74f`](https://github.com/TanStack/router/commit/31ae74f)) by Ulrich Stark - move the react-only guides to top-level and restrict in `config.json` ([#&#8203;6713](https://github.com/TanStack/router/issues/6713)) ([`8bdf8d6`](https://github.com/TanStack/router/commit/8bdf8d6)) by Sean Cassiere - clarify that location hash excludes the leading `#` ([#&#8203;6707](https://github.com/TanStack/router/issues/6707)) ([`33f253e`](https://github.com/TanStack/router/commit/33f253e)) by JongKyung Lee ##### Testing - vite-ecosystem-ci: add vite as direct dev depencency ([#&#8203;6709](https://github.com/TanStack/router/issues/6709)) ([`4def459`](https://github.com/TanStack/router/commit/4def459)) by Birk Skyum ##### Build - router-devtools-core: forward compat to vite 8 ([#&#8203;6717](https://github.com/TanStack/router/issues/6717)) ([`63f804a`](https://github.com/TanStack/router/commit/63f804a)) by Birk Skyum ##### Packages - [@&#8203;tanstack/history](https://github.com/tanstack/history)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/virtual-file-routes](https://github.com/tanstack/virtual-file-routes)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/eslint-plugin-router](https://github.com/tanstack/eslint-plugin-router)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/start-fn-stubs](https://github.com/tanstack/start-fn-stubs)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/router-utils](https://github.com/tanstack/router-utils)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).161.4 ### [`v1.161.2`](https://github.com/TanStack/router/releases/tag/v1.161.2) [Compare Source](https://github.com/TanStack/router/compare/v1.155.0...v1.161.2) Version 1.161.2 - 2/19/26, 7:40 AM #### Changes ##### Fix - eslint-plugin-router: support ESLint v10 ([#&#8203;6696](https://github.com/TanStack/router/issues/6696)) ([`6d465bc`](https://github.com/TanStack/router/commit/6d465bc)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Chore - disable Nx cloud cache for vite ecosystem ci ([#&#8203;6695](https://github.com/TanStack/router/issues/6695)) ([`923fe9c`](https://github.com/TanStack/router/commit/923fe9c)) by Birk Skyum #### Packages - [@&#8203;tanstack/eslint-plugin-router](https://github.com/tanstack/eslint-plugin-router)@&#8203;1.161.2 ### [`v1.155.0`](https://github.com/TanStack/router/releases/tag/v1.155.0) [Compare Source](https://github.com/TanStack/router/compare/v1.154.7...v1.155.0) Version 1.155.0 - 1/23/26, 10:40 PM ##### Changes ##### Feat - router-generator: param name syntax check and warn ([#&#8203;6472](https://github.com/TanStack/router/issues/6472)) ([`6c1e215`](https://github.com/TanStack/router/commit/6c1e215)) by [@&#8203;Sheraff](https://github.com/Sheraff) - eslint-plugin-router: route param name rule ([#&#8203;6473](https://github.com/TanStack/router/issues/6473)) ([`e5f59f4`](https://github.com/TanStack/router/commit/e5f59f4)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Refactor - router-core: improve interpolatePath performance by pre-compiling a single regex decoder ([#&#8203;6471](https://github.com/TanStack/router/issues/6471)) ([`5de0f91`](https://github.com/TanStack/router/commit/5de0f91)) by [@&#8203;Sheraff](https://github.com/Sheraff) - router-core: improve parseSegment performance, parse without regex ([#&#8203;6470](https://github.com/TanStack/router/issues/6470)) ([`12a7288`](https://github.com/TanStack/router/commit/12a7288)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/eslint-plugin-router](https://github.com/tanstack/eslint-plugin-router)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).155.0 ### [`v1.154.7`](https://github.com/TanStack/router/releases/tag/v1.154.7) [Compare Source](https://github.com/TanStack/router/compare/v1.141.0...v1.154.7) Version 1.154.7 - 1/22/26, 2:40 AM (Manual Release) ##### Changes ##### Other - ([`19a92c5`](https://github.com/TanStack/router/commit/19a92c5)) by Birk Skyum ##### Packages - [@&#8203;tanstack/history](https://github.com/tanstack/history)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/virtual-file-routes](https://github.com/tanstack/virtual-file-routes)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/eslint-plugin-router](https://github.com/tanstack/eslint-plugin-router)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/start-fn-stubs](https://github.com/tanstack/start-fn-stubs)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/router-utils](https://github.com/tanstack/router-utils)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/nitro-v2-vite-plugin](https://github.com/tanstack/nitro-v2-vite-plugin)[@&#8203;1](https://github.com/1).154.7 ### [`v1.141.0`](https://github.com/TanStack/router/releases/tag/v1.141.0) [Compare Source](https://github.com/TanStack/router/compare/v1.140.0...v1.141.0) Version 1.141.0 - 12/11/25, 3:28 PM (Manual Release) ##### Changes ##### Other - ([`4f64ab9`](https://github.com/TanStack/router/commit/4f64ab9)) by Birk Skyum - ([`b1fb420`](https://github.com/TanStack/router/commit/b1fb420)) by [@&#8203;galarus](https://github.com/galarus) ##### Lint - react-router: run linter ([#&#8203;6067](https://github.com/TanStack/router/issues/6067)) ([`395d34d`](https://github.com/TanStack/router/commit/395d34d)) by Birk Skyum ##### Packages - [@&#8203;tanstack/history](https://github.com/tanstack/history)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/virtual-file-routes](https://github.com/tanstack/virtual-file-routes)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/directive-functions-plugin](https://github.com/tanstack/directive-functions-plugin)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/server-functions-plugin](https://github.com/tanstack/server-functions-plugin)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/eslint-plugin-router](https://github.com/tanstack/eslint-plugin-router)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/router-utils](https://github.com/tanstack/router-utils)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/nitro-v2-vite-plugin](https://github.com/tanstack/nitro-v2-vite-plugin)[@&#8203;1](https://github.com/1).141.0 ### [`v1.140.0`](https://github.com/TanStack/router/releases/tag/v1.140.0) [Compare Source](https://github.com/TanStack/router/compare/v1.139.0...v1.140.0) Version 1.140.0 - 12/7/25, 6:22 AM (Manual Release) ##### Changes ##### Fix - full npm registry URLs, sync package versions ([#&#8203;6035](https://github.com/TanStack/router/issues/6035)) ([`43fd132`](https://github.com/TanStack/router/commit/43fd132)) by Lachlan Collins ##### Chore - vue: disable CJS build ([#&#8203;6036](https://github.com/TanStack/router/issues/6036)) ([`c7fc110`](https://github.com/TanStack/router/commit/c7fc110)) by Lachlan Collins - router-core: remove extra JSDoc comments for `defaultParseSearch` ([#&#8203;6020](https://github.com/TanStack/router/issues/6020)) ([`ec90441`](https://github.com/TanStack/router/commit/ec90441)) by [@&#8203;Armanio](https://github.com/Armanio) ##### Ci - bump node version ([`e095841`](https://github.com/TanStack/router/commit/e095841)) by Lachlan Collins - prepare for trusted publishing ([#&#8203;6032](https://github.com/TanStack/router/issues/6032)) ([`496c932`](https://github.com/TanStack/router/commit/496c932)) by Lachlan Collins ##### Docs - fix typo and clarify generateFunctionId example ([#&#8203;5728](https://github.com/TanStack/router/issues/5728)) ([`aac4621`](https://github.com/TanStack/router/commit/aac4621)) by [@&#8203;morinokami](https://github.com/morinokami) - start: update the "reading-writing-file" tutorial ([#&#8203;6031](https://github.com/TanStack/router/issues/6031)) ([`5fa2cd3`](https://github.com/TanStack/router/commit/5fa2cd3)) by [@&#8203;morinokami](https://github.com/morinokami) - examples: standardize the READMEs for the React examples ([#&#8203;6014](https://github.com/TanStack/router/issues/6014)) ([`6d619da`](https://github.com/TanStack/router/commit/6d619da)) by Ender Bonnet ##### Examples - mark as private ([`da69479`](https://github.com/TanStack/router/commit/da69479)) by Lachlan Collins ##### Other - ([`3d6aa41`](https://github.com/TanStack/router/commit/3d6aa41)) by Birk Skyum ##### Packages - [@&#8203;tanstack/history](https://github.com/tanstack/history)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/virtual-file-routes](https://github.com/tanstack/virtual-file-routes)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/directive-functions-plugin](https://github.com/tanstack/directive-functions-plugin)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/server-functions-plugin](https://github.com/tanstack/server-functions-plugin)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/eslint-plugin-router](https://github.com/tanstack/eslint-plugin-router)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/router-utils](https://github.com/tanstack/router-utils)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/nitro-v2-vite-plugin](https://github.com/tanstack/nitro-v2-vite-plugin)[@&#8203;1](https://github.com/1).140.0 ### [`v1.139.0`](https://github.com/TanStack/router/releases/tag/v1.139.0) [Compare Source](https://github.com/TanStack/router/compare/v1.133.19...v1.139.0) Version 1.139.0 - 11/20/25, 9:01 PM (Manual Release) ##### Changes ##### Chore - bump seroval 1.4.0 ([#&#8203;5924](https://github.com/TanStack/router/issues/5924)) ([`d2e9e39`](https://github.com/TanStack/router/commit/d2e9e39)) by Birk Skyum ##### Ci - apply automated fixes ([`e59d8cd`](https://github.com/TanStack/router/commit/e59d8cd)) by autofix-ci\[bot] ##### Packages - [@&#8203;tanstack/history](https://github.com/tanstack/history)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/virtual-file-routes](https://github.com/tanstack/virtual-file-routes)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/directive-functions-plugin](https://github.com/tanstack/directive-functions-plugin)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/server-functions-plugin](https://github.com/tanstack/server-functions-plugin)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/eslint-plugin-router](https://github.com/tanstack/eslint-plugin-router)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/router-utils](https://github.com/tanstack/router-utils)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/nitro-v2-vite-plugin](https://github.com/tanstack/nitro-v2-vite-plugin)[@&#8203;1](https://github.com/1).139.0 ### [`v1.133.19`](https://github.com/TanStack/router/releases/tag/v1.133.19) [Compare Source](https://github.com/TanStack/router/compare/v1.133.3...v1.133.19) Version 1.133.19 - 10/20/25, 10:56 PM (Manual Release) ##### Changes ##### Docs - solid-router: add solid-query router examples ([#&#8203;3891](https://github.com/TanStack/router/issues/3891)) ([`fc82bf2`](https://github.com/TanStack/router/commit/fc82bf2)) by Birk Skyum ##### Other - ([`0231801`](https://github.com/TanStack/router/commit/0231801)) by Birk Skyum ##### Packages - [@&#8203;tanstack/history](https://github.com/tanstack/history)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/virtual-file-routes](https://github.com/tanstack/virtual-file-routes)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/directive-functions-plugin](https://github.com/tanstack/directive-functions-plugin)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/server-functions-plugin](https://github.com/tanstack/server-functions-plugin)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/eslint-plugin-router](https://github.com/tanstack/eslint-plugin-router)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/router-utils](https://github.com/tanstack/router-utils)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/nitro-v2-vite-plugin](https://github.com/tanstack/nitro-v2-vite-plugin)[@&#8203;1](https://github.com/1).133.19 ### [`v1.133.3`](https://github.com/TanStack/router/releases/tag/v1.133.3) [Compare Source](https://github.com/TanStack/router/compare/v1.132.31...v1.133.3) Version 1.133.3 - 10/15/25, 3:54 PM (Manual Release) ##### Changes ##### Fix - RELEASE\_ALL ([`8815853`](https://github.com/TanStack/router/commit/8815853)) by Birk Skyum - force release ([`66b75cc`](https://github.com/TanStack/router/commit/66b75cc)) by Birk Skyum ##### Other - ([`7cb4a7e`](https://github.com/TanStack/router/commit/7cb4a7e)) by Birk Skyum ##### Packages - [@&#8203;tanstack/history](https://github.com/tanstack/history)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/virtual-file-routes](https://github.com/tanstack/virtual-file-routes)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/directive-functions-plugin](https://github.com/tanstack/directive-functions-plugin)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/server-functions-plugin](https://github.com/tanstack/server-functions-plugin)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/eslint-plugin-router](https://github.com/tanstack/eslint-plugin-router)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/router-utils](https://github.com/tanstack/router-utils)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/nitro-v2-vite-plugin](https://github.com/tanstack/nitro-v2-vite-plugin)[@&#8203;1](https://github.com/1).133.3 ### [`v1.132.31`](https://github.com/TanStack/router/releases/tag/v1.132.31) [Compare Source](https://github.com/TanStack/router/compare/v1.132.21...v1.132.31) Version 1.132.31 - 10/1/25, 8:59 PM (Manual Release) ##### Changes ##### Fix - return Headers instead of object ([#&#8203;5333](https://github.com/TanStack/router/issues/5333)) ([`a7a25f5`](https://github.com/TanStack/router/commit/a7a25f5)) by Manuel Schiller - unset `extends` of serialization adapters after deduping ([#&#8203;5316](https://github.com/TanStack/router/issues/5316)) ([`f943abc`](https://github.com/TanStack/router/commit/f943abc)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/history](https://github.com/tanstack/history)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/virtual-file-routes](https://github.com/tanstack/virtual-file-routes)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/directive-functions-plugin](https://github.com/tanstack/directive-functions-plugin)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/server-functions-plugin](https://github.com/tanstack/server-functions-plugin)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/eslint-plugin-router](https://github.com/tanstack/eslint-plugin-router)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/router-utils](https://github.com/tanstack/router-utils)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/nitro-v2-vite-plugin](https://github.com/tanstack/nitro-v2-vite-plugin)[@&#8203;1](https://github.com/1).132.31 ### [`v1.132.21`](https://github.com/TanStack/router/releases/tag/v1.132.21) [Compare Source](https://github.com/TanStack/router/compare/v1.132.0...v1.132.21) Version 1.132.21 - 9/28/25, 7:05 PM (Manual Release) ##### Changes ##### Fix - exclude some more files from compilation ([`785afe3`](https://github.com/TanStack/router/commit/785afe3)) by Manuel Schiller - use package alias for h3 ([#&#8203;5281](https://github.com/TanStack/router/issues/5281)) ([`3a76b3c`](https://github.com/TanStack/router/commit/3a76b3c)) by Manuel Schiller ##### Docs - react-router added API middlewares ([#&#8203;5280](https://github.com/TanStack/router/issues/5280)) ([`04af815`](https://github.com/TanStack/router/commit/04af815)) by Mo ##### Packages - [@&#8203;tanstack/history](https://github.com/tanstack/history)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/virtual-file-routes](https://github.com/tanstack/virtual-file-routes)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/directive-functions-plugin](https://github.com/tanstack/directive-functions-plugin)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/server-functions-plugin](https://github.com/tanstack/server-functions-plugin)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/eslint-plugin-router](https://github.com/tanstack/eslint-plugin-router)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/router-utils](https://github.com/tanstack/router-utils)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/nitro-v2-vite-plugin](https://github.com/tanstack/nitro-v2-vite-plugin)[@&#8203;1](https://github.com/1).132.21 ### [`v1.132.0`](https://github.com/TanStack/router/releases/tag/v1.132.0) [Compare Source](https://github.com/TanStack/router/compare/v1.131.2...v1.132.0) Version 1.132.0 - 9/23/25, 5:36 PM ##### Changes ##### Feat - Start RC ([#&#8203;5189](https://github.com/TanStack/router/issues/5189)) ([`32faee2`](https://github.com/TanStack/router/commit/32faee2)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/history](https://github.com/tanstack/history)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/virtual-file-routes](https://github.com/tanstack/virtual-file-routes)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/directive-functions-plugin](https://github.com/tanstack/directive-functions-plugin)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/server-functions-plugin](https://github.com/tanstack/server-functions-plugin)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/eslint-plugin-router](https://github.com/tanstack/eslint-plugin-router)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/router-utils](https://github.com/tanstack/router-utils)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/nitro-v2-vite-plugin](https://github.com/tanstack/nitro-v2-vite-plugin)[@&#8203;1](https://github.com/1).132.0 ### [`v1.131.2`](https://github.com/TanStack/router/releases/tag/v1.131.2) [Compare Source](https://github.com/TanStack/router/compare/v1.130.12...v1.131.2) Version 1.131.2 - 8/8/25, 11:38 PM #### Changes ##### Fix - RELEASE\_ALL ([#&#8203;4896](https://github.com/TanStack/router/issues/4896)) ([`d063dd6`](https://github.com/TanStack/router/commit/d063dd6)) by Manuel Schiller #### Packages - [@&#8203;tanstack/history](https://github.com/tanstack/history)@&#8203;1.131.2 - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)@&#8203;1.131.2 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)@&#8203;1.131.2 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)@&#8203;1.131.2 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)@&#8203;1.131.2 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)@&#8203;1.131.2 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)@&#8203;1.131.2 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)@&#8203;1.131.2 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)@&#8203;1.131.2 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)@&#8203;1.131.2 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)@&#8203;1.131.2 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)@&#8203;1.131.2 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)@&#8203;1.131.2 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)@&#8203;1.131.2 - [@&#8203;tanstack/virtual-file-routes](https://github.com/tanstack/virtual-file-routes)@&#8203;1.131.2 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)@&#8203;1.131.2 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)@&#8203;1.131.2 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)@&#8203;1.131.2 - [@&#8203;tanstack/directive-functions-plugin](https://github.com/tanstack/directive-functions-plugin)@&#8203;1.131.2 - [@&#8203;tanstack/server-functions-plugin](https://github.com/tanstack/server-functions-plugin)@&#8203;1.131.2 - [@&#8203;tanstack/eslint-plugin-router](https://github.com/tanstack/eslint-plugin-router)@&#8203;1.131.2 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)@&#8203;1.131.2 - [@&#8203;tanstack/solid-start-plugin](https://github.com/tanstack/solid-start-plugin)@&#8203;1.131.2 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)@&#8203;1.131.2 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)@&#8203;1.131.2 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)@&#8203;1.131.2 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)@&#8203;1.131.2 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)@&#8203;1.131.2 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)@&#8203;1.131.2 - [@&#8203;tanstack/react-start-plugin](https://github.com/tanstack/react-start-plugin)@&#8203;1.131.2 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)@&#8203;1.131.2 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)@&#8203;1.131.2 - [@&#8203;tanstack/start-server-functions-fetcher](https://github.com/tanstack/start-server-functions-fetcher)@&#8203;1.131.2 - [@&#8203;tanstack/start-server-functions-client](https://github.com/tanstack/start-server-functions-client)@&#8203;1.131.2 - [@&#8203;tanstack/start-server-functions-server](https://github.com/tanstack/start-server-functions-server)@&#8203;1.131.2 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)@&#8203;1.131.2 - [@&#8203;tanstack/router-utils](https://github.com/tanstack/router-utils)@&#8203;1.131.2 ### [`v1.130.12`](https://github.com/TanStack/router/releases/tag/v1.130.12) [Compare Source](https://github.com/TanStack/router/compare/v1.129.7...v1.130.12) Version 1.130.12 - 8/1/25, 8:37 PM #### Changes ##### Fix - do not add ESM deps to optimizeDeps without a "." export ([#&#8203;4855](https://github.com/TanStack/router/issues/4855)) ([`db2b2c4`](https://github.com/TanStack/router/commit/db2b2c4)) by Manuel Schiller ##### Chore - bump typescript version ([#&#8203;4853](https://github.com/TanStack/router/issues/4853)) ([`4e2605a`](https://github.com/TanStack/router/commit/4e2605a)) by Manuel Schiller #### Packages - [@&#8203;tanstack/history](https://github.com/tanstack/history)@&#8203;1.130.12 - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)@&#8203;1.130.12 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)@&#8203;1.130.12 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)@&#8203;1.130.12 - [@&#8203;tanstack/react-router-with-query](https://github.com/tanstack/react-router-with-query)@&#8203;1.130.12 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)@&#8203;1.130.12 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)@&#8203;1.130.12 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)@&#8203;1.130.12 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)@&#8203;1.130.12 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)@&#8203;1.130.12 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)@&#8203;1.130.12 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)@&#8203;1.130.12 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)@&#8203;1.130.12 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)@&#8203;1.130.12 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)@&#8203;1.130.12 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)@&#8203;1.130.12 - [@&#8203;tanstack/directive-functions-plugin](https://github.com/tanstack/directive-functions-plugin)@&#8203;1.130.12 - [@&#8203;tanstack/server-functions-plugin](https://github.com/tanstack/server-functions-plugin)@&#8203;1.130.12 - [@&#8203;tanstack/eslint-plugin-router](https://github.com/tanstack/eslint-plugin-router)@&#8203;1.130.12 - [@&#8203;tanstack/solid-start-plugin](https://github.com/tanstack/solid-start-plugin)@&#8203;1.130.12 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)@&#8203;1.130.12 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)@&#8203;1.130.12 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)@&#8203;1.130.12 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)@&#8203;1.130.12 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)@&#8203;1.130.12 - [@&#8203;tanstack/react-start-plugin](https://github.com/tanstack/react-start-plugin)@&#8203;1.130.12 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)@&#8203;1.130.12 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)@&#8203;1.130.12 - [@&#8203;tanstack/start-server-functions-fetcher](https://github.com/tanstack/start-server-functions-fetcher)@&#8203;1.130.12 - [@&#8203;tanstack/start-server-functions-client](https://github.com/tanstack/start-server-functions-client)@&#8203;1.130.12 - [@&#8203;tanstack/start-server-functions-server](https://github.com/tanstack/start-server-functions-server)@&#8203;1.130.12 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)@&#8203;1.130.12 - [@&#8203;tanstack/router-utils](https://github.com/tanstack/router-utils)@&#8203;1.130.12 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)@&#8203;1.130.12 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)@&#8203;1.130.12 </details> <details> <summary>TanStack/router (@&#8203;tanstack/react-router)</summary> ### [`v1.167.4`](https://github.com/TanStack/router/blob/HEAD/packages/react-router/CHANGELOG.md#11674) [Compare Source](https://github.com/TanStack/router/compare/@tanstack/react-router@1.167.3...@tanstack/react-router@1.167.4) ##### Patch Changes - Add [@&#8203;tanstack/intent](https://github.com/tanstack/intent) AI agent skills and CLI entry points for Router and Start packages ([#&#8203;6866](https://github.com/TanStack/router/pull/6866)) - Updated dependencies \[[`940151c`](https://github.com/TanStack/router/commit/940151cbed0c76c92a5cf196c0905b17a956ca7e)]: - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)@&#8203;1.167.4 ### [`v1.167.3`](https://github.com/TanStack/router/blob/HEAD/packages/react-router/CHANGELOG.md#11673) [Compare Source](https://github.com/TanStack/router/compare/@tanstack/react-router@1.167.2...@tanstack/react-router@1.167.3) ##### Patch Changes - Updated dependencies \[[`32fcba7`](https://github.com/TanStack/router/commit/32fcba7b044b03f5901308b870f70b0b4910c220)]: - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)@&#8203;1.167.3 ### [`v1.167.2`](https://github.com/TanStack/router/blob/HEAD/packages/react-router/CHANGELOG.md#11672) [Compare Source](https://github.com/TanStack/router/compare/@tanstack/react-router@1.167.1...@tanstack/react-router@1.167.2) ##### Patch Changes - build: update to vite-config 5.x (rolldown) ([#&#8203;6926](https://github.com/TanStack/router/pull/6926)) - Updated dependencies \[[`838b0eb`](https://github.com/TanStack/router/commit/838b0eb9a8bbbb987a0a6972c1446e01423bbd7b)]: - [@&#8203;tanstack/history](https://github.com/tanstack/history)@&#8203;1.161.6 - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)@&#8203;1.167.2 ### [`v1.167.1`](https://github.com/TanStack/router/blob/HEAD/packages/react-router/CHANGELOG.md#11671) [Compare Source](https://github.com/TanStack/router/compare/@tanstack/react-router@1.167.0...@tanstack/react-router@1.167.1) ##### Patch Changes - fix: build with [@&#8203;tanstack/vite-config](https://github.com/tanstack/vite-config) 0.4.3 ([#&#8203;6923](https://github.com/TanStack/router/pull/6923)) - Updated dependencies \[[`ef9b241`](https://github.com/TanStack/router/commit/ef9b241f3cfe95cee40daa96da669f0ffd4a971a)]: - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)@&#8203;1.167.1 - [@&#8203;tanstack/history](https://github.com/tanstack/history)@&#8203;1.161.5 ### [`v1.167.0`](https://github.com/TanStack/router/blob/HEAD/packages/react-router/CHANGELOG.md#11670) [Compare Source](https://github.com/TanStack/router/compare/@tanstack/react-router@1.166.8...@tanstack/react-router@1.167.0) ##### Minor Changes - feat: add staleReloadMode ([#&#8203;6921](https://github.com/TanStack/router/pull/6921)) ##### Patch Changes - Updated dependencies \[[`6f297a2`](https://github.com/TanStack/router/commit/6f297a249424c0fd1c1a56aa4fc12c8217be7b6a)]: - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)@&#8203;1.167.0 ### [`v1.166.8`](https://github.com/TanStack/router/blob/HEAD/packages/react-router/CHANGELOG.md#11668) [Compare Source](https://github.com/TanStack/router/compare/v1.166.7...@tanstack/react-router@1.166.8) ##### Patch Changes - fix: hoist inline component definitions for proper React [HMR#6919](https://github.com/HMR/router/issues/6919) ([#&#8203;6919](https://github.com/TanStack/router/pull/6919)) ### [`v1.166.7`](https://github.com/TanStack/router/releases/tag/v1.166.7) [Compare Source](https://github.com/TanStack/router/compare/v1.166.6...v1.166.7) Version 1.166.7 - 3/10/26, 7:24 PM ##### Changes ##### Fix - router-core: null prototype input/output objects ([#&#8203;6882](https://github.com/TanStack/router/issues/6882)) ([`dadf7e9`](https://github.com/TanStack/router/commit/dadf7e9)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Chore - eslint: remove package-level unused-vars overrides ([#&#8203;6782](https://github.com/TanStack/router/issues/6782)) ([`d306d58`](https://github.com/TanStack/router/commit/d306d58)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).166.7 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).166.7 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).166.7 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).166.7 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).166.7 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).166.7 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).166.7 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).166.7 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).166.7 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).166.7 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).166.7 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).166.7 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).166.7 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).166.7 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).166.7 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).166.7 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).166.7 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).166.7 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).166.7 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).166.7 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).166.7 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).166.7 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).166.7 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).166.7 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).166.7 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).166.7 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).166.7 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).166.7 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).166.7 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).166.7 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).166.7 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).166.7 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).166.7 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).166.7 ### [`v1.166.6`](https://github.com/TanStack/router/releases/tag/v1.166.6) [Compare Source](https://github.com/TanStack/router/compare/v1.166.4...v1.166.6) Version 1.166.6 - 3/9/26, 10:25 PM ##### Changes ##### Fix - ensure lazy error component is preloaded ([#&#8203;6875](https://github.com/TanStack/router/issues/6875)) ([`b7def82`](https://github.com/TanStack/router/commit/b7def82)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).166.6 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).166.6 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).166.6 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).166.6 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).166.6 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).166.6 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).166.6 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).166.6 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).166.6 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).166.6 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).166.6 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).166.6 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).166.6 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).166.6 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).166.6 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).166.6 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).166.6 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).166.6 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).166.6 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).166.6 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).166.6 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).166.6 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).166.6 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).166.6 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).166.6 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).166.6 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).166.6 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).166.6 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).166.6 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).166.6 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).166.6 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).166.6 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).166.6 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).166.6 ### [`v1.166.4`](https://github.com/TanStack/router/releases/tag/v1.166.4) [Compare Source](https://github.com/TanStack/router/compare/v1.166.3...v1.166.4) Version 1.166.4 - 3/9/26, 7:16 PM ##### Changes ##### Fix - don"t re-execute stale loaders on unrelated location changes ([#&#8203;6867](https://github.com/TanStack/router/issues/6867)) ([`31ed0a9`](https://github.com/TanStack/router/commit/31ed0a9)) by Manuel Schiller ##### Chore - bump h3 and srvx ([#&#8203;6869](https://github.com/TanStack/router/issues/6869)) ([`2f35f93`](https://github.com/TanStack/router/commit/2f35f93)) by Birk Skyum ##### Docs - update cli instruction ([#&#8203;6810](https://github.com/TanStack/router/issues/6810)) ([`e5e0e79`](https://github.com/TanStack/router/commit/e5e0e79)) by Daniele ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).166.4 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).166.4 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).166.4 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).166.4 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).166.4 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).166.4 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).166.4 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).166.4 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).166.4 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).166.4 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).166.4 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).166.4 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).166.4 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).166.4 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).166.4 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).166.4 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).166.4 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).166.4 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).166.4 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).166.4 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).166.4 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).166.4 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).166.4 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).166.4 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).166.4 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).166.4 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).166.4 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).166.4 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).166.4 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).166.4 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).166.4 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).166.4 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).166.4 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).166.4 ### [`v1.166.3`](https://github.com/TanStack/router/releases/tag/v1.166.3) [Compare Source](https://github.com/TanStack/router/compare/v1.166.2...v1.166.3) Version 1.166.3 - 3/8/26, 1:32 PM ##### Changes ##### Fix - react-router: correct useLoaderDeps structural sharing types ([#&#8203;6860](https://github.com/TanStack/router/issues/6860)) ([`7003ccb`](https://github.com/TanStack/router/commit/7003ccb)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Test - cover Solid SSR route error rendering ([#&#8203;6854](https://github.com/TanStack/router/issues/6854)) ([`446d797`](https://github.com/TanStack/router/commit/446d797)) by [@&#8203;Sheraff](https://github.com/Sheraff) - add useLocation structural sharing regression coverage ([#&#8203;6853](https://github.com/TanStack/router/issues/6853)) ([`637f38c`](https://github.com/TanStack/router/commit/637f38c)) by [@&#8203;Sheraff](https://github.com/Sheraff) - cover vue Link transition slot state ([#&#8203;6852](https://github.com/TanStack/router/issues/6852)) ([`2534508`](https://github.com/TanStack/router/commit/2534508)) by [@&#8203;Sheraff](https://github.com/Sheraff) - faster benchmark ci ([#&#8203;6834](https://github.com/TanStack/router/issues/6834)) ([`b46b2ee`](https://github.com/TanStack/router/commit/b46b2ee)) by [@&#8203;Sheraff](https://github.com/Sheraff) - fix vue viewTransition e2e flakiness ([#&#8203;6830](https://github.com/TanStack/router/issues/6830)) ([`cc12980`](https://github.com/TanStack/router/commit/cc12980)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Docs - Update route file name in routing concepts ([#&#8203;6807](https://github.com/TanStack/router/issues/6807)) ([`4ea2a62`](https://github.com/TanStack/router/commit/4ea2a62)) by Chapman Cheng - start: add dynamic middleware section with authorization example ([#&#8203;6815](https://github.com/TanStack/router/issues/6815)) ([`64dee75`](https://github.com/TanStack/router/commit/64dee75)) by [@&#8203;ovitorhilario](https://github.com/ovitorhilario) ##### Benchmarks - bundle client-nav runtimes ([#&#8203;6832](https://github.com/TanStack/router/issues/6832)) ([`023fdfd`](https://github.com/TanStack/router/commit/023fdfd)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).166.3 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).166.3 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).166.3 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).166.3 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).166.3 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).166.3 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).166.3 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).166.3 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).166.3 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).166.3 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).166.3 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).166.3 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).166.3 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).166.3 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).166.3 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).166.3 ### [`v1.166.2`](https://github.com/TanStack/router/releases/tag/v1.166.2) [Compare Source](https://github.com/TanStack/router/compare/v1.163.3...v1.166.2) Version 1.166.2 - 3/4/26, 8:36 PM ##### Changes ##### Fix - handle beforeLoad throwing notFound correctly ([#&#8203;6811](https://github.com/TanStack/router/issues/6811)) ([`9c81d5a`](https://github.com/TanStack/router/commit/9c81d5a)) by Manuel Schiller ##### Chore - ensure no nx cloud is used for benchmark ([#&#8203;6817](https://github.com/TanStack/router/issues/6817)) ([`9f35318`](https://github.com/TanStack/router/commit/9f35318)) by [@&#8203;beaussan](https://github.com/beaussan) ##### Test - refactor client-nav benchmarks for flame profiling ([#&#8203;6816](https://github.com/TanStack/router/issues/6816)) ([`7083bcb`](https://github.com/TanStack/router/commit/7083bcb)) by [@&#8203;Sheraff](https://github.com/Sheraff) - client nav benchmark can detect granular re-rendering changes ([#&#8203;6808](https://github.com/TanStack/router/issues/6808)) ([`2217f7c`](https://github.com/TanStack/router/commit/2217f7c)) by [@&#8203;Sheraff](https://github.com/Sheraff) - add cross-framework SSR request-loop benchmarks ([#&#8203;6803](https://github.com/TanStack/router/issues/6803)) ([`3318878`](https://github.com/TanStack/router/commit/3318878)) by [@&#8203;Sheraff](https://github.com/Sheraff) - add cross-framework client navigation benchmarks ([#&#8203;6800](https://github.com/TanStack/router/issues/6800)) ([`1acc8ea`](https://github.com/TanStack/router/commit/1acc8ea)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).166.2 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).166.2 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).166.2 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).166.2 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).166.2 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).166.2 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).166.2 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).166.2 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).166.2 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).166.2 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).166.2 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).166.2 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).166.2 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).166.2 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).166.2 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).166.2 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).166.2 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).166.2 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).166.2 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).166.2 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).166.2 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).166.2 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).166.2 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).166.2 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).166.2 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).166.2 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).166.2 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).166.2 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).166.2 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).166.2 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).166.2 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).166.2 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).166.2 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).166.2 ### [`v1.163.3`](https://github.com/TanStack/router/releases/tag/v1.163.3) [Compare Source](https://github.com/TanStack/router/compare/v1.163.2...v1.163.3) Version 1.163.3 - 2/27/26, 10:12 PM ##### Changes ##### Fix - router-core: use routeId for lifecycle hooks to fix onStay when loaderDeps change ([#&#8203;6769](https://github.com/TanStack/router/issues/6769)) ([`442ada1`](https://github.com/TanStack/router/commit/442ada1)) by Dmitrii - ci: harden bundle-size PR workflow trust boundaries ([#&#8203;6773](https://github.com/TanStack/router/issues/6773)) ([`d958ef1`](https://github.com/TanStack/router/commit/d958ef1)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).163.3 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).163.3 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).163.3 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).163.3 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).163.3 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).163.3 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).163.3 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).163.3 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).163.3 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).163.3 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).163.3 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).163.3 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).163.3 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).163.3 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).163.3 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).163.3 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).163.3 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).163.3 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).163.3 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).163.3 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).163.3 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).163.3 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).163.3 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).163.3 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).163.3 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).163.3 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).163.3 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).163.3 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).163.3 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).163.3 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).163.3 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).163.3 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).163.3 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).163.3 ### [`v1.163.2`](https://github.com/TanStack/router/releases/tag/v1.163.2) [Compare Source](https://github.com/TanStack/router/compare/v1.162.9...v1.163.2) Version 1.163.2 - 2/25/26, 8:25 AM ##### Changes ##### Fix - router-core: tanstack/store v0.9 requires createStore instead of new Store ([#&#8203;6759](https://github.com/TanStack/router/issues/6759)) ([`6b42138`](https://github.com/TanStack/router/commit/6b42138)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).163.2 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).163.2 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).163.2 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).163.2 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).163.2 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).163.2 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).163.2 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).163.2 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).163.2 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).163.2 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).163.2 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).163.2 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).163.2 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).163.2 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).163.2 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).163.2 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).163.2 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).163.2 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).163.2 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).163.2 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).163.2 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).163.2 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).163.2 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).163.2 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).163.2 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).163.2 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).163.2 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).163.2 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).163.2 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).163.2 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).163.2 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).163.2 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).163.2 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).163.2 ### [`v1.162.9`](https://github.com/TanStack/router/releases/tag/v1.162.9) [Compare Source](https://github.com/TanStack/router/compare/v1.162.8...v1.162.9) Version 1.162.9 - 2/24/26, 12:49 PM ##### Changes ##### Fix - react-router,solid-router,vue-router: correct preload triggers for "intent" option ([#&#8203;6747](https://github.com/TanStack/router/issues/6747)) ([`f58d457`](https://github.com/TanStack/router/commit/f58d457)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Docs - router: add MaskOptions to Navigation documentation ([#&#8203;6625](https://github.com/TanStack/router/issues/6625)) ([`9fd7fb9`](https://github.com/TanStack/router/commit/9fd7fb9)) by JongKyung Lee - router: fix typo in the path param guide for complex suffixes ([#&#8203;6738](https://github.com/TanStack/router/issues/6738)) ([`623cbb0`](https://github.com/TanStack/router/commit/623cbb0)) by combab0 ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).162.9 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).162.9 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).162.9 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).162.9 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).162.9 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).162.9 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).162.9 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).162.9 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).162.9 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).162.9 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).162.9 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).162.9 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).162.9 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).162.9 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).162.9 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).162.9 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).162.9 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).162.9 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).162.9 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).162.9 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).162.9 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).162.9 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).162.9 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).162.9 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).162.9 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).162.9 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).162.9 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).162.9 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).162.9 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).162.9 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).162.9 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).162.9 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).162.9 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).162.9 ### [`v1.162.8`](https://github.com/TanStack/router/releases/tag/v1.162.8) [Compare Source](https://github.com/TanStack/router/compare/v1.162.6...v1.162.8) Version 1.162.8 - 2/23/26, 10:15 PM ##### Changes ##### Fix - delay focus intent preload and clear on blur across adapters ([#&#8203;6744](https://github.com/TanStack/router/issues/6744)) ([`09405b2`](https://github.com/TanStack/router/commit/09405b2)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).162.8 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).162.8 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).162.8 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).162.8 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).162.8 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).162.8 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).162.8 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).162.8 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).162.8 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).162.8 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).162.8 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).162.8 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).162.8 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).162.8 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).162.8 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).162.8 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).162.8 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).162.8 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).162.8 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).162.8 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).162.8 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).162.8 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).162.8 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).162.8 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).162.8 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).162.8 ### [`v1.162.6`](https://github.com/TanStack/router/releases/tag/v1.162.6) [Compare Source](https://github.com/TanStack/router/compare/v1.162.5...v1.162.6) Version 1.162.6 - 2/23/26, 4:36 PM ##### Changes ##### Refactor - router-core,react-router,solid-router,vue-router: Remove long strings from production bundle ([#&#8203;6740](https://github.com/TanStack/router/issues/6740)) ([`343f8a8`](https://github.com/TanStack/router/commit/343f8a8)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).162.6 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).162.6 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).162.6 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).162.6 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).162.6 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).162.6 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).162.6 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).162.6 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).162.6 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).162.6 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).162.6 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).162.6 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).162.6 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).162.6 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).162.6 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).162.6 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).162.6 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).162.6 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).162.6 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).162.6 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).162.6 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).162.6 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).162.6 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).162.6 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).162.6 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).162.6 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).162.6 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).162.6 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).162.6 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).162.6 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).162.6 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).162.6 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).162.6 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).162.6 ### [`v1.162.5`](https://github.com/TanStack/router/releases/tag/v1.162.5) [Compare Source](https://github.com/TanStack/router/compare/v1.162.4...v1.162.5) Version 1.162.5 - 2/23/26, 4:14 PM ##### Changes ##### Fix - router-core: dehydrate SSR match IDs with non-path encoding ([#&#8203;6742](https://github.com/TanStack/router/issues/6742)) ([`14b5499`](https://github.com/TanStack/router/commit/14b5499)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Chore - cleanup unused exports ([#&#8203;6735](https://github.com/TanStack/router/issues/6735)) ([`d6af3a2`](https://github.com/TanStack/router/commit/d6af3a2)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).162.5 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).162.5 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).162.5 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).162.5 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).162.5 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).162.5 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).162.5 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).162.5 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).162.5 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).162.5 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).162.5 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).162.5 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).162.5 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).162.5 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).162.5 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).162.5 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).162.5 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).162.5 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).162.5 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).162.5 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).162.5 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).162.5 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).162.5 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).162.5 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).162.5 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).162.5 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).162.5 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).162.5 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).162.5 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).162.5 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).162.5 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).162.5 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).162.5 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).162.5 ### [`v1.162.4`](https://github.com/TanStack/router/releases/tag/v1.162.4) [Compare Source](https://github.com/TanStack/router/compare/v1.162.2...v1.162.4) Version 1.162.4 - 2/22/26, 10:50 PM ##### Changes ##### Fix - remove router context caching ([#&#8203;6734](https://github.com/TanStack/router/issues/6734)) ([`eeb8c55`](https://github.com/TanStack/router/commit/eeb8c55)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).162.4 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).162.4 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).162.4 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).162.4 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).162.4 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).162.4 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).162.4 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).162.4 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).162.4 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).162.4 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).162.4 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).162.4 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).162.4 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).162.4 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).162.4 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).162.4 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).162.4 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).162.4 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).162.4 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).162.4 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).162.4 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).162.4 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).162.4 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).162.4 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).162.4 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).162.4 ### [`v1.162.2`](https://github.com/TanStack/router/releases/tag/v1.162.2) [Compare Source](https://github.com/TanStack/router/compare/v1.162.1...v1.162.2) Version 1.162.2 - 2/22/26, 8:41 AM ##### Changes ##### Refactor - router-core: remove unnecessary interpolatePath() in buildLocation ([#&#8203;6721](https://github.com/TanStack/router/issues/6721)) ([`63e9e71`](https://github.com/TanStack/router/commit/63e9e71)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).162.2 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).162.2 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).162.2 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).162.2 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).162.2 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).162.2 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).162.2 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).162.2 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).162.2 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).162.2 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).162.2 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).162.2 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).162.2 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).162.2 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).162.2 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).162.2 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).162.2 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).162.2 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).162.2 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).162.2 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).162.2 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).162.2 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).162.2 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).162.2 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).162.2 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).162.2 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).162.2 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).162.2 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).162.2 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).162.2 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).162.2 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).162.2 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).162.2 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).162.2 ### [`v1.162.1`](https://github.com/TanStack/router/releases/tag/v1.162.1) [Compare Source](https://github.com/TanStack/router/compare/v1.161.4...v1.162.1) Version 1.162.1 - 2/21/26, 9:58 PM ##### Changes ##### Fix - router-core: don"t set isServer if NODE\_ENV test ([#&#8203;6727](https://github.com/TanStack/router/issues/6727)) ([`fdb8d2e`](https://github.com/TanStack/router/commit/fdb8d2e)) by Manuel Schiller ##### Ci - remove fork guard from bundle-size PR comment step ([#&#8203;6728](https://github.com/TanStack/router/issues/6728)) ([`41528ea`](https://github.com/TanStack/router/commit/41528ea)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).162.1 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).162.1 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).162.1 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).162.1 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).162.1 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).162.1 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).162.1 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).162.1 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).162.1 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).162.1 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).162.1 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).162.1 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).162.1 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).162.1 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).162.1 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).162.1 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).162.1 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).162.1 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).162.1 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).162.1 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).162.1 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).162.1 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).162.1 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).162.1 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).162.1 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).162.1 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).162.1 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).162.1 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).162.1 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).162.1 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).162.1 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).162.1 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).162.1 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).162.1 ### [`v1.161.4`](https://github.com/TanStack/router/releases/tag/v1.161.4) [Compare Source](https://github.com/TanStack/router/compare/v1.161.3...v1.161.4) Version 1.161.4 - 2/21/26, 11:18 AM ##### Changes ##### Fix - router: catch stringifyParams errors and render errorComponent ([#&#8203;6718](https://github.com/TanStack/router/issues/6718)) ([`608007a`](https://github.com/TanStack/router/commit/608007a)) by Abhisar Mehta ##### Chore - remove unnecessary type assertions ([#&#8203;6365](https://github.com/TanStack/router/issues/6365)) ([`ad0beaf`](https://github.com/TanStack/router/commit/ad0beaf)) by Ulrich Stark - stabilize tests ([#&#8203;6492](https://github.com/TanStack/router/issues/6492)) ([`4ec6f50`](https://github.com/TanStack/router/commit/4ec6f50)) by Manuel Schiller ##### Docs - fix syntax error in `create-route-property-order.md` ([#&#8203;6711](https://github.com/TanStack/router/issues/6711)) ([`31ae74f`](https://github.com/TanStack/router/commit/31ae74f)) by Ulrich Stark - move the react-only guides to top-level and restrict in `config.json` ([#&#8203;6713](https://github.com/TanStack/router/issues/6713)) ([`8bdf8d6`](https://github.com/TanStack/router/commit/8bdf8d6)) by Sean Cassiere - clarify that location hash excludes the leading `#` ([#&#8203;6707](https://github.com/TanStack/router/issues/6707)) ([`33f253e`](https://github.com/TanStack/router/commit/33f253e)) by JongKyung Lee ##### Testing - vite-ecosystem-ci: add vite as direct dev depencency ([#&#8203;6709](https://github.com/TanStack/router/issues/6709)) ([`4def459`](https://github.com/TanStack/router/commit/4def459)) by Birk Skyum ##### Build - router-devtools-core: forward compat to vite 8 ([#&#8203;6717](https://github.com/TanStack/router/issues/6717)) ([`63f804a`](https://github.com/TanStack/router/commit/63f804a)) by Birk Skyum ##### Packages - [@&#8203;tanstack/history](https://github.com/tanstack/history)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/virtual-file-routes](https://github.com/tanstack/virtual-file-routes)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/eslint-plugin-router](https://github.com/tanstack/eslint-plugin-router)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/start-fn-stubs](https://github.com/tanstack/start-fn-stubs)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/router-utils](https://github.com/tanstack/router-utils)[@&#8203;1](https://github.com/1).161.4 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).161.4 ### [`v1.161.3`](https://github.com/TanStack/router/releases/tag/v1.161.3) [Compare Source](https://github.com/TanStack/router/compare/v1.161.1...v1.161.3) Version 1.161.3 - 2/20/26, 12:00 AM ##### Changes ##### Fix - avoid false positives in import-protection plugin ([#&#8203;6708](https://github.com/TanStack/router/issues/6708)) ([`f453943`](https://github.com/TanStack/router/commit/f453943)) by Manuel Schiller ##### Chore - migrate to [@&#8203;tanstack/store](https://github.com/tanstack/store) 0.9.1 ([#&#8203;6691](https://github.com/TanStack/router/issues/6691)) ([`c3ad063`](https://github.com/TanStack/router/commit/c3ad063)) by [@&#8203;Sheraff](https://github.com/Sheraff) - bump srvx 0.11.2 -> 0.11.7 ([#&#8203;6705](https://github.com/TanStack/router/issues/6705)) ([`965d95f`](https://github.com/TanStack/router/commit/965d95f)) by Birk Skyum ##### Docs - fix syntax error in `create-route-property-order.md` ([#&#8203;6699](https://github.com/TanStack/router/issues/6699)) ([`c87d848`](https://github.com/TanStack/router/commit/c87d848)) by Ulrich Stark - add `NotFoundError` to lint exceptions and fix wording ([#&#8203;6701](https://github.com/TanStack/router/issues/6701)) ([`149e760`](https://github.com/TanStack/router/commit/149e760)) by Ulrich Stark ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).161.3 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).161.3 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).161.3 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).161.3 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).161.3 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).161.3 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).161.3 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).161.3 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).161.3 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).161.3 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).161.3 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).161.3 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).161.3 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).161.3 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).161.3 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).161.3 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).161.3 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).161.3 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).161.3 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).161.3 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).161.3 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).161.3 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).161.3 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).161.3 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).161.3 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).161.3 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).161.3 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).161.3 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).161.3 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).161.3 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).161.3 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).161.3 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).161.3 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).161.3 ### [`v1.161.1`](https://github.com/TanStack/router/releases/tag/v1.161.1) [Compare Source](https://github.com/TanStack/router/compare/v1.160.2...v1.161.1) Version 1.161.1 - 2/18/26, 8:57 AM ##### Changes ##### Fix - react-router: keep relative link active when changing inherited param ([#&#8203;6689](https://github.com/TanStack/router/issues/6689)) ([`99e3025`](https://github.com/TanStack/router/commit/99e3025)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).161.1 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).161.1 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).161.1 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).161.1 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).161.1 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).161.1 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).161.1 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).161.1 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).161.1 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).161.1 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).161.1 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).161.1 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).161.1 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).161.1 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).161.1 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).161.1 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).161.1 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).161.1 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).161.1 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).161.1 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).161.1 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).161.1 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).161.1 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).161.1 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).161.1 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).161.1 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).161.1 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).161.1 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).161.1 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).161.1 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).161.1 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).161.1 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).161.1 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).161.1 ### [`v1.160.2`](https://github.com/TanStack/router/releases/tag/v1.160.2) [Compare Source](https://github.com/TanStack/router/compare/v1.160.0...v1.160.2) Version 1.160.2 - 2/16/26, 7:27 PM ##### Changes ##### Fix - script hydration ([#&#8203;6681](https://github.com/TanStack/router/issues/6681)) ([`27a563e`](https://github.com/TanStack/router/commit/27a563e)) by Manuel Schiller ##### Other - ([`5d667aa`](https://github.com/TanStack/router/commit/5d667aa)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).160.2 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).160.2 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).160.2 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).160.2 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).160.2 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).160.2 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).160.2 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).160.2 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).160.2 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).160.2 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).160.2 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).160.2 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).160.2 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).160.2 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).160.2 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).160.2 ### [`v1.160.0`](https://github.com/TanStack/router/releases/tag/v1.160.0) [Compare Source](https://github.com/TanStack/router/compare/v1.159.14...v1.160.0) Version 1.160.0 - 2/15/26, 7:06 AM ##### Changes ##### Feat - router-core, react-router, solid-router, vue-router: isDangerousProtocol uses customizable allowlist ([#&#8203;6542](https://github.com/TanStack/router/issues/6542)) ([`6ddb586`](https://github.com/TanStack/router/commit/6ddb586)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).160.0 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).160.0 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).160.0 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).160.0 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).160.0 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).160.0 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).160.0 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).160.0 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).160.0 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).160.0 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).160.0 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).160.0 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).160.0 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).160.0 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).160.0 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).160.0 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).160.0 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).160.0 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).160.0 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).160.0 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).160.0 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).160.0 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).160.0 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).160.0 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).160.0 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).160.0 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).160.0 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).160.0 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).160.0 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).160.0 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).160.0 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).160.0 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).160.0 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).160.0 ### [`v1.159.14`](https://github.com/TanStack/router/releases/tag/v1.159.14) [Compare Source](https://github.com/TanStack/router/compare/v1.159.10...v1.159.14) Version 1.159.14 - 2/15/26, 1:45 AM ##### Changes ##### Fix - react-router: remove async/defer attributes during hydration to prevent warnings ([#&#8203;6479](https://github.com/TanStack/router/issues/6479)) ([`067951f`](https://github.com/TanStack/router/commit/067951f)) by 홍규진 ##### Test - add invariant and property tests for code-splitter shared bindings ([#&#8203;6662](https://github.com/TanStack/router/issues/6662)) ([`988a9d6`](https://github.com/TanStack/router/commit/988a9d6)) by [@&#8203;KyleAMathews](https://github.com/KyleAMathews) ##### Docs - start: fix typos in React quick start ([#&#8203;6638](https://github.com/TanStack/router/issues/6638)) ([`6ee1586`](https://github.com/TanStack/router/commit/6ee1586)) by Pavan Shinde ##### Other - ([`27d0867`](https://github.com/TanStack/router/commit/27d0867)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).159.14 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).159.14 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).159.14 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).159.14 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).159.14 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).159.14 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).159.14 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).159.14 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).159.14 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).159.14 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).159.14 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).159.14 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).159.14 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).159.14 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).159.14 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).159.14 ### [`v1.159.10`](https://github.com/TanStack/router/releases/tag/v1.159.10) [Compare Source](https://github.com/TanStack/router/compare/v1.159.9...v1.159.10) Version 1.159.10 - 2/14/26, 1:19 AM ##### Changes ##### Fix - preserve data script content during client hydration ([#&#8203;6653](https://github.com/TanStack/router/issues/6653)) ([`fb139e8`](https://github.com/TanStack/router/commit/fb139e8)) by nikuscs - lazy-compile server fn on dev restart to avoid invalid ID error ([#&#8203;6655](https://github.com/TanStack/router/issues/6655)) ([`f212098`](https://github.com/TanStack/router/commit/f212098)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).159.10 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).159.10 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).159.10 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).159.10 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).159.10 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).159.10 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).159.10 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).159.10 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).159.10 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).159.10 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).159.10 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).159.10 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).159.10 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).159.10 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).159.10 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).159.10 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).159.10 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).159.10 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).159.10 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).159.10 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).159.10 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).159.10 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).159.10 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).159.10 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).159.10 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).159.10 ### [`v1.159.9`](https://github.com/TanStack/router/releases/tag/v1.159.9) [Compare Source](https://github.com/TanStack/router/compare/v1.159.6...v1.159.9) Version 1.159.9 - 2/14/26, 12:46 AM ##### Changes ##### Fix - resolve pending state when throwing notFound in beforeLoad ([#&#8203;6654](https://github.com/TanStack/router/issues/6654)) ([`2148b1b`](https://github.com/TanStack/router/commit/2148b1b)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).159.9 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).159.9 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).159.9 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).159.9 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).159.9 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).159.9 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).159.9 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).159.9 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).159.9 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).159.9 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).159.9 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).159.9 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).159.9 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).159.9 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).159.9 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).159.9 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).159.9 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).159.9 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).159.9 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).159.9 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).159.9 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).159.9 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).159.9 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).159.9 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).159.9 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).159.9 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).159.9 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).159.9 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).159.9 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).159.9 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).159.9 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).159.9 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).159.9 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).159.9 ### [`v1.159.6`](https://github.com/TanStack/router/releases/tag/v1.159.6) [Compare Source](https://github.com/TanStack/router/compare/v1.159.5...v1.159.6) Version 1.159.6 - 2/13/26, 6:35 PM ##### Changes ##### Fix - don"t cache server side route tree during dev ([#&#8203;6650](https://github.com/TanStack/router/issues/6650)) ([`85b34a7`](https://github.com/TanStack/router/commit/85b34a7)) by Manuel Schiller ##### Chore - optimize links to github ([#&#8203;6633](https://github.com/TanStack/router/issues/6633)) ([`174be10`](https://github.com/TanStack/router/commit/174be10)) by Birk Skyum ##### Test - vite ecosystem ci entry points ([#&#8203;6644](https://github.com/TanStack/router/issues/6644)) ([`97658cd`](https://github.com/TanStack/router/commit/97658cd)) by Birk Skyum ##### Docs - start: Update TanStack Builder link in getting started guide ([#&#8203;6641](https://github.com/TanStack/router/issues/6641)) ([`a8c786c`](https://github.com/TanStack/router/commit/a8c786c)) by Yuki Terashima ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).159.6 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).159.6 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).159.6 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).159.6 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).159.6 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).159.6 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).159.6 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).159.6 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).159.6 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).159.6 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).159.6 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).159.6 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).159.6 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).159.6 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).159.6 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).159.6 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).159.6 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).159.6 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).159.6 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).159.6 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).159.6 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).159.6 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).159.6 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).159.6 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).159.6 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).159.6 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).159.6 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).159.6 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).159.6 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).159.6 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).159.6 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).159.6 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).159.6 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).159.6 ### [`v1.159.5`](https://github.com/TanStack/router/releases/tag/v1.159.5) [Compare Source](https://github.com/TanStack/router/compare/v1.159.4...v1.159.5) Version 1.159.5 - 2/9/26, 1:08 PM ##### Changes ##### Perf - revert to Response, and add docs regarding for FastResponse ([#&#8203;6618](https://github.com/TanStack/router/issues/6618)) ([`641720f`](https://github.com/TanStack/router/commit/641720f)) by Birk Skyum ##### Packages - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).159.5 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).159.5 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).159.5 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).159.5 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).159.5 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).159.5 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).159.5 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).159.5 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).159.5 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).159.5 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).159.5 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).159.5 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).159.5 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).159.5 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).159.5 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).159.5 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).159.5 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).159.5 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).159.5 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).159.5 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).159.5 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).159.5 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).159.5 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).159.5 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).159.5 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).159.5 ### [`v1.159.4`](https://github.com/TanStack/router/releases/tag/v1.159.4) [Compare Source](https://github.com/TanStack/router/compare/v1.159.3...v1.159.4) Version 1.159.4 - 2/9/26, 12:55 AM ##### Changes ##### Fix - router: ensure useParams returns parsed params when strict is false ([#&#8203;6387](https://github.com/TanStack/router/issues/6387)) ([`5c923e4`](https://github.com/TanStack/router/commit/5c923e4)) by Lee Jong Kyung ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).159.4 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).159.4 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).159.4 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).159.4 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).159.4 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).159.4 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).159.4 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).159.4 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).159.4 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).159.4 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).159.4 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).159.4 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).159.4 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).159.4 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).159.4 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).159.4 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).159.4 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).159.4 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).159.4 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).159.4 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).159.4 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).159.4 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).159.4 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).159.4 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).159.4 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).159.4 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).159.4 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).159.4 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).159.4 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).159.4 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).159.4 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).159.4 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).159.4 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).159.4 ### [`v1.159.3`](https://github.com/TanStack/router/releases/tag/v1.159.3) [Compare Source](https://github.com/TanStack/router/compare/v1.158.4...v1.159.3) Version 1.159.3 - 2/8/26, 8:07 PM ##### Changes ##### Perf - start: use FastResponse from srvx ([#&#8203;6616](https://github.com/TanStack/router/issues/6616)) ([`7927dcd`](https://github.com/TanStack/router/commit/7927dcd)) by Birk Skyum ##### Packages - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).159.3 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).159.3 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).159.3 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).159.3 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).159.3 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).159.3 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).159.3 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).159.3 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).159.3 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).159.3 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).159.3 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).159.3 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).159.3 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).159.3 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).159.3 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).159.3 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).159.3 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).159.3 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).159.3 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).159.3 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).159.3 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).159.3 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).159.3 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).159.3 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).159.3 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).159.3 ### [`v1.158.4`](https://github.com/TanStack/router/releases/tag/v1.158.4) [Compare Source](https://github.com/TanStack/router/compare/v1.158.1...v1.158.4) Version 1.158.4 - 2/7/26, 12:01 AM ##### Changes ##### Fix - start-server-core: redirect misinterpreted protocol-relative URLs ([#&#8203;6600](https://github.com/TanStack/router/issues/6600)) ([`40ed683`](https://github.com/TanStack/router/commit/40ed683)) by Nico Lynzaad ##### Docs - add Cloudflare Workers handlers section to server entry point ([#&#8203;6488](https://github.com/TanStack/router/issues/6488)) ([`172fa05`](https://github.com/TanStack/router/commit/172fa05)) by Alexander Zuev ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).158.4 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).158.4 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).158.4 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).158.4 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).158.4 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).158.4 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).158.4 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).158.4 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).158.4 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).158.4 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).158.4 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).158.4 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).158.4 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).158.4 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).158.4 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).158.4 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).158.4 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).158.4 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).158.4 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).158.4 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).158.4 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).158.4 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).158.4 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).158.4 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).158.4 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).158.4 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).158.4 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).158.4 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).158.4 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).158.4 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).158.4 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).158.4 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).158.4 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).158.4 ### [`v1.158.1`](https://github.com/TanStack/router/releases/tag/v1.158.1) [Compare Source](https://github.com/TanStack/router/compare/v1.158.0...v1.158.1) Version 1.158.1 - 2/5/26, 1:50 AM ##### Changes ##### Fix - router-core: fix handle AbortError logic when rapid navigation ([#&#8203;6426](https://github.com/TanStack/router/issues/6426)) ([`28b0e8b`](https://github.com/TanStack/router/commit/28b0e8b)) by Lee ##### Docs - Add missing createMiddleware imports in documentation examples ([#&#8203;6500](https://github.com/TanStack/router/issues/6500)) ([`f7eaede`](https://github.com/TanStack/router/commit/f7eaede)) by [@&#8203;codersjj](https://github.com/codersjj) - update import statements for TanStack Router Vite plugin ([#&#8203;6575](https://github.com/TanStack/router/issues/6575)) ([`03c1165`](https://github.com/TanStack/router/commit/03c1165)) by [@&#8203;KonseptDesign](https://github.com/KonseptDesign) - start: fix typos in Solid quick start ([#&#8203;6571](https://github.com/TanStack/router/issues/6571)) ([`5e30ea1`](https://github.com/TanStack/router/commit/5e30ea1)) by Pavan Shinde - start: fix ISR guide link to data loading ([#&#8203;6585](https://github.com/TanStack/router/issues/6585)) ([`6049fd3`](https://github.com/TanStack/router/commit/6049fd3)) by Pavan Shinde ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).158.1 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).158.1 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).158.1 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).158.1 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).158.1 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).158.1 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).158.1 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).158.1 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).158.1 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).158.1 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).158.1 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).158.1 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).158.1 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).158.1 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).158.1 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).158.1 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).158.1 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).158.1 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).158.1 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).158.1 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).158.1 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).158.1 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).158.1 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).158.1 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).158.1 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).158.1 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).158.1 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).158.1 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).158.1 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).158.1 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).158.1 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).158.1 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).158.1 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).158.1 ### [`v1.158.0`](https://github.com/TanStack/router/releases/tag/v1.158.0) [Compare Source](https://github.com/TanStack/router/compare/v1.157.18...v1.158.0) Version 1.158.0 - 2/3/26, 12:16 AM ##### Changes ##### Feat - pass routeId into context/beforeLoad ([#&#8203;6579](https://github.com/TanStack/router/issues/6579)) ([`a894baa`](https://github.com/TanStack/router/commit/a894baa)) by Manuel Schiller ##### Fix - avoid destructuring internal `server` property in interpolatePath ([#&#8203;6580](https://github.com/TanStack/router/issues/6580)) ([`ebd96af`](https://github.com/TanStack/router/commit/ebd96af)) by Manuel Schiller - strip type exports upon DCE ([#&#8203;6582](https://github.com/TanStack/router/issues/6582)) ([`77b18bb`](https://github.com/TanStack/router/commit/77b18bb)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).158.0 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).158.0 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).158.0 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).158.0 - [@&#8203;tanstack/router-utils](https://github.com/tanstack/router-utils)[@&#8203;1](https://github.com/1).158.0 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).158.0 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).158.0 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).158.0 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).158.0 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).158.0 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).158.0 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).158.0 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).158.0 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).158.0 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).158.0 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).158.0 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).158.0 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).158.0 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).158.0 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).158.0 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).158.0 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).158.0 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).158.0 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).158.0 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).158.0 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).158.0 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).158.0 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).158.0 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).158.0 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).158.0 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).158.0 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).158.0 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).158.0 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).158.0 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).158.0 ### [`v1.157.18`](https://github.com/TanStack/router/releases/tag/v1.157.18) [Compare Source](https://github.com/TanStack/router/compare/v1.157.17...v1.157.18) Version 1.157.18 - 1/31/26, 3:41 PM ##### Changes ##### Refactor - router-core: matchRoutesInternal minor performance improvements ([#&#8203;6560](https://github.com/TanStack/router/issues/6560)) ([`1ce1919`](https://github.com/TanStack/router/commit/1ce1919)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).157.18 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).157.18 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).157.18 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).157.18 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).157.18 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).157.18 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).157.18 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).157.18 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).157.18 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).157.18 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).157.18 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).157.18 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).157.18 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).157.18 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).157.18 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).157.18 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).157.18 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).157.18 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).157.18 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).157.18 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).157.18 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).157.18 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).157.18 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).157.18 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).157.18 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).157.18 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).157.18 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).157.18 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).157.18 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).157.18 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).157.18 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).157.18 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).157.18 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).157.18 ### [`v1.157.17`](https://github.com/TanStack/router/releases/tag/v1.157.17) [Compare Source](https://github.com/TanStack/router/compare/v1.157.16...v1.157.17) Version 1.157.17 - 1/30/26, 10:26 PM ##### Changes ##### Fix - re-export SerializableExtensions in react-router ([#&#8203;6536](https://github.com/TanStack/router/issues/6536)) ([`0f41a3c`](https://github.com/TanStack/router/commit/0f41a3c)) by [@&#8203;hokkyss](https://github.com/hokkyss) ##### Docs - Updated typo in internationalization-i18n.md ([#&#8203;6523](https://github.com/TanStack/router/issues/6523)) ([`5ae6217`](https://github.com/TanStack/router/commit/5ae6217)) by Alexander Schmid ##### Packages - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).157.17 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).157.17 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).157.17 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).157.17 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).157.17 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).157.17 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).157.17 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).157.17 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).157.17 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).157.17 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).157.17 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).157.17 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).157.17 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).157.17 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).157.17 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).157.17 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).157.17 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).157.17 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).157.17 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).157.17 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).157.17 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).157.17 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).157.17 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).157.17 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).157.17 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).157.17 ### [`v1.157.16`](https://github.com/TanStack/router/releases/tag/v1.157.16) [Compare Source](https://github.com/TanStack/router/compare/v1.157.15...v1.157.16) Version 1.157.16 - 1/26/26, 10:05 PM ##### Changes ##### Fix - router-core: use encodeURIComponent for splat route params ([#&#8203;6520](https://github.com/TanStack/router/issues/6520)) ([`4814d4e`](https://github.com/TanStack/router/commit/4814d4e)) by [@&#8203;thejasonxie](https://github.com/thejasonxie) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).157.16 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).157.16 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).157.16 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).157.16 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).157.16 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).157.16 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).157.16 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).157.16 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).157.16 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).157.16 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).157.16 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).157.16 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).157.16 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).157.16 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).157.16 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).157.16 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).157.16 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).157.16 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).157.16 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).157.16 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).157.16 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).157.16 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).157.16 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).157.16 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).157.16 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).157.16 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).157.16 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).157.16 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).157.16 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).157.16 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).157.16 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).157.16 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).157.16 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).157.16 ### [`v1.157.15`](https://github.com/TanStack/router/releases/tag/v1.157.15) [Compare Source](https://github.com/TanStack/router/compare/v1.157.14...v1.157.15) Version 1.157.15 - 1/26/26, 6:50 AM ##### Changes ##### Refactor - router-core: parseLocation fast path w/ no rewrites ([#&#8203;6516](https://github.com/TanStack/router/issues/6516)) ([`4663034`](https://github.com/TanStack/router/commit/4663034)) by [@&#8203;Sheraff](https://github.com/Sheraff) - react-router: Match component performance w/ single router state select ([#&#8203;6518](https://github.com/TanStack/router/issues/6518)) ([`846fffc`](https://github.com/TanStack/router/commit/846fffc)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).157.15 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).157.15 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).157.15 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).157.15 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).157.15 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).157.15 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).157.15 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).157.15 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).157.15 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).157.15 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).157.15 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).157.15 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).157.15 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).157.15 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).157.15 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).157.15 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).157.15 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).157.15 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).157.15 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).157.15 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).157.15 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).157.15 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).157.15 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).157.15 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).157.15 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).157.15 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).157.15 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).157.15 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).157.15 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).157.15 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).157.15 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).157.15 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).157.15 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).157.15 ### [`v1.157.14`](https://github.com/TanStack/router/releases/tag/v1.157.14) [Compare Source](https://github.com/TanStack/router/compare/v1.157.13...v1.157.14) Version 1.157.14 - 1/25/26, 10:04 PM ##### Changes ##### Refactor - router-core: executeBeforeLoad remove dead code ([#&#8203;6517](https://github.com/TanStack/router/issues/6517)) ([`02019f1`](https://github.com/TanStack/router/commit/02019f1)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).157.14 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).157.14 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).157.14 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).157.14 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).157.14 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).157.14 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).157.14 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).157.14 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).157.14 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).157.14 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).157.14 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).157.14 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).157.14 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).157.14 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).157.14 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).157.14 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).157.14 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).157.14 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).157.14 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).157.14 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).157.14 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).157.14 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).157.14 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).157.14 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).157.14 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).157.14 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).157.14 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).157.14 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).157.14 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).157.14 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).157.14 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).157.14 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).157.14 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).157.14 ### [`v1.157.13`](https://github.com/TanStack/router/releases/tag/v1.157.13) [Compare Source](https://github.com/TanStack/router/compare/v1.157.12...v1.157.13) Version 1.157.13 - 1/25/26, 9:21 PM ##### Changes ##### Refactor - router-core: startViewTransition performance improved by avoiding "delete" ([#&#8203;6515](https://github.com/TanStack/router/issues/6515)) ([`e2558a3`](https://github.com/TanStack/router/commit/e2558a3)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).157.13 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).157.13 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).157.13 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).157.13 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).157.13 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).157.13 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).157.13 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).157.13 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).157.13 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).157.13 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).157.13 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).157.13 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).157.13 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).157.13 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).157.13 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).157.13 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).157.13 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).157.13 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).157.13 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).157.13 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).157.13 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).157.13 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).157.13 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).157.13 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).157.13 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).157.13 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).157.13 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).157.13 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).157.13 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).157.13 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).157.13 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).157.13 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).157.13 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).157.13 ### [`v1.157.12`](https://github.com/TanStack/router/releases/tag/v1.157.12) [Compare Source](https://github.com/TanStack/router/compare/v1.157.11...v1.157.12) Version 1.157.12 - 1/25/26, 8:49 PM ##### Changes ##### Refactor - router-core: mergeHeaders performance ([#&#8203;6514](https://github.com/TanStack/router/issues/6514)) ([`283598e`](https://github.com/TanStack/router/commit/283598e)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).157.12 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).157.12 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).157.12 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).157.12 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).157.12 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).157.12 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).157.12 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).157.12 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).157.12 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).157.12 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).157.12 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).157.12 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).157.12 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).157.12 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).157.12 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).157.12 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).157.12 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).157.12 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).157.12 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).157.12 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).157.12 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).157.12 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).157.12 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).157.12 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).157.12 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).157.12 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).157.12 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).157.12 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).157.12 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).157.12 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).157.12 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).157.12 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).157.12 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).157.12 ### [`v1.157.11`](https://github.com/TanStack/router/releases/tag/v1.157.11) [Compare Source](https://github.com/TanStack/router/compare/v1.157.10...v1.157.11) Version 1.157.11 - 1/25/26, 7:05 PM ##### Changes ##### Refactor - router-core: throw redirect w/ a pre-build location doesn"t need to re-parse from string ([#&#8203;6512](https://github.com/TanStack/router/issues/6512)) ([`54649f9`](https://github.com/TanStack/router/commit/54649f9)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Test - react-start: new profiling scenario for search/loader/redirect ([#&#8203;6511](https://github.com/TanStack/router/issues/6511)) ([`3b61ca2`](https://github.com/TanStack/router/commit/3b61ca2)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).157.11 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).157.11 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).157.11 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).157.11 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).157.11 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).157.11 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).157.11 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).157.11 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).157.11 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).157.11 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).157.11 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).157.11 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).157.11 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).157.11 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).157.11 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).157.11 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).157.11 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).157.11 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).157.11 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).157.11 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).157.11 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).157.11 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).157.11 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).157.11 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).157.11 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).157.11 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).157.11 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).157.11 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).157.11 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).157.11 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).157.11 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).157.11 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).157.11 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).157.11 ### [`v1.157.10`](https://github.com/TanStack/router/releases/tag/v1.157.10) [Compare Source](https://github.com/TanStack/router/compare/v1.157.9...v1.157.10) Version 1.157.10 - 1/25/26, 6:09 PM ##### Changes ##### Refactor - router-core: remove dead code in buildLocation left over from reverting match snapshots ([#&#8203;6510](https://github.com/TanStack/router/issues/6510)) ([`fc38d91`](https://github.com/TanStack/router/commit/fc38d91)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Test - router-core: buildLocation unit tests ([#&#8203;6507](https://github.com/TanStack/router/issues/6507)) ([`e59c800`](https://github.com/TanStack/router/commit/e59c800)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).157.10 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).157.10 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).157.10 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).157.10 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).157.10 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).157.10 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).157.10 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).157.10 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).157.10 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).157.10 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).157.10 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).157.10 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).157.10 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).157.10 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).157.10 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).157.10 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).157.10 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).157.10 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).157.10 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).157.10 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).157.10 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).157.10 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).157.10 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).157.10 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).157.10 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).157.10 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).157.10 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).157.10 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).157.10 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).157.10 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).157.10 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).157.10 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).157.10 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).157.10 ### [`v1.157.9`](https://github.com/TanStack/router/releases/tag/v1.157.9) [Compare Source](https://github.com/TanStack/router/compare/v1.157.8...v1.157.9) Version 1.157.9 - 1/25/26, 3:11 PM ##### Changes ##### Refactor - router-core: buildLocation can skip second interpolatePath if no params.parse function in the branch ([#&#8203;6506](https://github.com/TanStack/router/issues/6506)) ([`ab92e1c`](https://github.com/TanStack/router/commit/ab92e1c)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).157.9 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).157.9 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).157.9 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).157.9 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).157.9 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).157.9 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).157.9 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).157.9 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).157.9 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).157.9 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).157.9 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).157.9 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).157.9 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).157.9 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).157.9 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).157.9 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).157.9 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).157.9 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).157.9 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).157.9 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).157.9 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).157.9 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).157.9 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).157.9 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).157.9 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).157.9 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).157.9 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).157.9 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).157.9 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).157.9 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).157.9 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).157.9 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).157.9 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).157.9 ### [`v1.157.8`](https://github.com/TanStack/router/releases/tag/v1.157.8) [Compare Source](https://github.com/TanStack/router/compare/v1.157.7...v1.157.8) Version 1.157.8 - 1/25/26, 1:49 PM ##### Changes ##### Refactor - router-core: server-only fast path optimization for interpolatePath ([#&#8203;6505](https://github.com/TanStack/router/issues/6505)) ([`b90726d`](https://github.com/TanStack/router/commit/b90726d)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).157.8 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).157.8 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).157.8 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).157.8 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).157.8 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).157.8 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).157.8 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).157.8 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).157.8 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).157.8 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).157.8 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).157.8 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).157.8 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).157.8 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).157.8 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).157.8 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).157.8 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).157.8 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).157.8 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).157.8 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).157.8 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).157.8 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).157.8 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).157.8 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).157.8 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).157.8 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).157.8 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).157.8 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).157.8 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).157.8 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).157.8 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).157.8 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).157.8 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).157.8 ### [`v1.157.7`](https://github.com/TanStack/router/releases/tag/v1.157.7) [Compare Source](https://github.com/TanStack/router/compare/v1.157.6...v1.157.7) Version 1.157.7 - 1/25/26, 11:05 AM ##### Changes ##### Refactor - router-core: decodePath fast path when no encoded chars ([#&#8203;6504](https://github.com/TanStack/router/issues/6504)) ([`036b3b1`](https://github.com/TanStack/router/commit/036b3b1)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).157.7 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).157.7 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).157.7 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).157.7 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).157.7 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).157.7 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).157.7 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).157.7 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).157.7 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).157.7 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).157.7 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).157.7 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).157.7 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).157.7 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).157.7 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).157.7 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).157.7 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).157.7 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).157.7 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).157.7 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).157.7 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).157.7 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).157.7 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).157.7 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).157.7 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).157.7 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).157.7 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).157.7 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).157.7 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).157.7 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).157.7 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).157.7 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).157.7 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).157.7 ### [`v1.157.6`](https://github.com/TanStack/router/releases/tag/v1.157.6) [Compare Source](https://github.com/TanStack/router/compare/v1.157.5...v1.157.6) Version 1.157.6 - 1/25/26, 9:20 AM ##### Changes ##### Refactor - router-core: improve server store performance by removing getter/setter ([#&#8203;6502](https://github.com/TanStack/router/issues/6502)) ([`84553e9`](https://github.com/TanStack/router/commit/84553e9)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Test - react-start: add new flame+autocannon benchmark for nested routes + useParams ([#&#8203;6501](https://github.com/TanStack/router/issues/6501)) ([`db94c31`](https://github.com/TanStack/router/commit/db94c31)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Performance - no reactivity on the server ([#&#8203;6497](https://github.com/TanStack/router/issues/6497)) ([`8f525a8`](https://github.com/TanStack/router/commit/8f525a8)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).157.6 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).157.6 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).157.6 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).157.6 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).157.6 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).157.6 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).157.6 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).157.6 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).157.6 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).157.6 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).157.6 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).157.6 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).157.6 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).157.6 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).157.6 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).157.6 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).157.6 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).157.6 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).157.6 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).157.6 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).157.6 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).157.6 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).157.6 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).157.6 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).157.6 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).157.6 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).157.6 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).157.6 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).157.6 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).157.6 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).157.6 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).157.6 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).157.6 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).157.6 ### [`v1.157.5`](https://github.com/TanStack/router/releases/tag/v1.157.5) [Compare Source](https://github.com/TanStack/router/compare/v1.157.4...v1.157.5) Version 1.157.5 - 1/24/26, 10:34 PM ##### Changes ##### Refactor - streaming perf ([#&#8203;6496](https://github.com/TanStack/router/issues/6496)) ([`ba47d4d`](https://github.com/TanStack/router/commit/ba47d4d)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).157.5 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).157.5 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).157.5 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).157.5 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).157.5 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).157.5 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).157.5 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).157.5 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).157.5 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).157.5 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).157.5 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).157.5 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).157.5 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).157.5 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).157.5 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).157.5 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).157.5 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).157.5 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).157.5 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).157.5 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).157.5 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).157.5 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).157.5 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).157.5 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).157.5 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).157.5 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).157.5 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).157.5 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).157.5 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).157.5 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).157.5 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).157.5 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).157.5 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).157.5 ### [`v1.157.4`](https://github.com/TanStack/router/releases/tag/v1.157.4) [Compare Source](https://github.com/TanStack/router/compare/v1.157.3...v1.157.4) Version 1.157.4 - 1/24/26, 8:45 PM ##### Changes ##### Fix - streaming race condition ([#&#8203;6495](https://github.com/TanStack/router/issues/6495)) ([`44fbe0a`](https://github.com/TanStack/router/commit/44fbe0a)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).157.4 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).157.4 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).157.4 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).157.4 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).157.4 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).157.4 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).157.4 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).157.4 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).157.4 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).157.4 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).157.4 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).157.4 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).157.4 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).157.4 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).157.4 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).157.4 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).157.4 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).157.4 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).157.4 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).157.4 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).157.4 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).157.4 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).157.4 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).157.4 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).157.4 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).157.4 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).157.4 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).157.4 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).157.4 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).157.4 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).157.4 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).157.4 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).157.4 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).157.4 ### [`v1.157.3`](https://github.com/TanStack/router/releases/tag/v1.157.3) [Compare Source](https://github.com/TanStack/router/compare/v1.157.2...v1.157.3) Version 1.157.3 - 1/24/26, 4:56 PM ##### Changes ##### Fix - re-export correctly ([#&#8203;6489](https://github.com/TanStack/router/issues/6489)) ([`0fc75f2`](https://github.com/TanStack/router/commit/0fc75f2)) by Manuel Schiller ##### Docs - router: URL encoding note on <Link/> and how to opt out ([#&#8203;6443](https://github.com/TanStack/router/issues/6443)) ([`3aa27d5`](https://github.com/TanStack/router/commit/3aa27d5)) by boda ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).157.3 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).157.3 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).157.3 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).157.3 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).157.3 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).157.3 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).157.3 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).157.3 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).157.3 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).157.3 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).157.3 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).157.3 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).157.3 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).157.3 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).157.3 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).157.3 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).157.3 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).157.3 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).157.3 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).157.3 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).157.3 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).157.3 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).157.3 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).157.3 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).157.3 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).157.3 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).157.3 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).157.3 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).157.3 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).157.3 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).157.3 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).157.3 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).157.3 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).157.3 ### [`v1.157.2`](https://github.com/TanStack/router/releases/tag/v1.157.2) [Compare Source](https://github.com/TanStack/router/compare/v1.157.1...v1.157.2) Version 1.157.2 - 1/24/26, 12:51 PM ##### Changes ##### Refactor - react link ssr perf ([#&#8203;6482](https://github.com/TanStack/router/issues/6482)) ([`cc01174`](https://github.com/TanStack/router/commit/cc01174)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).157.2 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).157.2 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).157.2 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).157.2 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).157.2 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).157.2 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).157.2 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).157.2 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).157.2 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).157.2 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).157.2 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).157.2 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).157.2 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).157.2 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).157.2 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).157.2 ### [`v1.157.1`](https://github.com/TanStack/router/releases/tag/v1.157.1) [Compare Source](https://github.com/TanStack/router/compare/v1.157.0...v1.157.1) Version 1.157.1 - 1/24/26, 12:10 PM ##### Changes ##### Refactor - no additional package for isServer ([#&#8203;6485](https://github.com/TanStack/router/issues/6485)) ([`b953e00`](https://github.com/TanStack/router/commit/b953e00)) by Manuel Schiller - router-core: skip URL constructor in buildLocation ([#&#8203;6447](https://github.com/TanStack/router/issues/6447)) ([`cfbbcd5`](https://github.com/TanStack/router/commit/cfbbcd5)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Chore - stabilize tests ([#&#8203;6486](https://github.com/TanStack/router/issues/6486)) ([`3e48ef7`](https://github.com/TanStack/router/commit/3e48ef7)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).157.1 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).157.1 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).157.1 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).157.1 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).157.1 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).157.1 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).157.1 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).157.1 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).157.1 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).157.1 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).157.1 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).157.1 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).157.1 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).157.1 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).157.1 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).157.1 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).157.1 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).157.1 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).157.1 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).157.1 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).157.1 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).157.1 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).157.1 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).157.1 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).157.1 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).157.1 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).157.1 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).157.1 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).157.1 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).157.1 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).157.1 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).157.1 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).157.1 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).157.1 ### [`v1.157.0`](https://github.com/TanStack/router/releases/tag/v1.157.0) [Compare Source](https://github.com/TanStack/router/compare/v1.156.0...v1.157.0) Version 1.157.0 - 1/24/26, 10:30 AM ##### Changes ##### Feat - add isServer ([#&#8203;4648](https://github.com/TanStack/router/issues/4648)) ([`e79ad7e`](https://github.com/TanStack/router/commit/e79ad7e)) by Manuel Schiller ##### Chore - add `source()` to Tailwind v4 imports to ensure consistent hashing ([#&#8203;6459](https://github.com/TanStack/router/issues/6459)) ([`6ff1190`](https://github.com/TanStack/router/commit/6ff1190)) by Philippe Serhal ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).157.0 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).157.0 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).157.0 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).157.0 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).157.0 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).157.0 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).157.0 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).157.0 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).157.0 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).157.0 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).157.0 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).157.0 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).157.0 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).157.0 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).157.0 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).157.0 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).157.0 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).157.0 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).157.0 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).157.0 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).157.0 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).157.0 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).157.0 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).157.0 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).157.0 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).157.0 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).157.0 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).157.0 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).157.0 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).157.0 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).157.0 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).157.0 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).157.0 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).157.0 ### [`v1.156.0`](https://github.com/TanStack/router/releases/tag/v1.156.0) [Compare Source](https://github.com/TanStack/router/compare/v1.155.0...v1.156.0) Version 1.156.0 - 1/23/26, 11:49 PM ##### Changes ##### Feat - cache routeTree on the server in-between requests ([#&#8203;6475](https://github.com/TanStack/router/issues/6475)) ([`ad084d4`](https://github.com/TanStack/router/commit/ad084d4)) by Manuel Schiller ##### Refactor - router-core: buildLocation performance by simplifying "from" location parsing ([#&#8203;6464](https://github.com/TanStack/router/issues/6464)) ([`f26cf54`](https://github.com/TanStack/router/commit/f26cf54)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Test - react-start: more reliable autocannon config ([#&#8203;6476](https://github.com/TanStack/router/issues/6476)) ([`e190d8d`](https://github.com/TanStack/router/commit/e190d8d)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Docs - updates ([`f5007fa`](https://github.com/TanStack/router/commit/f5007fa)) by Tanner Linsley ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).156.0 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).156.0 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).156.0 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).156.0 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).156.0 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).156.0 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).156.0 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).156.0 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).156.0 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).156.0 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).156.0 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).156.0 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).156.0 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).156.0 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).156.0 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).156.0 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).156.0 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).156.0 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).156.0 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).156.0 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).156.0 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).156.0 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).156.0 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).156.0 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).156.0 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).156.0 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).156.0 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).156.0 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).156.0 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).156.0 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).156.0 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).156.0 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).156.0 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).156.0 ### [`v1.155.0`](https://github.com/TanStack/router/releases/tag/v1.155.0) [Compare Source](https://github.com/TanStack/router/compare/v1.154.14...v1.155.0) Version 1.155.0 - 1/23/26, 10:40 PM ##### Changes ##### Feat - router-generator: param name syntax check and warn ([#&#8203;6472](https://github.com/TanStack/router/issues/6472)) ([`6c1e215`](https://github.com/TanStack/router/commit/6c1e215)) by [@&#8203;Sheraff](https://github.com/Sheraff) - eslint-plugin-router: route param name rule ([#&#8203;6473](https://github.com/TanStack/router/issues/6473)) ([`e5f59f4`](https://github.com/TanStack/router/commit/e5f59f4)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Refactor - router-core: improve interpolatePath performance by pre-compiling a single regex decoder ([#&#8203;6471](https://github.com/TanStack/router/issues/6471)) ([`5de0f91`](https://github.com/TanStack/router/commit/5de0f91)) by [@&#8203;Sheraff](https://github.com/Sheraff) - router-core: improve parseSegment performance, parse without regex ([#&#8203;6470](https://github.com/TanStack/router/issues/6470)) ([`12a7288`](https://github.com/TanStack/router/commit/12a7288)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/eslint-plugin-router](https://github.com/tanstack/eslint-plugin-router)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).155.0 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).155.0 ### [`v1.154.14`](https://github.com/TanStack/router/releases/tag/v1.154.14) [Compare Source](https://github.com/TanStack/router/compare/v1.154.13...v1.154.14) Version 1.154.14 - 1/23/26, 3:51 PM ##### Changes ##### Fix - revert "refactor: don"t reparse upon navigation ([#&#8203;6398](https://github.com/TanStack/router/issues/6398))" ([#&#8203;6468](https://github.com/TanStack/router/issues/6468)) ([`f054c0c`](https://github.com/TanStack/router/commit/f054c0c)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Test - react-start: flame perf setup uses pure nitro, no express layer ([#&#8203;6463](https://github.com/TanStack/router/issues/6463)) ([`a3c4854`](https://github.com/TanStack/router/commit/a3c4854)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/history](https://github.com/tanstack/history)[@&#8203;1](https://github.com/1).154.14 - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).154.14 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).154.14 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).154.14 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).154.14 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).154.14 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).154.14 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).154.14 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).154.14 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).154.14 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).154.14 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).154.14 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).154.14 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).154.14 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).154.14 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).154.14 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).154.14 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).154.14 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).154.14 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).154.14 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).154.14 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).154.14 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).154.14 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).154.14 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).154.14 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).154.14 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).154.14 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).154.14 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).154.14 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).154.14 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).154.14 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).154.14 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).154.14 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).154.14 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).154.14 ### [`v1.154.13`](https://github.com/TanStack/router/releases/tag/v1.154.13) [Compare Source](https://github.com/TanStack/router/compare/v1.154.12...v1.154.13) Version 1.154.13 - 1/23/26, 11:03 AM ##### Changes ##### Refactor - router-core: search middleware performance ([#&#8203;6462](https://github.com/TanStack/router/issues/6462)) ([`21ab49c`](https://github.com/TanStack/router/commit/21ab49c)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).154.13 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).154.13 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).154.13 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).154.13 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).154.13 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).154.13 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).154.13 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).154.13 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).154.13 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).154.13 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).154.13 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).154.13 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).154.13 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).154.13 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).154.13 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).154.13 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).154.13 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).154.13 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).154.13 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).154.13 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).154.13 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).154.13 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).154.13 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).154.13 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).154.13 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).154.13 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).154.13 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).154.13 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).154.13 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).154.13 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).154.13 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).154.13 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).154.13 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).154.13 ### [`v1.154.12`](https://github.com/TanStack/router/releases/tag/v1.154.12) [Compare Source](https://github.com/TanStack/router/compare/v1.154.10...v1.154.12) Version 1.154.12 - 1/22/26, 10:37 PM ##### Changes ##### Refactor - router-core: skip full matchRoutesInternal for Link"s buildLocation, use simple getMatchedRoutes ([#&#8203;6445](https://github.com/TanStack/router/issues/6445)) ([`655496f`](https://github.com/TanStack/router/commit/655496f)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).154.12 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).154.12 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).154.12 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).154.12 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).154.12 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).154.12 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).154.12 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).154.12 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).154.12 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).154.12 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).154.12 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).154.12 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).154.12 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).154.12 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).154.12 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).154.12 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).154.12 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).154.12 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).154.12 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).154.12 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).154.12 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).154.12 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).154.12 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).154.12 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).154.12 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).154.12 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).154.12 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).154.12 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).154.12 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).154.12 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).154.12 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).154.12 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).154.12 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).154.12 ### [`v1.154.10`](https://github.com/TanStack/router/releases/tag/v1.154.10) [Compare Source](https://github.com/TanStack/router/compare/v1.154.8...v1.154.10) Version 1.154.10 - 1/22/26, 8:24 PM ##### Changes ##### Refactor - react-router: Link component self time improvements by removing "delete" ([#&#8203;6456](https://github.com/TanStack/router/issues/6456)) ([`5d60070`](https://github.com/TanStack/router/commit/5d60070)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).154.10 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).154.10 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).154.10 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).154.10 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).154.10 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).154.10 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).154.10 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).154.10 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).154.10 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).154.10 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).154.10 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).154.10 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).154.10 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).154.10 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).154.10 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).154.10 ### [`v1.154.8`](https://github.com/TanStack/router/releases/tag/v1.154.8) [Compare Source](https://github.com/TanStack/router/compare/v1.154.7...v1.154.8) Version 1.154.8 - 1/22/26, 2:48 PM ##### Changes ##### Refactor - router-core: getEnumerableOwnKeys fast path for "no symbol key" common case, 6-11% faster replaceEqualDeep ([#&#8203;6448](https://github.com/TanStack/router/issues/6448)) ([`850b963`](https://github.com/TanStack/router/commit/850b963)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Test - react-router: fix store-updates flakiness ([#&#8203;6454](https://github.com/TanStack/router/issues/6454)) ([`b65984e`](https://github.com/TanStack/router/commit/b65984e)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).154.8 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).154.8 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).154.8 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).154.8 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).154.8 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).154.8 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).154.8 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).154.8 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).154.8 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).154.8 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).154.8 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).154.8 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).154.8 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).154.8 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).154.8 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).154.8 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).154.8 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).154.8 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).154.8 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).154.8 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).154.8 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).154.8 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).154.8 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).154.8 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).154.8 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).154.8 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).154.8 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).154.8 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).154.8 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).154.8 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).154.8 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).154.8 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).154.8 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).154.8 ### [`v1.154.7`](https://github.com/TanStack/router/releases/tag/v1.154.7) [Compare Source](https://github.com/TanStack/router/compare/v1.154.6...v1.154.7) Version 1.154.7 - 1/22/26, 2:40 AM (Manual Release) ##### Changes ##### Other - ([`19a92c5`](https://github.com/TanStack/router/commit/19a92c5)) by Birk Skyum ##### Packages - [@&#8203;tanstack/history](https://github.com/tanstack/history)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/virtual-file-routes](https://github.com/tanstack/virtual-file-routes)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/eslint-plugin-router](https://github.com/tanstack/eslint-plugin-router)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/start-fn-stubs](https://github.com/tanstack/start-fn-stubs)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/router-utils](https://github.com/tanstack/router-utils)[@&#8203;1](https://github.com/1).154.7 - [@&#8203;tanstack/nitro-v2-vite-plugin](https://github.com/tanstack/nitro-v2-vite-plugin)[@&#8203;1](https://github.com/1).154.7 ### [`v1.154.6`](https://github.com/TanStack/router/releases/tag/v1.154.6) [Compare Source](https://github.com/TanStack/router/compare/v1.154.5...v1.154.6) Version 1.154.6 - 1/21/26, 10:57 PM ##### Changes ##### Fix - react-start: Apply Link active properties correctly on SSR when including hash ([#&#8203;6421](https://github.com/TanStack/router/issues/6421)) ([`60a30fc`](https://github.com/TanStack/router/commit/60a30fc)) by Nico Lynzaad ##### Packages - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).154.6 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).154.6 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).154.6 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).154.6 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).154.6 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).154.6 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).154.6 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).154.6 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).154.6 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).154.6 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).154.6 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).154.6 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).154.6 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).154.6 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).154.6 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).154.6 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).154.6 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).154.6 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).154.6 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).154.6 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).154.6 ### [`v1.154.5`](https://github.com/TanStack/router/releases/tag/v1.154.5) [Compare Source](https://github.com/TanStack/router/compare/v1.154.4...v1.154.5) Version 1.154.5 - 1/21/26, 7:38 PM ##### Changes ##### Fix - router-core: skip URL parsing for safe "to" props ([#&#8203;6442](https://github.com/TanStack/router/issues/6442)) ([`068f0d1`](https://github.com/TanStack/router/commit/068f0d1)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).154.5 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).154.5 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).154.5 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).154.5 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).154.5 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).154.5 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).154.5 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).154.5 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).154.5 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).154.5 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).154.5 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).154.5 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).154.5 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).154.5 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).154.5 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).154.5 ### [`v1.154.4`](https://github.com/TanStack/router/releases/tag/v1.154.4) [Compare Source](https://github.com/TanStack/router/compare/v1.154.3...v1.154.4) Version 1.154.4 - 1/21/26, 7:13 PM ##### Changes ##### Fix - handle literal paths upon navigation ([#&#8203;6440](https://github.com/TanStack/router/issues/6440)) ([`97a1cc7`](https://github.com/TanStack/router/commit/97a1cc7)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).154.4 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).154.4 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).154.4 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).154.4 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).154.4 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).154.4 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).154.4 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).154.4 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).154.4 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).154.4 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).154.4 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).154.4 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).154.4 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).154.4 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).154.4 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).154.4 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).154.4 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).154.4 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).154.4 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).154.4 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).154.4 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).154.4 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).154.4 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).154.4 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).154.4 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).154.4 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).154.4 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).154.4 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).154.4 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).154.4 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).154.4 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).154.4 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).154.4 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).154.4 ### [`v1.154.3`](https://github.com/TanStack/router/releases/tag/v1.154.3) [Compare Source](https://github.com/TanStack/router/compare/v1.154.2...v1.154.3) Version 1.154.3 - 1/21/26, 6:53 PM ##### Changes ##### Fix - router-core: pathless nodes do not consume path segments during param extraction ([#&#8203;6437](https://github.com/TanStack/router/issues/6437)) ([`0b2fcef`](https://github.com/TanStack/router/commit/0b2fcef)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).154.3 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).154.3 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).154.3 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).154.3 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).154.3 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).154.3 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).154.3 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).154.3 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).154.3 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).154.3 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).154.3 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).154.3 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).154.3 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).154.3 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).154.3 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).154.3 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).154.3 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).154.3 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).154.3 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).154.3 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).154.3 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).154.3 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).154.3 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).154.3 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).154.3 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).154.3 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).154.3 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).154.3 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).154.3 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).154.3 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).154.3 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).154.3 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).154.3 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).154.3 ### [`v1.154.2`](https://github.com/TanStack/router/releases/tag/v1.154.2) [Compare Source](https://github.com/TanStack/router/compare/v1.154.1...v1.154.2) Version 1.154.2 - 1/21/26, 5:09 PM ##### Changes ##### Fix - router-core: skipOnParamError on index route should still allow mathing other node types beyond it on error ([#&#8203;6436](https://github.com/TanStack/router/issues/6436)) ([`8dd35b1`](https://github.com/TanStack/router/commit/8dd35b1)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).154.2 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).154.2 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).154.2 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).154.2 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).154.2 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).154.2 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).154.2 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).154.2 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).154.2 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).154.2 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).154.2 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).154.2 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).154.2 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).154.2 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).154.2 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).154.2 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).154.2 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).154.2 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).154.2 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).154.2 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).154.2 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).154.2 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).154.2 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).154.2 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).154.2 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).154.2 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).154.2 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).154.2 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).154.2 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).154.2 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).154.2 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).154.2 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).154.2 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).154.2 ### [`v1.154.1`](https://github.com/TanStack/router/releases/tag/v1.154.1) [Compare Source](https://github.com/TanStack/router/compare/v1.153.2...v1.154.1) Version 1.154.1 - 1/21/26, 11:28 AM ##### Changes ##### Fix - router-core: correct splat param extraction after a skipped optional param ([#&#8203;6434](https://github.com/TanStack/router/issues/6434)) ([`9c934b7`](https://github.com/TanStack/router/commit/9c934b7)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Docs - url rewrites ([`621a79c`](https://github.com/TanStack/router/commit/621a79c)) by Tanner Linsley - remove outdated ([`aced5f6`](https://github.com/TanStack/router/commit/aced5f6)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).154.1 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).154.1 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).154.1 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).154.1 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).154.1 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).154.1 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).154.1 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).154.1 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).154.1 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).154.1 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).154.1 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).154.1 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).154.1 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).154.1 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).154.1 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).154.1 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).154.1 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).154.1 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).154.1 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).154.1 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).154.1 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).154.1 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).154.1 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).154.1 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).154.1 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).154.1 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).154.1 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).154.1 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).154.1 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).154.1 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).154.1 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).154.1 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).154.1 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).154.1 ### [`v1.153.2`](https://github.com/TanStack/router/releases/tag/v1.153.2) [Compare Source](https://github.com/TanStack/router/compare/v1.153.1...v1.153.2) Version 1.153.2 - 1/19/26, 10:12 PM ##### Changes ##### Refactor - don"t reparse upon navigation ([#&#8203;6398](https://github.com/TanStack/router/issues/6398)) ([`6cbd96e`](https://github.com/TanStack/router/commit/6cbd96e)) by Manuel Schiller ##### Docs - Update useLoaderData signature in fetching-external-api tutorial ([#&#8203;6419](https://github.com/TanStack/router/issues/6419)) ([`46ff9fa`](https://github.com/TanStack/router/commit/46ff9fa)) by [@&#8203;kraenhansen](https://github.com/kraenhansen) ##### Packages - [@&#8203;tanstack/history](https://github.com/tanstack/history)[@&#8203;1](https://github.com/1).153.2 - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).153.2 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).153.2 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).153.2 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).153.2 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).153.2 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).153.2 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).153.2 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).153.2 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).153.2 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).153.2 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).153.2 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).153.2 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).153.2 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).153.2 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).153.2 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).153.2 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).153.2 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).153.2 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).153.2 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).153.2 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).153.2 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).153.2 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).153.2 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).153.2 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).153.2 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).153.2 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).153.2 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).153.2 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).153.2 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).153.2 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).153.2 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).153.2 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).153.2 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).153.2 ### [`v1.153.1`](https://github.com/TanStack/router/releases/tag/v1.153.1) [Compare Source](https://github.com/TanStack/router/compare/v1.151.6...v1.153.1) Version 1.153.1 - 1/19/26, 2:41 PM ##### Changes ##### Fix - encoded url hash fragment matching ([#&#8203;6416](https://github.com/TanStack/router/issues/6416)) ([`3da0227`](https://github.com/TanStack/router/commit/3da0227)) by Nico Lynzaad ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).153.1 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).153.1 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).153.1 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).153.1 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).153.1 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).153.1 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).153.1 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).153.1 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).153.1 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).153.1 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).153.1 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).153.1 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).153.1 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).153.1 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).153.1 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).153.1 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).153.1 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).153.1 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).153.1 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).153.1 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).153.1 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).153.1 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).153.1 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).153.1 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).153.1 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).153.1 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).153.1 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).153.1 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).153.1 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).153.1 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).153.1 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).153.1 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).153.1 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).153.1 ### [`v1.151.6`](https://github.com/TanStack/router/releases/tag/v1.151.6) [Compare Source](https://github.com/TanStack/router/compare/v1.151.3...v1.151.6) Version 1.151.6 - 1/18/26, 6:11 PM ##### Changes ##### Fix - start: normalize path encoding ([#&#8203;6389](https://github.com/TanStack/router/issues/6389)) ([`9196ae4`](https://github.com/TanStack/router/commit/9196ae4)) by Nico Lynzaad ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).151.6 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).151.6 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).151.6 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).151.6 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).151.6 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).151.6 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).151.6 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).151.6 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).151.6 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).151.6 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).151.6 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).151.6 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).151.6 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).151.6 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).151.6 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).151.6 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).151.6 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).151.6 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).151.6 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).151.6 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).151.6 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).151.6 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).151.6 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).151.6 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).151.6 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).151.6 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).151.6 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).151.6 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).151.6 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).151.6 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).151.6 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).151.6 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).151.6 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).151.6 ### [`v1.151.3`](https://github.com/TanStack/router/releases/tag/v1.151.3) [Compare Source](https://github.com/TanStack/router/compare/v1.151.2...v1.151.3) Version 1.151.3 - 1/18/26, 8:25 AM ##### Changes ##### Fix - start-client-core: allow middleware to catch server function handler errors ([#&#8203;6392](https://github.com/TanStack/router/issues/6392)) ([`02839b3`](https://github.com/TanStack/router/commit/02839b3)) by Jose Cantu ##### Chore - bump deps ([#&#8203;6408](https://github.com/TanStack/router/issues/6408)) ([`2d9193c`](https://github.com/TanStack/router/commit/2d9193c)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).151.3 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).151.3 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).151.3 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).151.3 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).151.3 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).151.3 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).151.3 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).151.3 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).151.3 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).151.3 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).151.3 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).151.3 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).151.3 - [@&#8203;tanstack/start-fn-stubs](https://github.com/tanstack/start-fn-stubs)[@&#8203;1](https://github.com/1).151.3 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).151.3 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).151.3 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).151.3 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).151.3 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).151.3 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).151.3 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).151.3 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).151.3 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).151.3 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).151.3 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).151.3 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).151.3 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).151.3 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).151.3 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).151.3 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).151.3 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).151.3 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).151.3 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).151.3 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).151.3 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).151.3 ### [`v1.151.2`](https://github.com/TanStack/router/releases/tag/v1.151.2) [Compare Source](https://github.com/TanStack/router/compare/v1.151.1...v1.151.2) Version 1.151.2 - 1/18/26, 12:22 AM ##### Changes ##### Fix - Commit context together with status to avoid race condition ([#&#8203;6407](https://github.com/TanStack/router/issues/6407)) ([`abb8216`](https://github.com/TanStack/router/commit/abb8216)) by Manuel Schiller - make nonce accessible in headers ([#&#8203;6359](https://github.com/TanStack/router/issues/6359)) ([`114f53b`](https://github.com/TanStack/router/commit/114f53b)) by Manuel Schiller ##### Other - ([`9c80d96`](https://github.com/TanStack/router/commit/9c80d96)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).151.2 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).151.2 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).151.2 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).151.2 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).151.2 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).151.2 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).151.2 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).151.2 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).151.2 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).151.2 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).151.2 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).151.2 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).151.2 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).151.2 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).151.2 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).151.2 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).151.2 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).151.2 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).151.2 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).151.2 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).151.2 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).151.2 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).151.2 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).151.2 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).151.2 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).151.2 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).151.2 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).151.2 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).151.2 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).151.2 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).151.2 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).151.2 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).151.2 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).151.2 ### [`v1.151.1`](https://github.com/TanStack/router/releases/tag/v1.151.1) [Compare Source](https://github.com/TanStack/router/compare/v1.151.0...v1.151.1) Version 1.151.1 - 1/17/26, 7:47 PM ##### Changes ##### Fix - useBlocker does not work with memoryHistory ([#&#8203;6406](https://github.com/TanStack/router/issues/6406)) ([`76074cf`](https://github.com/TanStack/router/commit/76074cf)) by [@&#8203;brenelz](https://github.com/brenelz) ##### Packages - [@&#8203;tanstack/history](https://github.com/tanstack/history)[@&#8203;1](https://github.com/1).151.1 - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).151.1 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).151.1 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).151.1 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).151.1 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).151.1 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).151.1 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).151.1 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).151.1 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).151.1 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).151.1 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).151.1 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).151.1 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).151.1 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).151.1 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).151.1 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).151.1 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).151.1 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).151.1 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).151.1 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).151.1 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).151.1 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).151.1 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).151.1 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).151.1 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).151.1 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).151.1 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).151.1 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).151.1 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).151.1 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).151.1 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).151.1 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).151.1 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).151.1 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).151.1 ### [`v1.151.0`](https://github.com/TanStack/router/releases/tag/v1.151.0) [Compare Source](https://github.com/TanStack/router/compare/v1.150.0...v1.151.0) Version 1.151.0 - 1/17/26, 4:24 PM ##### Changes ##### Feat - start-core: add method and `serverFnMeta` property to ServerFnCtx ([#&#8203;6394](https://github.com/TanStack/router/issues/6394)) ([`0a5aeb6`](https://github.com/TanStack/router/commit/0a5aeb6)) by [@&#8203;hokkyss](https://github.com/hokkyss) ##### Fix - fullpath handling ([#&#8203;6404](https://github.com/TanStack/router/issues/6404)) ([`b42f84a`](https://github.com/TanStack/router/commit/b42f84a)) by Manuel Schiller - router-core: prevent search params mutation in middlewares ([#&#8203;6397](https://github.com/TanStack/router/issues/6397)) ([`1f59315`](https://github.com/TanStack/router/commit/1f59315)) by [@&#8203;HarrySeop](https://github.com/HarrySeop) ##### Ci - apply automated fixes ([`c22e387`](https://github.com/TanStack/router/commit/c22e387)) by autofix-ci\[bot] ##### Docs - fix typo in markdown rendering ([#&#8203;6405](https://github.com/TanStack/router/issues/6405)) ([`786a58b`](https://github.com/TanStack/router/commit/786a58b)) by Aldo D"Aquino - fix CLI command syntax in Solid Start getting started guide ([#&#8203;6386](https://github.com/TanStack/router/issues/6386)) ([`7367ed8`](https://github.com/TanStack/router/commit/7367ed8)) by Nestor Cortina ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).151.0 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).151.0 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).151.0 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).151.0 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).151.0 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).151.0 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).151.0 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).151.0 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).151.0 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).151.0 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).151.0 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).151.0 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).151.0 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).151.0 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).151.0 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).151.0 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).151.0 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).151.0 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).151.0 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).151.0 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).151.0 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).151.0 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).151.0 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).151.0 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).151.0 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).151.0 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).151.0 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).151.0 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).151.0 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).151.0 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).151.0 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).151.0 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).151.0 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).151.0 ### [`v1.150.0`](https://github.com/TanStack/router/releases/tag/v1.150.0) [Compare Source](https://github.com/TanStack/router/compare/v1.149.3...v1.150.0) Version 1.150.0 - 1/14/26, 9:09 PM ##### Changes ##### Feat - add Route.redirect and getRouteApi.redirect ([#&#8203;6373](https://github.com/TanStack/router/issues/6373)) ([`5299f0b`](https://github.com/TanStack/router/commit/5299f0b)) by Manuel Schiller ##### Other - ([`d10e3e8`](https://github.com/TanStack/router/commit/d10e3e8)) by Tanner Linsley ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).150.0 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).150.0 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).150.0 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).150.0 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).150.0 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).150.0 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).150.0 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).150.0 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).150.0 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).150.0 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).150.0 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).150.0 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).150.0 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).150.0 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).150.0 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).150.0 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).150.0 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).150.0 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).150.0 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).150.0 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).150.0 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).150.0 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).150.0 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).150.0 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).150.0 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).150.0 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).150.0 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).150.0 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).150.0 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).150.0 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).150.0 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).150.0 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).150.0 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).150.0 ### [`v1.149.3`](https://github.com/TanStack/router/releases/tag/v1.149.3) [Compare Source](https://github.com/TanStack/router/compare/v1.147.3...v1.149.3) Version 1.149.3 - 1/13/26, 5:06 PM ##### Changes ##### Fix - router-core: replaceEqualDeep max depth ([#&#8203;6378](https://github.com/TanStack/router/issues/6378)) ([`d471ec4`](https://github.com/TanStack/router/commit/d471ec4)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).149.3 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).149.3 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).149.3 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).149.3 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).149.3 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).149.3 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).149.3 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).149.3 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).149.3 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).149.3 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).149.3 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).149.3 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).149.3 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).149.3 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).149.3 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).149.3 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).149.3 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).149.3 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).149.3 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).149.3 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).149.3 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).149.3 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).149.3 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).149.3 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).149.3 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).149.3 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).149.3 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).149.3 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).149.3 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).149.3 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).149.3 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).149.3 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).149.3 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).149.3 ### [`v1.147.3`](https://github.com/TanStack/router/releases/tag/v1.147.3) [Compare Source](https://github.com/TanStack/router/compare/v1.147.2...v1.147.3) Version 1.147.3 - 1/11/26, 2:29 AM ##### Changes ##### Fix - cleanly separate dev styles from prod runtime ([#&#8203;6356](https://github.com/TanStack/router/issues/6356)) ([`99bb8d2`](https://github.com/TanStack/router/commit/99bb8d2)) by Manuel Schiller ##### Docs - nitro-nightly ([`b1976d8`](https://github.com/TanStack/router/commit/b1976d8)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).147.3 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).147.3 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).147.3 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).147.3 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).147.3 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).147.3 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).147.3 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).147.3 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).147.3 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).147.3 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).147.3 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).147.3 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).147.3 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).147.3 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).147.3 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).147.3 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).147.3 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).147.3 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).147.3 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).147.3 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).147.3 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).147.3 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).147.3 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).147.3 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).147.3 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).147.3 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).147.3 ### [`v1.147.2`](https://github.com/TanStack/router/releases/tag/v1.147.2) [Compare Source](https://github.com/TanStack/router/compare/v1.147.1...v1.147.2) Version 1.147.2 - 1/10/26, 11:39 PM ##### Changes ##### Fix - implement safe dynamic lookup for React.use to avoid compilation… ([#&#8203;6355](https://github.com/TanStack/router/issues/6355)) ([`2e2c868`](https://github.com/TanStack/router/commit/2e2c868)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).147.2 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).147.2 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).147.2 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).147.2 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).147.2 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).147.2 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).147.2 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).147.2 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).147.2 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).147.2 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).147.2 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).147.2 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).147.2 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).147.2 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).147.2 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).147.2 ### [`v1.147.1`](https://github.com/TanStack/router/releases/tag/v1.147.1) [Compare Source](https://github.com/TanStack/router/compare/v1.147.0...v1.147.1) Version 1.147.1 - 1/10/26, 1:53 PM ##### Changes ##### Fix - dev style with non runnable dev environments and basepath support ([#&#8203;6348](https://github.com/TanStack/router/issues/6348)) ([`538285c`](https://github.com/TanStack/router/commit/538285c)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).147.1 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).147.1 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).147.1 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).147.1 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).147.1 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).147.1 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).147.1 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).147.1 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).147.1 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).147.1 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).147.1 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).147.1 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).147.1 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).147.1 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).147.1 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).147.1 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).147.1 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).147.1 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).147.1 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).147.1 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).147.1 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).147.1 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).147.1 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).147.1 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).147.1 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).147.1 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).147.1 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).147.1 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).147.1 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).147.1 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).147.1 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).147.1 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).147.1 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).147.1 ### [`v1.147.0`](https://github.com/TanStack/router/releases/tag/v1.147.0) [Compare Source](https://github.com/TanStack/router/compare/v1.146.2...v1.147.0) Version 1.147.0 - 1/10/26, 3:33 AM ##### Changes ##### Feat - collect styles in dev ([#&#8203;6343](https://github.com/TanStack/router/issues/6343)) ([`5e0ab7a`](https://github.com/TanStack/router/commit/5e0ab7a)) by Manuel Schiller ##### Chore - force vite dependency optimization by using a warmup request in CSS dev tests ([`4eada7a`](https://github.com/TanStack/router/commit/4eada7a)) by Manuel Schiller - examples: Bump Clerk TanStack version and add temporary fix ([#&#8203;6341](https://github.com/TanStack/router/issues/6341)) ([`6d904d6`](https://github.com/TanStack/router/commit/6d904d6)) by Robert Soriano ##### Other - ([`13f7302`](https://github.com/TanStack/router/commit/13f7302)) by Manuel Schiller - ([`995168e`](https://github.com/TanStack/router/commit/995168e)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).147.0 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).147.0 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).147.0 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).147.0 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).147.0 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).147.0 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).147.0 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).147.0 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).147.0 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).147.0 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).147.0 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).147.0 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).147.0 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).147.0 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).147.0 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).147.0 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).147.0 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).147.0 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).147.0 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).147.0 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).147.0 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).147.0 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).147.0 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).147.0 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).147.0 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).147.0 ### [`v1.146.2`](https://github.com/TanStack/router/releases/tag/v1.146.2) [Compare Source](https://github.com/TanStack/router/compare/v1.146.1...v1.146.2) Version 1.146.2 - 1/8/26, 11:49 PM ##### Changes ##### Fix - hardening ([#&#8203;6337](https://github.com/TanStack/router/issues/6337)) ([`e5fd28b`](https://github.com/TanStack/router/commit/e5fd28b)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).146.2 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).146.2 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).146.2 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).146.2 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).146.2 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).146.2 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).146.2 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).146.2 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).146.2 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).146.2 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).146.2 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).146.2 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).146.2 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).146.2 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).146.2 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).146.2 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).146.2 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).146.2 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).146.2 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).146.2 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).146.2 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).146.2 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).146.2 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).146.2 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).146.2 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).146.2 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).146.2 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).146.2 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).146.2 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).146.2 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).146.2 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).146.2 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).146.2 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).146.2 ### [`v1.146.1`](https://github.com/TanStack/router/releases/tag/v1.146.1) [Compare Source](https://github.com/TanStack/router/compare/v1.146.0...v1.146.1) Version 1.146.1 - 1/8/26, 10:52 PM ##### Changes ##### Fix - navigate() with href containing basepath ([#&#8203;6335](https://github.com/TanStack/router/issues/6335)) ([`a1324bb`](https://github.com/TanStack/router/commit/a1324bb)) by Jakob Norlin ##### Examples - make basic runnable with nitro ([#&#8203;6336](https://github.com/TanStack/router/issues/6336)) ([`e93a4c3`](https://github.com/TanStack/router/commit/e93a4c3)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).146.1 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).146.1 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).146.1 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).146.1 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).146.1 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).146.1 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).146.1 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).146.1 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).146.1 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).146.1 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).146.1 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).146.1 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).146.1 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).146.1 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).146.1 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).146.1 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).146.1 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).146.1 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).146.1 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).146.1 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).146.1 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).146.1 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).146.1 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).146.1 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).146.1 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).146.1 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).146.1 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).146.1 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).146.1 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).146.1 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).146.1 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).146.1 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).146.1 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).146.1 ### [`v1.146.0`](https://github.com/TanStack/router/releases/tag/v1.146.0) [Compare Source](https://github.com/TanStack/router/compare/v1.145.11...v1.146.0) Version 1.146.0 - 1/8/26, 11:44 AM ##### Changes ##### Feat - router-core: validate params while matching ([#&#8203;5936](https://github.com/TanStack/router/issues/5936)) ([`8578a52`](https://github.com/TanStack/router/commit/8578a52)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).146.0 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).146.0 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).146.0 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).146.0 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).146.0 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).146.0 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).146.0 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).146.0 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).146.0 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).146.0 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).146.0 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).146.0 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).146.0 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).146.0 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).146.0 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).146.0 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).146.0 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).146.0 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).146.0 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).146.0 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).146.0 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).146.0 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).146.0 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).146.0 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).146.0 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).146.0 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).146.0 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).146.0 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).146.0 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).146.0 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).146.0 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).146.0 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).146.0 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).146.0 ### [`v1.145.11`](https://github.com/TanStack/router/releases/tag/v1.145.11) [Compare Source](https://github.com/TanStack/router/compare/v1.145.7...v1.145.11) Version 1.145.11 - 1/7/26, 10:07 PM ##### Changes ##### Fix - router-core: handle AbortError in router execution flow ([#&#8203;4570](https://github.com/TanStack/router/issues/4570)) ([`942f0ff`](https://github.com/TanStack/router/commit/942f0ff)) by Lee ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).145.11 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).145.11 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).145.11 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).145.11 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).145.11 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).145.11 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).145.11 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).145.11 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).145.11 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).145.11 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).145.11 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).145.11 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).145.11 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).145.11 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).145.11 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).145.11 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).145.11 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).145.11 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).145.11 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).145.11 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).145.11 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).145.11 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).145.11 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).145.11 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).145.11 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).145.11 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).145.11 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).145.11 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).145.11 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).145.11 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).145.11 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).145.11 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).145.11 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).145.11 ### [`v1.145.7`](https://github.com/TanStack/router/releases/tag/v1.145.7) [Compare Source](https://github.com/TanStack/router/compare/v1.145.6...v1.145.7) Version 1.145.7 - 1/5/26, 7:08 PM ##### Changes ##### Fix - open redirect ([#&#8203;6309](https://github.com/TanStack/router/issues/6309)) ([`04e6d7b`](https://github.com/TanStack/router/commit/04e6d7b)) by Manuel Schiller ##### Tests - react-start-basic: wait for results to be available before validating raw stream results ([#&#8203;6307](https://github.com/TanStack/router/issues/6307)) ([`fb88aad`](https://github.com/TanStack/router/commit/fb88aad)) by Nico Lynzaad ##### Packages - [@&#8203;tanstack/history](https://github.com/tanstack/history)[@&#8203;1](https://github.com/1).145.7 - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).145.7 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).145.7 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).145.7 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).145.7 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).145.7 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).145.7 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).145.7 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).145.7 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).145.7 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).145.7 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).145.7 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).145.7 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).145.7 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).145.7 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).145.7 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).145.7 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).145.7 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).145.7 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).145.7 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).145.7 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).145.7 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).145.7 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).145.7 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).145.7 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).145.7 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).145.7 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).145.7 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).145.7 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).145.7 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).145.7 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).145.7 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).145.7 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).145.7 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).145.7 ### [`v1.145.6`](https://github.com/TanStack/router/releases/tag/v1.145.6) [Compare Source](https://github.com/TanStack/router/compare/v1.144.0...v1.145.6) Version 1.145.6 - 1/5/26, 4:46 PM ##### Changes ##### Fix - scroll-restoration: handle sessionStorage quota exceeded error in scroll restoration ([#&#8203;6287](https://github.com/TanStack/router/issues/6287)) ([`7ee7069`](https://github.com/TanStack/router/commit/7ee7069)) by Lee Jong Kyung ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).145.6 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).145.6 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).145.6 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).145.6 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).145.6 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).145.6 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).145.6 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).145.6 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).145.6 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).145.6 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).145.6 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).145.6 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).145.6 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).145.6 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).145.6 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).145.6 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).145.6 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).145.6 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).145.6 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).145.6 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).145.6 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).145.6 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).145.6 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).145.6 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).145.6 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).145.6 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).145.6 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).145.6 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).145.6 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).145.6 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).145.6 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).145.6 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).145.6 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).145.6 ### [`v1.144.0`](https://github.com/TanStack/router/releases/tag/v1.144.0) [Compare Source](https://github.com/TanStack/router/compare/v1.143.11...v1.144.0) Version 1.144.0 - 12/27/25, 2:58 PM ##### Changes ##### Feat - RawStream ([#&#8203;6231](https://github.com/TanStack/router/issues/6231)) ([`680671c`](https://github.com/TanStack/router/commit/680671c)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).144.0 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).144.0 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).144.0 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).144.0 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).144.0 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).144.0 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).144.0 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).144.0 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).144.0 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).144.0 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).144.0 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).144.0 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).144.0 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).144.0 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).144.0 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).144.0 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).144.0 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).144.0 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).144.0 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).144.0 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).144.0 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).144.0 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).144.0 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).144.0 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).144.0 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).144.0 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).144.0 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).144.0 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).144.0 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).144.0 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).144.0 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).144.0 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).144.0 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).144.0 ### [`v1.143.11`](https://github.com/TanStack/router/releases/tag/v1.143.11) [Compare Source](https://github.com/TanStack/router/compare/v1.143.6...v1.143.11) Version 1.143.11 - 12/26/25, 1:34 AM ##### Changes ##### Fix - use React.use if available ([#&#8203;6229](https://github.com/TanStack/router/issues/6229)) ([`aa208f1`](https://github.com/TanStack/router/commit/aa208f1)) by Manuel Schiller ##### Chore - bump babel-dead-code-elimination ([#&#8203;6228](https://github.com/TanStack/router/issues/6228)) ([`7d598a1`](https://github.com/TanStack/router/commit/7d598a1)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).143.11 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).143.11 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).143.11 - [@&#8203;tanstack/router-utils](https://github.com/tanstack/router-utils)[@&#8203;1](https://github.com/1).143.11 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).143.11 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).143.11 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).143.11 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).143.11 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).143.11 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).143.11 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).143.11 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).143.11 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).143.11 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).143.11 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).143.11 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).143.11 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).143.11 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).143.11 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).143.11 ### [`v1.143.6`](https://github.com/TanStack/router/releases/tag/v1.143.6) [Compare Source](https://github.com/TanStack/router/compare/v1.143.4...v1.143.6) Version 1.143.6 - 12/24/25, 11:22 PM ##### Changes ##### Fix - revert rewrite fix ([#&#8203;6211](https://github.com/TanStack/router/issues/6211)) ([`af9ef26`](https://github.com/TanStack/router/commit/af9ef26)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).143.6 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).143.6 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).143.6 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).143.6 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).143.6 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).143.6 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).143.6 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).143.6 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).143.6 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).143.6 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).143.6 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).143.6 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).143.6 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).143.6 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).143.6 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).143.6 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).143.6 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).143.6 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).143.6 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).143.6 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).143.6 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).143.6 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).143.6 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).143.6 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).143.6 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).143.6 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).143.6 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).143.6 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).143.6 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).143.6 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).143.6 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).143.6 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).143.6 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).143.6 ### [`v1.143.4`](https://github.com/TanStack/router/releases/tag/v1.143.4) [Compare Source](https://github.com/TanStack/router/compare/v1.143.3...v1.143.4) Version 1.143.4 - 12/23/25, 11:42 PM ##### Changes ##### Fix - router-core: make navigate publicHref Aware ([#&#8203;6205](https://github.com/TanStack/router/issues/6205)) ([`6ea81b4`](https://github.com/TanStack/router/commit/6ea81b4)) by Nico Lynzaad ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).143.4 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).143.4 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).143.4 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).143.4 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).143.4 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).143.4 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).143.4 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).143.4 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).143.4 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).143.4 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).143.4 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).143.4 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).143.4 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).143.4 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).143.4 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).143.4 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).143.4 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).143.4 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).143.4 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).143.4 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).143.4 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).143.4 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).143.4 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).143.4 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).143.4 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).143.4 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).143.4 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).143.4 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).143.4 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).143.4 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).143.4 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).143.4 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).143.4 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).143.4 ### [`v1.143.3`](https://github.com/TanStack/router/releases/tag/v1.143.3) [Compare Source](https://github.com/TanStack/router/compare/v1.143.2...v1.143.3) Version 1.143.3 - 12/23/25, 11:38 AM ##### Changes ##### Fix - rewrite causes infinite redirects ([#&#8203;6201](https://github.com/TanStack/router/issues/6201)) ([`17c07d9`](https://github.com/TanStack/router/commit/17c07d9)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).143.3 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).143.3 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).143.3 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).143.3 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).143.3 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).143.3 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).143.3 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).143.3 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).143.3 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).143.3 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).143.3 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).143.3 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).143.3 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).143.3 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).143.3 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).143.3 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).143.3 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).143.3 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).143.3 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).143.3 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).143.3 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).143.3 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).143.3 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).143.3 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).143.3 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).143.3 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).143.3 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).143.3 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).143.3 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).143.3 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).143.3 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).143.3 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).143.3 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).143.3 ### [`v1.143.2`](https://github.com/TanStack/router/releases/tag/v1.143.2) [Compare Source](https://github.com/TanStack/router/compare/v1.142.13...v1.143.2) Version 1.143.2 - 12/23/25, 9:11 AM ##### Changes ##### Fix - react-router: HMR not updating inline arrow function components ([#&#8203;6197](https://github.com/TanStack/router/issues/6197)) ([`b1c7350`](https://github.com/TanStack/router/commit/b1c7350)) by Matt ##### Packages - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).143.2 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).143.2 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).143.2 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).143.2 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).143.2 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).143.2 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).143.2 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).143.2 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).143.2 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).143.2 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).143.2 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).143.2 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).143.2 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).143.2 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).143.2 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).143.2 ### [`v1.142.13`](https://github.com/TanStack/router/releases/tag/v1.142.13) [Compare Source](https://github.com/TanStack/router/compare/v1.142.11...v1.142.13) Version 1.142.13 - 12/23/25, 2:24 AM ##### Changes ##### Fix - serial head execution ([#&#8203;6093](https://github.com/TanStack/router/issues/6093)) ([`3c994c4`](https://github.com/TanStack/router/commit/3c994c4)) by Manuel Schiller ##### Performance - compiler ([#&#8203;6190](https://github.com/TanStack/router/issues/6190)) ([`7f14405`](https://github.com/TanStack/router/commit/7f14405)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).142.13 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).142.13 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).142.13 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).142.13 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).142.13 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).142.13 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).142.13 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).142.13 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).142.13 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).142.13 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).142.13 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).142.13 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).142.13 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).142.13 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).142.13 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).142.13 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).142.13 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).142.13 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).142.13 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).142.13 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).142.13 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).142.13 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).142.13 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).142.13 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).142.13 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).142.13 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).142.13 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).142.13 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).142.13 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).142.13 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).142.13 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).142.13 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).142.13 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).142.13 ### [`v1.142.11`](https://github.com/TanStack/router/releases/tag/v1.142.11) [Compare Source](https://github.com/TanStack/router/compare/v1.142.8...v1.142.11) Version 1.142.11 - 12/22/25, 6:55 PM ##### Changes ##### Refactor - router-core: deprecate `json` function in favor of standard `Response.json` function ([#&#8203;6181](https://github.com/TanStack/router/issues/6181)) ([`948c4fb`](https://github.com/TanStack/router/commit/948c4fb)) by Ulrich Stark ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).142.11 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).142.11 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).142.11 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).142.11 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).142.11 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).142.11 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).142.11 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).142.11 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).142.11 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).142.11 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).142.11 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).142.11 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).142.11 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).142.11 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).142.11 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).142.11 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).142.11 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).142.11 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).142.11 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).142.11 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).142.11 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).142.11 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).142.11 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).142.11 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).142.11 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).142.11 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).142.11 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).142.11 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).142.11 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).142.11 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).142.11 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).142.11 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).142.11 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).142.11 ### [`v1.142.8`](https://github.com/TanStack/router/releases/tag/v1.142.8) [Compare Source](https://github.com/TanStack/router/compare/v1.142.7...v1.142.8) Version 1.142.8 - 12/21/25, 11:28 PM ##### Changes ##### Fix - streaming ([#&#8203;6175](https://github.com/TanStack/router/issues/6175)) ([`c05572e`](https://github.com/TanStack/router/commit/c05572e)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).142.8 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).142.8 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).142.8 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).142.8 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).142.8 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).142.8 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).142.8 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).142.8 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).142.8 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).142.8 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).142.8 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).142.8 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).142.8 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).142.8 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).142.8 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).142.8 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).142.8 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).142.8 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).142.8 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).142.8 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).142.8 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).142.8 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).142.8 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).142.8 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).142.8 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).142.8 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).142.8 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).142.8 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).142.8 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).142.8 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).142.8 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).142.8 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).142.8 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).142.8 ### [`v1.142.7`](https://github.com/TanStack/router/releases/tag/v1.142.7) [Compare Source](https://github.com/TanStack/router/compare/v1.142.6...v1.142.7) Version 1.142.7 - 12/21/25, 4:02 PM ##### Changes ##### Refactor - router-core: index nodes can skip the stack loop, they cannot have children ([#&#8203;6173](https://github.com/TanStack/router/issues/6173)) ([`7a3def0`](https://github.com/TanStack/router/commit/7a3def0)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).142.7 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).142.7 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).142.7 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).142.7 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).142.7 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).142.7 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).142.7 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).142.7 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).142.7 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).142.7 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).142.7 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).142.7 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).142.7 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).142.7 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).142.7 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).142.7 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).142.7 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).142.7 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).142.7 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).142.7 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).142.7 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).142.7 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).142.7 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).142.7 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).142.7 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).142.7 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).142.7 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).142.7 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).142.7 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).142.7 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).142.7 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).142.7 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).142.7 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).142.7 ### [`v1.142.6`](https://github.com/TanStack/router/releases/tag/v1.142.6) [Compare Source](https://github.com/TanStack/router/compare/v1.141.8...v1.142.6) Version 1.142.6 - 12/21/25, 3:33 PM ##### Changes ##### Refactor - router-core: index routes have index nodes in the segment tree ([#&#8203;6171](https://github.com/TanStack/router/issues/6171)) ([`7b4dcee`](https://github.com/TanStack/router/commit/7b4dcee)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Docs - move to tailwind 4 w/ vite ([#&#8203;6168](https://github.com/TanStack/router/issues/6168)) ([`6839bfb`](https://github.com/TanStack/router/commit/6839bfb)) by Birk Skyum ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).142.6 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).142.6 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).142.6 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).142.6 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).142.6 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).142.6 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).142.6 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).142.6 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).142.6 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).142.6 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).142.6 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).142.6 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).142.6 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).142.6 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).142.6 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).142.6 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).142.6 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).142.6 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).142.6 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).142.6 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).142.6 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).142.6 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).142.6 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).142.6 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).142.6 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).142.6 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).142.6 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).142.6 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).142.6 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).142.6 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).142.6 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).142.6 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).142.6 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).142.6 ### [`v1.141.8`](https://github.com/TanStack/router/releases/tag/v1.141.8) [Compare Source](https://github.com/TanStack/router/compare/v1.141.6...v1.141.8) Version 1.141.8 - 12/19/25, 11:50 PM ##### Changes ##### Fix - bump deps ([#&#8203;6153](https://github.com/TanStack/router/issues/6153)) ([`7798b0a`](https://github.com/TanStack/router/commit/7798b0a)) by Manuel Schiller ##### Chore - rename `_types` to `"~types"` ([#&#8203;6133](https://github.com/TanStack/router/issues/6133)) ([`41dba10`](https://github.com/TanStack/router/commit/41dba10)) by Manuel Schiller ##### Test - vue-router: sentry integration with tanstackRouterBrowserTracingIntegration ([#&#8203;6139](https://github.com/TanStack/router/issues/6139)) ([`05408f8`](https://github.com/TanStack/router/commit/05408f8)) by Birk Skyum - vue-start: basic-cloudflare, basic-auth ([#&#8203;6137](https://github.com/TanStack/router/issues/6137)) ([`c68aff7`](https://github.com/TanStack/router/commit/c68aff7)) by Birk Skyum - vue-start: e2e test suites ([#&#8203;6132](https://github.com/TanStack/router/issues/6132)) ([`6b11401`](https://github.com/TanStack/router/commit/6b11401)) by Birk Skyum ##### Docs - Create markdown import and rendering guide ([#&#8203;6150](https://github.com/TanStack/router/issues/6150)) ([`5ae9461`](https://github.com/TanStack/router/commit/5ae9461)) by Tanner Linsley ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).141.8 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).141.8 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).141.8 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).141.8 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).141.8 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).141.8 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).141.8 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).141.8 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).141.8 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).141.8 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).141.8 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).141.8 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).141.8 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).141.8 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).141.8 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).141.8 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).141.8 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).141.8 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).141.8 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).141.8 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).141.8 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).141.8 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).141.8 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).141.8 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).141.8 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).141.8 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).141.8 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).141.8 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).141.8 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).141.8 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).141.8 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).141.8 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).141.8 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).141.8 ### [`v1.141.6`](https://github.com/TanStack/router/releases/tag/v1.141.6) [Compare Source](https://github.com/TanStack/router/compare/v1.141.4...v1.141.6) Version 1.141.6 - 12/17/25, 8:06 PM ##### Changes ##### Fix - bump srvx ([#&#8203;6128](https://github.com/TanStack/router/issues/6128)) ([`11d26ad`](https://github.com/TanStack/router/commit/11d26ad)) by Manuel Schiller ##### Chore - remove extra comments ([#&#8203;5946](https://github.com/TanStack/router/issues/5946)) ([`3c77213`](https://github.com/TanStack/router/commit/3c77213)) by Tanner Linsley ##### Test - vue-start: server-routes ([#&#8203;6127](https://github.com/TanStack/router/issues/6127)) ([`d5a7aee`](https://github.com/TanStack/router/commit/d5a7aee)) by Birk Skyum - vue-start: serialization-adapters e2e suite ([#&#8203;6126](https://github.com/TanStack/router/issues/6126)) ([`d476a8b`](https://github.com/TanStack/router/commit/d476a8b)) by Birk Skyum - vue-start: selective-ssr suite ([#&#8203;6124](https://github.com/TanStack/router/issues/6124)) ([`751f0ff`](https://github.com/TanStack/router/commit/751f0ff)) by Birk Skyum ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).141.6 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).141.6 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).141.6 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).141.6 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).141.6 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).141.6 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).141.6 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).141.6 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).141.6 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).141.6 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).141.6 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).141.6 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).141.6 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).141.6 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).141.6 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).141.6 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).141.6 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).141.6 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).141.6 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).141.6 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).141.6 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).141.6 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).141.6 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).141.6 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).141.6 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).141.6 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).141.6 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).141.6 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).141.6 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).141.6 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).141.6 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).141.6 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).141.6 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).141.6 ### [`v1.141.4`](https://github.com/TanStack/router/releases/tag/v1.141.4) [Compare Source](https://github.com/TanStack/router/compare/v1.141.2...v1.141.4) Version 1.141.4 - 12/17/25, 12:19 AM ##### Changes ##### Fix - generalize hydration cleanup ([#&#8203;6118](https://github.com/TanStack/router/issues/6118)) ([`f330532`](https://github.com/TanStack/router/commit/f330532)) by Manuel Schiller ##### Test - vue-router: rsbuild suites ([#&#8203;6117](https://github.com/TanStack/router/issues/6117)) ([`8628d01`](https://github.com/TanStack/router/commit/8628d01)) by Birk Skyum - vue-router: basic-esbuild-file-based ([#&#8203;6115](https://github.com/TanStack/router/issues/6115)) ([`91b26b1`](https://github.com/TanStack/router/commit/91b26b1)) by Birk Skyum - vue-router: js-only-file-based ([#&#8203;6114](https://github.com/TanStack/router/issues/6114)) ([`a13d102`](https://github.com/TanStack/router/commit/a13d102)) by Birk Skyum - vue-router: basic-scroll-restoration ([#&#8203;6113](https://github.com/TanStack/router/issues/6113)) ([`0385e65`](https://github.com/TanStack/router/commit/0385e65)) by Birk Skyum - vue-router: generator cli only ([#&#8203;6112](https://github.com/TanStack/router/issues/6112)) ([`d27e202`](https://github.com/TanStack/router/commit/d27e202)) by Birk Skyum - vue-router: virtual routes ([#&#8203;6109](https://github.com/TanStack/router/issues/6109)) ([`949c3f4`](https://github.com/TanStack/router/commit/949c3f4)) by Birk Skyum - vue-router: view transitions e2e ([#&#8203;6108](https://github.com/TanStack/router/issues/6108)) ([`77c7508`](https://github.com/TanStack/router/commit/77c7508)) by Birk Skyum ##### Ci - apply automated fixes ([`df5d76c`](https://github.com/TanStack/router/commit/df5d76c)) by autofix-ci\[bot] ##### Docs - add comparison to sidebar ([`03aa67f`](https://github.com/TanStack/router/commit/03aa67f)) by Tanner Linsley - add comparison ([`3f1c2bb`](https://github.com/TanStack/router/commit/3f1c2bb)) by Tanner Linsley - solid-router: path-params - replace react with solid ([#&#8203;6103](https://github.com/TanStack/router/issues/6103)) ([`4256268`](https://github.com/TanStack/router/commit/4256268)) by Birk Skyum - solid-router: path params ([#&#8203;6096](https://github.com/TanStack/router/issues/6096)) ([`6fd176a`](https://github.com/TanStack/router/commit/6fd176a)) by Birk Skyum - fix createMiddleware usage examples in "Observability" guide ([#&#8203;6095](https://github.com/TanStack/router/issues/6095)) ([`2c40790`](https://github.com/TanStack/router/commit/2c40790)) by s-r-x ##### Other - ([`7e9c2f0`](https://github.com/TanStack/router/commit/7e9c2f0)) by Birk Skyum - ([`8e3c1bc`](https://github.com/TanStack/router/commit/8e3c1bc)) by Birk Skyum ##### E2e - vue-router: scroll restoration sandbox vite ([#&#8203;6116](https://github.com/TanStack/router/issues/6116)) ([`a6134ff`](https://github.com/TanStack/router/commit/a6134ff)) by Birk Skyum ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).141.4 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).141.4 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).141.4 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).141.4 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).141.4 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).141.4 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).141.4 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).141.4 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).141.4 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).141.4 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).141.4 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).141.4 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).141.4 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).141.4 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).141.4 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).141.4 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).141.4 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).141.4 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).141.4 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).141.4 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).141.4 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).141.4 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).141.4 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).141.4 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).141.4 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).141.4 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).141.4 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).141.4 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).141.4 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).141.4 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).141.4 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).141.4 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).141.4 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).141.4 ### [`v1.141.2`](https://github.com/TanStack/router/releases/tag/v1.141.2) [Compare Source](https://github.com/TanStack/router/compare/v1.141.1...v1.141.2) Version 1.141.2 - 12/12/25, 7:30 PM ##### Changes ##### Fix - compare rewritten url to decide if server needs to redirect ([#&#8203;6072](https://github.com/TanStack/router/issues/6072)) ([`20aac85`](https://github.com/TanStack/router/commit/20aac85)) by Manuel Schiller ##### Ci - apply automated fixes ([`f9be760`](https://github.com/TanStack/router/commit/f9be760)) by autofix-ci\[bot] - move pnpm settings to pnpm-workspace.yaml ([#&#8203;6076](https://github.com/TanStack/router/issues/6076)) ([`b1b8c9e`](https://github.com/TanStack/router/commit/b1b8c9e)) by Lachlan Collins ##### Docs - fixes to vue-router readme ([#&#8203;6077](https://github.com/TanStack/router/issues/6077)) ([`f5d2f29`](https://github.com/TanStack/router/commit/f5d2f29)) by [@&#8203;AlmarAubel](https://github.com/AlmarAubel) ##### Other - ([`d8377c0`](https://github.com/TanStack/router/commit/d8377c0)) by Tanner Linsley ##### E2e - vue-router: vue-query suites ([#&#8203;6083](https://github.com/TanStack/router/issues/6083)) ([`eccfd26`](https://github.com/TanStack/router/commit/eccfd26)) by Birk Skyum ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).141.2 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).141.2 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).141.2 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).141.2 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).141.2 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).141.2 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).141.2 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).141.2 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).141.2 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).141.2 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).141.2 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).141.2 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).141.2 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).141.2 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).141.2 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).141.2 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).141.2 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).141.2 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).141.2 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).141.2 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).141.2 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).141.2 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).141.2 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).141.2 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).141.2 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).141.2 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).141.2 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).141.2 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).141.2 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).141.2 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).141.2 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).141.2 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).141.2 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).141.2 ### [`v1.141.1`](https://github.com/TanStack/router/releases/tag/v1.141.1) [Compare Source](https://github.com/TanStack/router/compare/v1.141.0...v1.141.1) Version 1.141.1 - 12/11/25, 7:42 PM ##### Changes ##### Fix - accumulate all parent context ([#&#8203;6070](https://github.com/TanStack/router/issues/6070)) ([`636a71c`](https://github.com/TanStack/router/commit/636a71c)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).141.1 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).141.1 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).141.1 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).141.1 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).141.1 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).141.1 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).141.1 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).141.1 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).141.1 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).141.1 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).141.1 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).141.1 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).141.1 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).141.1 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).141.1 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).141.1 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).141.1 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).141.1 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).141.1 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).141.1 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).141.1 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).141.1 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).141.1 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).141.1 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).141.1 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).141.1 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).141.1 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).141.1 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).141.1 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).141.1 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).141.1 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).141.1 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).141.1 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).141.1 ### [`v1.141.0`](https://github.com/TanStack/router/releases/tag/v1.141.0) [Compare Source](https://github.com/TanStack/router/compare/v1.140.5...v1.141.0) Version 1.141.0 - 12/11/25, 3:28 PM (Manual Release) ##### Changes ##### Other - ([`4f64ab9`](https://github.com/TanStack/router/commit/4f64ab9)) by Birk Skyum - ([`b1fb420`](https://github.com/TanStack/router/commit/b1fb420)) by [@&#8203;galarus](https://github.com/galarus) ##### Lint - react-router: run linter ([#&#8203;6067](https://github.com/TanStack/router/issues/6067)) ([`395d34d`](https://github.com/TanStack/router/commit/395d34d)) by Birk Skyum ##### Packages - [@&#8203;tanstack/history](https://github.com/tanstack/history)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/virtual-file-routes](https://github.com/tanstack/virtual-file-routes)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/directive-functions-plugin](https://github.com/tanstack/directive-functions-plugin)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/server-functions-plugin](https://github.com/tanstack/server-functions-plugin)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/eslint-plugin-router](https://github.com/tanstack/eslint-plugin-router)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/vue-start](https://github.com/tanstack/vue-start)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/vue-start-client](https://github.com/tanstack/vue-start-client)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/vue-start-server](https://github.com/tanstack/vue-start-server)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/router-utils](https://github.com/tanstack/router-utils)[@&#8203;1](https://github.com/1).141.0 - [@&#8203;tanstack/nitro-v2-vite-plugin](https://github.com/tanstack/nitro-v2-vite-plugin)[@&#8203;1](https://github.com/1).141.0 ### [`v1.140.5`](https://github.com/TanStack/router/releases/tag/v1.140.5) [Compare Source](https://github.com/TanStack/router/compare/v1.140.1...v1.140.5) Version 1.140.5 - 12/10/25, 8:00 PM ##### Changes ##### Fix - include assets in route manifest for all routes ([#&#8203;6058](https://github.com/TanStack/router/issues/6058)) ([`9fe8c61`](https://github.com/TanStack/router/commit/9fe8c61)) by Manuel Schiller ##### Other - ([`1bcd4fa`](https://github.com/TanStack/router/commit/1bcd4fa)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).140.5 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).140.5 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).140.5 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).140.5 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).140.5 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).140.5 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).140.5 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).140.5 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).140.5 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).140.5 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).140.5 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).140.5 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).140.5 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).140.5 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).140.5 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).140.5 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).140.5 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).140.5 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).140.5 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).140.5 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).140.5 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).140.5 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).140.5 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).140.5 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).140.5 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).140.5 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).140.5 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).140.5 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).140.5 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).140.5 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).140.5 ### [`v1.140.1`](https://github.com/TanStack/router/releases/tag/v1.140.1) [Compare Source](https://github.com/TanStack/router/compare/v1.140.0...v1.140.1) Version 1.140.1 - 12/9/25, 8:18 PM ##### Changes ##### Fix - commit route context ([#&#8203;6053](https://github.com/TanStack/router/issues/6053)) ([`e681a56`](https://github.com/TanStack/router/commit/e681a56)) by Manuel Schiller ##### Docs - fix database guide example to match Server Functions API ([#&#8203;5716](https://github.com/TanStack/router/issues/5716)) ([`98dc050`](https://github.com/TanStack/router/commit/98dc050)) by [@&#8203;morinokami](https://github.com/morinokami) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).140.1 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).140.1 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).140.1 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).140.1 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).140.1 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).140.1 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).140.1 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).140.1 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).140.1 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).140.1 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).140.1 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).140.1 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).140.1 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).140.1 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).140.1 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).140.1 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).140.1 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).140.1 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).140.1 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).140.1 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).140.1 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).140.1 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).140.1 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).140.1 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).140.1 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).140.1 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).140.1 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).140.1 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).140.1 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).140.1 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).140.1 ### [`v1.140.0`](https://github.com/TanStack/router/releases/tag/v1.140.0) Version 1.140.0 - 12/7/25, 6:22 AM (Manual Release) ##### Changes ##### Fix - full npm registry URLs, sync package versions ([#&#8203;6035](https://github.com/TanStack/router/issues/6035)) ([`43fd132`](https://github.com/TanStack/router/commit/43fd132)) by Lachlan Collins ##### Chore - vue: disable CJS build ([#&#8203;6036](https://github.com/TanStack/router/issues/6036)) ([`c7fc110`](https://github.com/TanStack/router/commit/c7fc110)) by Lachlan Collins - router-core: remove extra JSDoc comments for `defaultParseSearch` ([#&#8203;6020](https://github.com/TanStack/router/issues/6020)) ([`ec90441`](https://github.com/TanStack/router/commit/ec90441)) by [@&#8203;Armanio](https://github.com/Armanio) ##### Ci - bump node version ([`e095841`](https://github.com/TanStack/router/commit/e095841)) by Lachlan Collins - prepare for trusted publishing ([#&#8203;6032](https://github.com/TanStack/router/issues/6032)) ([`496c932`](https://github.com/TanStack/router/commit/496c932)) by Lachlan Collins ##### Docs - fix typo and clarify generateFunctionId example ([#&#8203;5728](https://github.com/TanStack/router/issues/5728)) ([`aac4621`](https://github.com/TanStack/router/commit/aac4621)) by [@&#8203;morinokami](https://github.com/morinokami) - start: update the "reading-writing-file" tutorial ([#&#8203;6031](https://github.com/TanStack/router/issues/6031)) ([`5fa2cd3`](https://github.com/TanStack/router/commit/5fa2cd3)) by [@&#8203;morinokami](https://github.com/morinokami) - examples: standardize the READMEs for the React examples ([#&#8203;6014](https://github.com/TanStack/router/issues/6014)) ([`6d619da`](https://github.com/TanStack/router/commit/6d619da)) by Ender Bonnet ##### Examples - mark as private ([`da69479`](https://github.com/TanStack/router/commit/da69479)) by Lachlan Collins ##### Other - ([`3d6aa41`](https://github.com/TanStack/router/commit/3d6aa41)) by Birk Skyum ##### Packages - [@&#8203;tanstack/history](https://github.com/tanstack/history)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/vue-router](https://github.com/tanstack/vue-router)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/vue-router-ssr-query](https://github.com/tanstack/vue-router-ssr-query)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/vue-router-devtools](https://github.com/tanstack/vue-router-devtools)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/virtual-file-routes](https://github.com/tanstack/virtual-file-routes)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/directive-functions-plugin](https://github.com/tanstack/directive-functions-plugin)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/server-functions-plugin](https://github.com/tanstack/server-functions-plugin)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/eslint-plugin-router](https://github.com/tanstack/eslint-plugin-router)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/router-utils](https://github.com/tanstack/router-utils)[@&#8203;1](https://github.com/1).140.0 - [@&#8203;tanstack/nitro-v2-vite-plugin](https://github.com/tanstack/nitro-v2-vite-plugin)[@&#8203;1](https://github.com/1).140.0 ### [`v1.139.14`](https://github.com/TanStack/router/releases/tag/v1.139.14) [Compare Source](https://github.com/TanStack/router/compare/v1.139.13...v1.139.14) Version 1.139.14 - 12/2/25, 10:59 PM ##### Changes ##### Fix - router-core: matching competing optional routes uses proper fullPath for params extraction ([#&#8203;6015](https://github.com/TanStack/router/issues/6015)) ([`a40f7aa`](https://github.com/TanStack/router/commit/a40f7aa)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).139.14 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).139.14 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).139.14 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).139.14 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).139.14 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).139.14 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).139.14 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).139.14 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).139.14 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).139.14 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).139.14 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).139.14 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).139.14 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).139.14 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).139.14 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).139.14 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).139.14 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).139.14 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).139.14 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).139.14 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).139.14 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).139.14 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).139.14 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).139.14 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).139.14 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).139.14 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).139.14 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).139.14 ### [`v1.139.13`](https://github.com/TanStack/router/releases/tag/v1.139.13) [Compare Source](https://github.com/TanStack/router/compare/v1.139.12...v1.139.13) Version 1.139.13 - 12/2/25, 4:41 PM ##### Changes ##### Fix - router-core: correctly resolve custom params from declarative masks when building the masked url ([#&#8203;5756](https://github.com/TanStack/router/issues/5756)) ([`24ff895`](https://github.com/TanStack/router/commit/24ff895)) by Hakan Shehu ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).139.13 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).139.13 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).139.13 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).139.13 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).139.13 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).139.13 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).139.13 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).139.13 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).139.13 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).139.13 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).139.13 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).139.13 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).139.13 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).139.13 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).139.13 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).139.13 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).139.13 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).139.13 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).139.13 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).139.13 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).139.13 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).139.13 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).139.13 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).139.13 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).139.13 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).139.13 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).139.13 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).139.13 ### [`v1.139.12`](https://github.com/TanStack/router/releases/tag/v1.139.12) [Compare Source](https://github.com/TanStack/router/compare/v1.139.11...v1.139.12) Version 1.139.12 - 11/29/25, 8:32 PM ##### Changes ##### Fix - more robust stream handling ([#&#8203;5996](https://github.com/TanStack/router/issues/5996)) ([`4d2fd33`](https://github.com/TanStack/router/commit/4d2fd33)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).139.12 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).139.12 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).139.12 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).139.12 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).139.12 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).139.12 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).139.12 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).139.12 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).139.12 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).139.12 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).139.12 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).139.12 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).139.12 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).139.12 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).139.12 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).139.12 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).139.12 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).139.12 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).139.12 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).139.12 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).139.12 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).139.12 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).139.12 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).139.12 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).139.12 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).139.12 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).139.12 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).139.12 ### [`v1.139.11`](https://github.com/TanStack/router/releases/tag/v1.139.11) [Compare Source](https://github.com/TanStack/router/compare/v1.139.10...v1.139.11) Version 1.139.11 - 11/29/25, 12:57 PM ##### Changes ##### Fix - fix streaming ([#&#8203;5994](https://github.com/TanStack/router/issues/5994)) ([`95d88a2`](https://github.com/TanStack/router/commit/95d88a2)) by Manuel Schiller ##### Ci - nx: update to Nx v22 ([#&#8203;5982](https://github.com/TanStack/router/issues/5982)) ([`af02265`](https://github.com/TanStack/router/commit/af02265)) by Lachlan Collins ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).139.11 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).139.11 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).139.11 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).139.11 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).139.11 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).139.11 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).139.11 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).139.11 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).139.11 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).139.11 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).139.11 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).139.11 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).139.11 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).139.11 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).139.11 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).139.11 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).139.11 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).139.11 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).139.11 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).139.11 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).139.11 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).139.11 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).139.11 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).139.11 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).139.11 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).139.11 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).139.11 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).139.11 ### [`v1.139.10`](https://github.com/TanStack/router/releases/tag/v1.139.10) [Compare Source](https://github.com/TanStack/router/compare/v1.139.9...v1.139.10) Version 1.139.10 - 11/27/25, 9:22 PM ##### Changes ##### Fix - add whitespace when using nonce ([#&#8203;5981](https://github.com/TanStack/router/issues/5981)) ([`def4361`](https://github.com/TanStack/router/commit/def4361)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).139.10 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).139.10 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).139.10 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).139.10 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).139.10 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).139.10 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).139.10 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).139.10 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).139.10 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).139.10 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).139.10 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).139.10 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).139.10 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).139.10 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).139.10 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).139.10 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).139.10 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).139.10 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).139.10 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).139.10 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).139.10 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).139.10 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).139.10 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).139.10 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).139.10 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).139.10 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).139.10 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).139.10 ### [`v1.139.9`](https://github.com/TanStack/router/releases/tag/v1.139.9) [Compare Source](https://github.com/TanStack/router/compare/v1.139.7...v1.139.9) Version 1.139.9 - 11/27/25, 8:14 PM ##### Changes ##### Fix - fix hydration error by preservering script attrs ([#&#8203;5980](https://github.com/TanStack/router/issues/5980)) ([`bd3a2dc`](https://github.com/TanStack/router/commit/bd3a2dc)) by Manuel Schiller ##### Test - start: test that multiple Set-Cookie headers are not lost during redirect ([#&#8203;5978](https://github.com/TanStack/router/issues/5978)) ([`430f268`](https://github.com/TanStack/router/commit/430f268)) by Birk Skyum ##### Docs - visual spacing glitch between badges. ([#&#8203;5444](https://github.com/TanStack/router/issues/5444)) ([`672f6ca`](https://github.com/TanStack/router/commit/672f6ca)) by Canmi ##### Packages - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).139.9 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).139.9 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).139.9 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).139.9 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).139.9 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).139.9 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).139.9 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).139.9 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).139.9 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).139.9 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).139.9 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).139.9 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).139.9 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).139.9 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).139.9 ### [`v1.139.7`](https://github.com/TanStack/router/releases/tag/v1.139.7) [Compare Source](https://github.com/TanStack/router/compare/v1.139.6...v1.139.7) Version 1.139.7 - 11/26/25, 12:57 PM ##### Changes ##### Fix - router-core: empty wilcard node is matched over sibling layout route ([#&#8203;5971](https://github.com/TanStack/router/issues/5971)) ([`1718199`](https://github.com/TanStack/router/commit/1718199)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).139.7 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).139.7 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).139.7 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).139.7 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).139.7 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).139.7 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).139.7 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).139.7 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).139.7 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).139.7 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).139.7 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).139.7 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).139.7 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).139.7 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).139.7 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).139.7 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).139.7 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).139.7 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).139.7 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).139.7 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).139.7 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).139.7 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).139.7 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).139.7 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).139.7 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).139.7 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).139.7 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).139.7 ### [`v1.139.6`](https://github.com/TanStack/router/releases/tag/v1.139.6) [Compare Source](https://github.com/TanStack/router/compare/v1.139.5...v1.139.6) Version 1.139.6 - 11/25/25, 8:26 PM ##### Changes ##### Fix - cleanup references ([#&#8203;5965](https://github.com/TanStack/router/issues/5965)) ([`c78fc25`](https://github.com/TanStack/router/commit/c78fc25)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).139.6 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).139.6 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).139.6 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).139.6 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).139.6 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).139.6 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).139.6 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).139.6 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).139.6 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).139.6 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).139.6 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).139.6 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).139.6 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).139.6 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).139.6 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).139.6 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).139.6 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).139.6 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).139.6 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).139.6 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).139.6 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).139.6 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).139.6 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).139.6 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).139.6 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).139.6 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).139.6 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).139.6 ### [`v1.139.5`](https://github.com/TanStack/router/releases/tag/v1.139.5) [Compare Source](https://github.com/TanStack/router/compare/v1.139.3...v1.139.5) Version 1.139.5 - 11/25/25, 8:06 PM ##### Changes ##### Fix - no remounting with ssr:false ([#&#8203;5964](https://github.com/TanStack/router/issues/5964)) ([`369a09b`](https://github.com/TanStack/router/commit/369a09b)) by Manuel Schiller ##### Other - ([`e41cdf2`](https://github.com/TanStack/router/commit/e41cdf2)) by [@&#8203;shrutikapoor08](https://github.com/shrutikapoor08) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).139.5 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).139.5 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).139.5 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).139.5 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).139.5 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).139.5 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).139.5 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).139.5 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).139.5 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).139.5 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).139.5 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).139.5 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).139.5 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).139.5 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).139.5 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).139.5 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).139.5 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).139.5 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).139.5 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).139.5 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).139.5 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).139.5 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).139.5 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).139.5 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).139.5 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).139.5 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).139.5 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).139.5 ### [`v1.139.3`](https://github.com/TanStack/router/releases/tag/v1.139.3) [Compare Source](https://github.com/TanStack/router/compare/v1.139.1...v1.139.3) Version 1.139.3 - 11/23/25, 12:38 AM ##### Changes ##### Fix - router-core: useBlocker navigation issues for 404 pages and external URLs ([#&#8203;4917](https://github.com/TanStack/router/issues/4917)) ([`c35f70e`](https://github.com/TanStack/router/commit/c35f70e)) by jihoon - Links always scroll to URL hash on hover ([#&#8203;5930](https://github.com/TanStack/router/issues/5930)) ([#&#8203;5944](https://github.com/TanStack/router/issues/5944)) ([`8f5d93b`](https://github.com/TanStack/router/commit/8f5d93b)) by Shreyas Sarkar ##### Chore - Fixed the defaultNotFoundComponent as guided by [#&#8203;5757](https://github.com/TanStack/router/issues/5757) ([#&#8203;5937](https://github.com/TanStack/router/issues/5937)) ([`3a14ffc`](https://github.com/TanStack/router/commit/3a14ffc)) by [@&#8203;DeTuksa](https://github.com/DeTuksa) ##### Other - ([`2fd4cba`](https://github.com/TanStack/router/commit/2fd4cba)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).139.3 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).139.3 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).139.3 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).139.3 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).139.3 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).139.3 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).139.3 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).139.3 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).139.3 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).139.3 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).139.3 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).139.3 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).139.3 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).139.3 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).139.3 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).139.3 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).139.3 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).139.3 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).139.3 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).139.3 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).139.3 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).139.3 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).139.3 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).139.3 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).139.3 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).139.3 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).139.3 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).139.3 ### [`v1.139.1`](https://github.com/TanStack/router/releases/tag/v1.139.1) [Compare Source](https://github.com/TanStack/router/compare/v1.139.0...v1.139.1) Version 1.139.1 - 11/21/25, 11:05 PM ##### Changes ##### Fix - router-core: favor index matches, or deepest non-index ([#&#8203;5933](https://github.com/TanStack/router/issues/5933)) ([`62a761c`](https://github.com/TanStack/router/commit/62a761c)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Refactor - router-core: interpolatePath skips optional segments w/ nullish param value ([#&#8203;5934](https://github.com/TanStack/router/issues/5934)) ([`5e130d7`](https://github.com/TanStack/router/commit/5e130d7)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Chore - dedupe JSDoc string for deprecated class `FileRoute` ([#&#8203;5916](https://github.com/TanStack/router/issues/5916)) ([`d1acec5`](https://github.com/TanStack/router/commit/d1acec5)) by [@&#8203;onstash](https://github.com/onstash) ##### Ci - apply automated fixes ([`c3af4b8`](https://github.com/TanStack/router/commit/c3af4b8)) by autofix-ci\[bot] ##### Docs - format callouts to put content on new line ([#&#8203;5927](https://github.com/TanStack/router/issues/5927)) ([`bc79c97`](https://github.com/TanStack/router/commit/bc79c97)) by Sarah ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).139.1 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).139.1 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).139.1 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).139.1 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).139.1 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).139.1 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).139.1 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).139.1 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).139.1 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).139.1 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).139.1 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).139.1 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).139.1 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).139.1 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).139.1 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).139.1 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).139.1 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).139.1 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).139.1 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).139.1 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).139.1 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).139.1 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).139.1 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).139.1 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).139.1 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).139.1 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).139.1 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).139.1 ### [`v1.139.0`](https://github.com/TanStack/router/releases/tag/v1.139.0) [Compare Source](https://github.com/TanStack/router/compare/v1.136.18...v1.139.0) Version 1.139.0 - 11/20/25, 9:01 PM (Manual Release) ##### Changes ##### Chore - bump seroval 1.4.0 ([#&#8203;5924](https://github.com/TanStack/router/issues/5924)) ([`d2e9e39`](https://github.com/TanStack/router/commit/d2e9e39)) by Birk Skyum ##### Ci - apply automated fixes ([`e59d8cd`](https://github.com/TanStack/router/commit/e59d8cd)) by autofix-ci\[bot] ##### Packages - [@&#8203;tanstack/history](https://github.com/tanstack/history)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/virtual-file-routes](https://github.com/tanstack/virtual-file-routes)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/directive-functions-plugin](https://github.com/tanstack/directive-functions-plugin)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/server-functions-plugin](https://github.com/tanstack/server-functions-plugin)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/eslint-plugin-router](https://github.com/tanstack/eslint-plugin-router)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/router-utils](https://github.com/tanstack/router-utils)[@&#8203;1](https://github.com/1).139.0 - [@&#8203;tanstack/nitro-v2-vite-plugin](https://github.com/tanstack/nitro-v2-vite-plugin)[@&#8203;1](https://github.com/1).139.0 ### [`v1.136.18`](https://github.com/TanStack/router/releases/tag/v1.136.18) [Compare Source](https://github.com/TanStack/router/compare/v1.136.17...v1.136.18) Version 1.136.18 - 11/19/25, 10:26 PM ##### Changes ##### Fix - react-router: implicit navigations causes flicker during rendering ([#&#8203;5905](https://github.com/TanStack/router/issues/5905)) ([`93c4d6b`](https://github.com/TanStack/router/commit/93c4d6b)) by vsh1h ##### Packages - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).136.18 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).136.18 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).136.18 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).136.18 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).136.18 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).136.18 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).136.18 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).136.18 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).136.18 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).136.18 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).136.18 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).136.18 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).136.18 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).136.18 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).136.18 ### [`v1.136.17`](https://github.com/TanStack/router/releases/tag/v1.136.17) [Compare Source](https://github.com/TanStack/router/compare/v1.136.16...v1.136.17) Version 1.136.17 - 11/19/25, 8:53 PM ##### Changes ##### Refactor - router-core: trimPathRight more performant w/o trailing slash ([#&#8203;5909](https://github.com/TanStack/router/issues/5909)) ([`98d15a1`](https://github.com/TanStack/router/commit/98d15a1)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).136.17 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).136.17 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).136.17 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).136.17 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).136.17 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).136.17 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).136.17 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).136.17 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).136.17 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).136.17 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).136.17 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).136.17 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).136.17 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).136.17 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).136.17 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).136.17 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).136.17 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).136.17 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).136.17 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).136.17 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).136.17 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).136.17 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).136.17 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).136.17 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).136.17 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).136.17 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).136.17 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).136.17 ### [`v1.136.16`](https://github.com/TanStack/router/releases/tag/v1.136.16) [Compare Source](https://github.com/TanStack/router/compare/v1.136.15...v1.136.16) Version 1.136.16 - 11/19/25, 8:16 PM ##### Changes ##### Fix - router-core: Catch errors thrown during hydrate ([#&#8203;5686](https://github.com/TanStack/router/issues/5686)) ([`37eb416`](https://github.com/TanStack/router/commit/37eb416)) by Remi ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).136.16 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).136.16 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).136.16 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).136.16 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).136.16 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).136.16 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).136.16 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).136.16 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).136.16 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).136.16 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).136.16 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).136.16 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).136.16 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).136.16 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).136.16 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).136.16 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).136.16 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).136.16 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).136.16 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).136.16 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).136.16 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).136.16 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).136.16 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).136.16 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).136.16 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).136.16 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).136.16 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).136.16 ### [`v1.136.15`](https://github.com/TanStack/router/releases/tag/v1.136.15) [Compare Source](https://github.com/TanStack/router/compare/v1.136.14...v1.136.15) Version 1.136.15 - 11/19/25, 6:57 PM ##### Changes ##### Fix - update error handling in MatchInner to access error data directly ([#&#8203;4746](https://github.com/TanStack/router/issues/4746)) ([`6b235a7`](https://github.com/TanStack/router/commit/6b235a7)) by Lee ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).136.15 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).136.15 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).136.15 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).136.15 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).136.15 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).136.15 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).136.15 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).136.15 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).136.15 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).136.15 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).136.15 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).136.15 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).136.15 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).136.15 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).136.15 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).136.15 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).136.15 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).136.15 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).136.15 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).136.15 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).136.15 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).136.15 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).136.15 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).136.15 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).136.15 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).136.15 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).136.15 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).136.15 ### [`v1.136.14`](https://github.com/TanStack/router/releases/tag/v1.136.14) [Compare Source](https://github.com/TanStack/router/compare/v1.136.13...v1.136.14) Version 1.136.14 - 11/19/25, 5:16 PM ##### Changes ##### Fix - router-core: forward notFound/redirect from params.parse correctly ([#&#8203;5864](https://github.com/TanStack/router/issues/5864)) ([`974b5c3`](https://github.com/TanStack/router/commit/974b5c3)) by [@&#8203;joseph0926](https://github.com/joseph0926) ##### Chore - update xmlbuilder2 to v4.0.0 to fix npm audit vulnerabilitiy warnings ([#&#8203;5902](https://github.com/TanStack/router/issues/5902)) ([`04f701f`](https://github.com/TanStack/router/commit/04f701f)) by Philipp Hoefflin ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).136.14 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).136.14 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).136.14 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).136.14 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).136.14 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).136.14 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).136.14 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).136.14 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).136.14 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).136.14 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).136.14 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).136.14 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).136.14 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).136.14 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).136.14 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).136.14 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).136.14 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).136.14 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).136.14 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).136.14 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).136.14 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).136.14 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).136.14 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).136.14 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).136.14 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).136.14 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).136.14 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).136.14 ### [`v1.136.13`](https://github.com/TanStack/router/releases/tag/v1.136.13) [Compare Source](https://github.com/TanStack/router/compare/v1.136.11...v1.136.13) Version 1.136.13 - 11/19/25, 4:43 PM ##### Changes ##### Fix - router-core: Route with server function as loader that throws notFound crashes route on HMR [#&#8203;5763](https://github.com/TanStack/router/issues/5763) ([#&#8203;5890](https://github.com/TanStack/router/issues/5890)) ([`fb0f069`](https://github.com/TanStack/router/commit/fb0f069)) by [@&#8203;DeTuksa](https://github.com/DeTuksa) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).136.13 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).136.13 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).136.13 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).136.13 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).136.13 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).136.13 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).136.13 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).136.13 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).136.13 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).136.13 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).136.13 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).136.13 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).136.13 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).136.13 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).136.13 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).136.13 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).136.13 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).136.13 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).136.13 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).136.13 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).136.13 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).136.13 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).136.13 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).136.13 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).136.13 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).136.13 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).136.13 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).136.13 ### [`v1.136.11`](https://github.com/TanStack/router/releases/tag/v1.136.11) [Compare Source](https://github.com/TanStack/router/compare/v1.136.10...v1.136.11) Version 1.136.11 - 11/19/25, 12:32 AM ##### Changes ##### Fix - memory leaks ([#&#8203;5896](https://github.com/TanStack/router/issues/5896)) ([`03595c8`](https://github.com/TanStack/router/commit/03595c8)) by Manuel Schiller ##### Other - ([`170074a`](https://github.com/TanStack/router/commit/170074a)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).136.11 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).136.11 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).136.11 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).136.11 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).136.11 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).136.11 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).136.11 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).136.11 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).136.11 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).136.11 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).136.11 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).136.11 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).136.11 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).136.11 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).136.11 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).136.11 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).136.11 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).136.11 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).136.11 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).136.11 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).136.11 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).136.11 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).136.11 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).136.11 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).136.11 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).136.11 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).136.11 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).136.11 ### [`v1.136.10`](https://github.com/TanStack/router/releases/tag/v1.136.10) [Compare Source](https://github.com/TanStack/router/compare/v1.136.9...v1.136.10) Version 1.136.10 - 11/18/25, 11:04 PM ##### Changes ##### Fix - handle `$&quot` in defaultRenderHandler correctly ([#&#8203;5871](https://github.com/TanStack/router/issues/5871)) ([`27d626f`](https://github.com/TanStack/router/commit/27d626f)) by [@&#8203;Dubzer](https://github.com/Dubzer) ##### Packages - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).136.10 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).136.10 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).136.10 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).136.10 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).136.10 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).136.10 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).136.10 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).136.10 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).136.10 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).136.10 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).136.10 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).136.10 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).136.10 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).136.10 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).136.10 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).136.10 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).136.10 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).136.10 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).136.10 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).136.10 ### [`v1.136.9`](https://github.com/TanStack/router/releases/tag/v1.136.9) [Compare Source](https://github.com/TanStack/router/compare/v1.136.8...v1.136.9) Version 1.136.9 - 11/18/25, 10:39 PM ##### Changes ##### Fix - script streaming ([#&#8203;5895](https://github.com/TanStack/router/issues/5895)) ([`875d1d4`](https://github.com/TanStack/router/commit/875d1d4)) by Manuel Schiller ##### Test - router: remove flaky query transition test ([#&#8203;5883](https://github.com/TanStack/router/issues/5883)) ([`f830dff`](https://github.com/TanStack/router/commit/f830dff)) by Birk Skyum ##### Ci - apply automated fixes ([`5ca33d7`](https://github.com/TanStack/router/commit/5ca33d7)) by autofix-ci\[bot] ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).136.9 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).136.9 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).136.9 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).136.9 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).136.9 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).136.9 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).136.9 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).136.9 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).136.9 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).136.9 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).136.9 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).136.9 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).136.9 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).136.9 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).136.9 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).136.9 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).136.9 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).136.9 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).136.9 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).136.9 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).136.9 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).136.9 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).136.9 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).136.9 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).136.9 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).136.9 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).136.9 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).136.9 ### [`v1.136.8`](https://github.com/TanStack/router/releases/tag/v1.136.8) [Compare Source](https://github.com/TanStack/router/compare/v1.136.6...v1.136.8) Version 1.136.8 - 11/16/25, 6:14 PM ##### Changes ##### Refactor - router-core: cache matched route branch alongside the rest of the route match ([#&#8203;5882](https://github.com/TanStack/router/issues/5882)) ([`dbc9cfe`](https://github.com/TanStack/router/commit/dbc9cfe)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).136.8 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).136.8 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).136.8 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).136.8 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).136.8 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).136.8 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).136.8 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).136.8 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).136.8 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).136.8 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).136.8 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).136.8 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).136.8 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).136.8 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).136.8 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).136.8 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).136.8 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).136.8 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).136.8 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).136.8 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).136.8 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).136.8 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).136.8 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).136.8 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).136.8 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).136.8 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).136.8 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).136.8 ### [`v1.136.6`](https://github.com/TanStack/router/releases/tag/v1.136.6) [Compare Source](https://github.com/TanStack/router/compare/v1.136.5...v1.136.6) Version 1.136.6 - 11/16/25, 10:06 AM ##### Changes ##### Refactor - router-core: findSingleMatch caches the trees it generate in an LRUCache, not a Map ([#&#8203;5878](https://github.com/TanStack/router/issues/5878)) ([`41fac3f`](https://github.com/TanStack/router/commit/41fac3f)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Test - router-core: add some missing unit-tests to the new processRouteTree ([#&#8203;5879](https://github.com/TanStack/router/issues/5879)) ([`8994fc1`](https://github.com/TanStack/router/commit/8994fc1)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).136.6 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).136.6 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).136.6 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).136.6 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).136.6 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).136.6 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).136.6 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).136.6 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).136.6 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).136.6 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).136.6 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).136.6 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).136.6 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).136.6 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).136.6 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).136.6 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).136.6 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).136.6 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).136.6 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).136.6 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).136.6 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).136.6 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).136.6 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).136.6 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).136.6 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).136.6 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).136.6 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).136.6 ### [`v1.136.5`](https://github.com/TanStack/router/releases/tag/v1.136.5) [Compare Source](https://github.com/TanStack/router/compare/v1.136.4...v1.136.5) Version 1.136.5 - 11/15/25, 12:46 PM ##### Changes ##### Refactor - router-core: Process routeTree into segment tree instead of flatRoutes ([#&#8203;5722](https://github.com/TanStack/router/issues/5722)) ([`f39eb9b`](https://github.com/TanStack/router/commit/f39eb9b)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).136.5 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).136.5 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).136.5 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).136.5 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).136.5 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).136.5 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).136.5 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).136.5 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).136.5 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).136.5 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).136.5 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).136.5 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).136.5 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).136.5 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).136.5 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).136.5 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).136.5 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).136.5 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).136.5 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).136.5 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).136.5 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).136.5 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).136.5 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).136.5 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).136.5 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).136.5 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).136.5 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).136.5 ### [`v1.136.4`](https://github.com/TanStack/router/releases/tag/v1.136.4) [Compare Source](https://github.com/TanStack/router/compare/v1.136.3...v1.136.4) Version 1.136.4 - 11/15/25, 1:01 AM ##### Changes ##### Fix - cleanup streamed values ([#&#8203;5870](https://github.com/TanStack/router/issues/5870)) ([`af77b55`](https://github.com/TanStack/router/commit/af77b55)) by Manuel Schiller ##### Test - router: add view-transition e2e suites ([#&#8203;5869](https://github.com/TanStack/router/issues/5869)) ([`559856b`](https://github.com/TanStack/router/commit/559856b)) by Birk Skyum ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).136.4 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).136.4 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).136.4 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).136.4 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).136.4 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).136.4 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).136.4 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).136.4 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).136.4 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).136.4 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).136.4 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).136.4 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).136.4 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).136.4 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).136.4 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).136.4 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).136.4 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).136.4 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).136.4 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).136.4 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).136.4 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).136.4 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).136.4 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).136.4 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).136.4 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).136.4 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).136.4 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).136.4 ### [`v1.136.3`](https://github.com/TanStack/router/releases/tag/v1.136.3) [Compare Source](https://github.com/TanStack/router/compare/v1.136.2...v1.136.3) Version 1.136.3 - 11/14/25, 7:48 PM ##### Changes ##### Refactor - router-core: simplify decodePath implementation, improve performance ([#&#8203;5867](https://github.com/TanStack/router/issues/5867)) ([`18edb31`](https://github.com/TanStack/router/commit/18edb31)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).136.3 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).136.3 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).136.3 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).136.3 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).136.3 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).136.3 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).136.3 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).136.3 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).136.3 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).136.3 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).136.3 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).136.3 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).136.3 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).136.3 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).136.3 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).136.3 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).136.3 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).136.3 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).136.3 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).136.3 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).136.3 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).136.3 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).136.3 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).136.3 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).136.3 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).136.3 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).136.3 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).136.3 ### [`v1.136.2`](https://github.com/TanStack/router/releases/tag/v1.136.2) [Compare Source](https://github.com/TanStack/router/compare/v1.136.1...v1.136.2) Version 1.136.2 - 11/14/25, 5:42 PM ##### Changes ##### Refactor - router-core: utils/decodePath minor performance improvements ([#&#8203;5865](https://github.com/TanStack/router/issues/5865)) ([`965e653`](https://github.com/TanStack/router/commit/965e653)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).136.2 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).136.2 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).136.2 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).136.2 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).136.2 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).136.2 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).136.2 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).136.2 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).136.2 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).136.2 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).136.2 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).136.2 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).136.2 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).136.2 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).136.2 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).136.2 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).136.2 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).136.2 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).136.2 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).136.2 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).136.2 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).136.2 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).136.2 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).136.2 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).136.2 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).136.2 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).136.2 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).136.2 ### [`v1.136.1`](https://github.com/TanStack/router/releases/tag/v1.136.1) [Compare Source](https://github.com/TanStack/router/compare/v1.136.0...v1.136.1) Version 1.136.1 - 11/13/25, 11:56 PM ##### Changes ##### Refactor - router-core: use original nextTo path when building location in its route form ([#&#8203;5851](https://github.com/TanStack/router/issues/5851)) ([`f1bd5c5`](https://github.com/TanStack/router/commit/f1bd5c5)) by Nico Lynzaad ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).136.1 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).136.1 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).136.1 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).136.1 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).136.1 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).136.1 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).136.1 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).136.1 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).136.1 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).136.1 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).136.1 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).136.1 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).136.1 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).136.1 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).136.1 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).136.1 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).136.1 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).136.1 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).136.1 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).136.1 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).136.1 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).136.1 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).136.1 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).136.1 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).136.1 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).136.1 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).136.1 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).136.1 ### [`v1.136.0`](https://github.com/TanStack/router/releases/tag/v1.136.0) [Compare Source](https://github.com/TanStack/router/compare/v1.135.2...v1.136.0) Version 1.136.0 - 11/13/25, 9:10 PM ##### Changes ##### Feat - createServerEntry ([#&#8203;5859](https://github.com/TanStack/router/issues/5859)) ([`30b4541`](https://github.com/TanStack/router/commit/30b4541)) by Dominik Dorfmeister ##### Chore - fix devtools dependeicies ([#&#8203;5819](https://github.com/TanStack/router/issues/5819)) ([`61ab402`](https://github.com/TanStack/router/commit/61ab402)) by halfstack - bump deps ([#&#8203;5813](https://github.com/TanStack/router/issues/5813)) ([`d0e33fa`](https://github.com/TanStack/router/commit/d0e33fa)) by Manuel Schiller ##### Ci - apply automated fixes ([`6d2a5da`](https://github.com/TanStack/router/commit/6d2a5da)) by autofix-ci\[bot] ##### Docs - solid-router: router-monorepo-simple-lazy example ([#&#8203;5853](https://github.com/TanStack/router/issues/5853)) ([`dfb4f9a`](https://github.com/TanStack/router/commit/dfb4f9a)) by Birk Skyum - solid-router: router-monorepo-simple example ([#&#8203;5852](https://github.com/TanStack/router/issues/5852)) ([`1cc3801`](https://github.com/TanStack/router/commit/1cc3801)) by Birk Skyum - solid-router: monorepo-solid-query example ([#&#8203;5850](https://github.com/TanStack/router/issues/5850)) ([`606dd19`](https://github.com/TanStack/router/commit/606dd19)) by Birk Skyum - solid-start: start-tailwind-v4 ([#&#8203;5849](https://github.com/TanStack/router/issues/5849)) ([`ecd9312`](https://github.com/TanStack/router/commit/ecd9312)) by Birk Skyum - solid-router: search-validator-adapters ([#&#8203;5848](https://github.com/TanStack/router/issues/5848)) ([`ec1e4d6`](https://github.com/TanStack/router/commit/ec1e4d6)) by Birk Skyum - solid-start: start-large example ([#&#8203;5847](https://github.com/TanStack/router/issues/5847)) ([`ee241f3`](https://github.com/TanStack/router/commit/ee241f3)) by Birk Skyum - solid-start: i18n example ([#&#8203;5845](https://github.com/TanStack/router/issues/5845)) ([`b5d7227`](https://github.com/TanStack/router/commit/b5d7227)) by Birk Skyum - solid-router: i18n paraglide example ([#&#8203;5844](https://github.com/TanStack/router/issues/5844)) ([`7492e6c`](https://github.com/TanStack/router/commit/7492e6c)) by Birk Skyum - solid-router: navigation-blocking example ([#&#8203;5843](https://github.com/TanStack/router/issues/5843)) ([`a5c7133`](https://github.com/TanStack/router/commit/a5c7133)) by Birk Skyum - solid-router: large-file-based ([#&#8203;5842](https://github.com/TanStack/router/issues/5842)) ([`36b16c5`](https://github.com/TanStack/router/commit/36b16c5)) by Birk Skyum - solid-router: location-masking example ([#&#8203;5841](https://github.com/TanStack/router/issues/5841)) ([`5a06540`](https://github.com/TanStack/router/commit/5a06540)) by Birk Skyum - solid-router: kitchensink example ([#&#8203;5840](https://github.com/TanStack/router/issues/5840)) ([`6805420`](https://github.com/TanStack/router/commit/6805420)) by Birk Skyum - solid-router: scroll restoration example ([#&#8203;5839](https://github.com/TanStack/router/issues/5839)) ([`f581aa9`](https://github.com/TanStack/router/commit/f581aa9)) by Birk Skyum - solid-router: deferred-data example ([#&#8203;5838](https://github.com/TanStack/router/issues/5838)) ([`9bb8318`](https://github.com/TanStack/router/commit/9bb8318)) by Birk Skyum - solid-start: add start-streaming-data-from-server-functions example ([#&#8203;5837](https://github.com/TanStack/router/issues/5837)) ([`6365578`](https://github.com/TanStack/router/commit/6365578)) by Birk Skyum - solid-router: port remaining basic examples ([#&#8203;5836](https://github.com/TanStack/router/issues/5836)) ([`85f9734`](https://github.com/TanStack/router/commit/85f9734)) by Birk Skyum - solid-router: rspack/build guides and example ([#&#8203;5834](https://github.com/TanStack/router/issues/5834)) ([`17ec180`](https://github.com/TanStack/router/commit/17ec180)) by Birk Skyum - solid-router: webpack example and installation guide ([#&#8203;5833](https://github.com/TanStack/router/issues/5833)) ([`71f9c7d`](https://github.com/TanStack/router/commit/71f9c7d)) by Birk Skyum - solid-router: esbuild guide/example ([#&#8203;5831](https://github.com/TanStack/router/issues/5831)) ([`d5ce04c`](https://github.com/TanStack/router/commit/d5ce04c)) by Birk Skyum - solid-router: quickstart example (code based) ([#&#8203;5830](https://github.com/TanStack/router/issues/5830)) ([`80a9923`](https://github.com/TanStack/router/commit/80a9923)) by Birk Skyum - solid-router: add with-trpc example ([#&#8203;5829](https://github.com/TanStack/router/issues/5829)) ([`9727eb4`](https://github.com/TanStack/router/commit/9727eb4)) by Birk Skyum - solid-start: sync supabase example to react ([#&#8203;5828](https://github.com/TanStack/router/issues/5828)) ([`34f475e`](https://github.com/TanStack/router/commit/34f475e)) by Birk Skyum - solid-router: fix authenticated routes docs ([#&#8203;5827](https://github.com/TanStack/router/issues/5827)) ([`cb4a646`](https://github.com/TanStack/router/commit/cb4a646)) by Birk Skyum - solid-router: authenticated-routes-firebase ([#&#8203;5826](https://github.com/TanStack/router/issues/5826)) ([`42f86c2`](https://github.com/TanStack/router/commit/42f86c2)) by Birk Skyum - solid-router: authenticated-routes example ([#&#8203;5825](https://github.com/TanStack/router/issues/5825)) ([`8f57746`](https://github.com/TanStack/router/commit/8f57746)) by Birk Skyum - solid-start: sync nitro v3 hosting guide to react ([#&#8203;5824](https://github.com/TanStack/router/issues/5824)) ([`f0e0279`](https://github.com/TanStack/router/commit/f0e0279)) by Birk Skyum - hosting: update nitro to v3 ([#&#8203;5821](https://github.com/TanStack/router/issues/5821)) ([`33c3d40`](https://github.com/TanStack/router/commit/33c3d40)) by Pooya Parsa - solid-router: framer-motion example ([#&#8203;5818](https://github.com/TanStack/router/issues/5818)) ([`5404201`](https://github.com/TanStack/router/commit/5404201)) by Birk Skyum - solid-start: hosting guide for bun ([#&#8203;5817](https://github.com/TanStack/router/issues/5817)) ([`7d4df72`](https://github.com/TanStack/router/commit/7d4df72)) by Birk Skyum - solid-start: start-bun example ([#&#8203;5816](https://github.com/TanStack/router/issues/5816)) ([`5302896`](https://github.com/TanStack/router/commit/5302896)) by Birk Skyum - solid-router: port view-transitions example ([#&#8203;5815](https://github.com/TanStack/router/issues/5815)) ([`864a2e0`](https://github.com/TanStack/router/commit/864a2e0)) by Birk Skyum ##### Packages - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).136.0 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).136.0 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).136.0 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).136.0 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).136.0 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).136.0 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).136.0 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).136.0 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).136.0 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).136.0 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).136.0 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).136.0 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).136.0 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).136.0 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).136.0 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).136.0 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).136.0 ### [`v1.135.2`](https://github.com/TanStack/router/releases/tag/v1.135.2) [Compare Source](https://github.com/TanStack/router/compare/v1.135.0...v1.135.2) Version 1.135.2 - 11/11/25, 12:02 AM ##### Changes ##### Refactor - router-core: simplify matchId ([#&#8203;5807](https://github.com/TanStack/router/issues/5807)) ([`043e576`](https://github.com/TanStack/router/commit/043e576)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).135.2 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).135.2 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).135.2 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).135.2 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).135.2 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).135.2 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).135.2 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).135.2 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).135.2 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).135.2 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).135.2 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).135.2 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).135.2 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).135.2 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).135.2 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).135.2 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).135.2 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).135.2 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).135.2 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).135.2 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).135.2 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).135.2 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).135.2 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).135.2 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).135.2 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).135.2 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).135.2 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).135.2 ### [`v1.135.0`](https://github.com/TanStack/router/releases/tag/v1.135.0) [Compare Source](https://github.com/TanStack/router/compare/v1.134.20...v1.135.0) Version 1.135.0 - 11/9/25, 10:57 PM ##### Changes ##### Feat - Export useHydrated hook with documentation ([#&#8203;5645](https://github.com/TanStack/router/issues/5645)) ([`a41e867`](https://github.com/TanStack/router/commit/a41e867)) by daveycodez ##### Other - ([`941e4e7`](https://github.com/TanStack/router/commit/941e4e7)) by Aryan Chaurasia ##### Packages - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).135.0 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).135.0 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).135.0 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).135.0 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).135.0 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).135.0 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).135.0 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).135.0 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).135.0 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).135.0 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).135.0 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).135.0 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).135.0 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).135.0 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).135.0 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).135.0 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).135.0 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).135.0 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).135.0 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).135.0 ### [`v1.134.20`](https://github.com/TanStack/router/releases/tag/v1.134.20) [Compare Source](https://github.com/TanStack/router/compare/v1.134.18...v1.134.20) Version 1.134.20 - 11/9/25, 8:35 PM ##### Changes ##### Fix - solid-start: navigation transitions ([#&#8203;5792](https://github.com/TanStack/router/issues/5792)) ([`7880ad7`](https://github.com/TanStack/router/commit/7880ad7)) by Birk Skyum ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).134.20 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).134.20 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).134.20 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).134.20 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).134.20 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).134.20 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).134.20 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).134.20 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).134.20 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).134.20 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).134.20 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).134.20 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).134.20 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).134.20 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).134.20 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).134.20 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).134.20 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).134.20 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).134.20 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).134.20 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).134.20 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).134.20 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).134.20 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).134.20 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).134.20 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).134.20 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).134.20 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).134.20 ### [`v1.134.18`](https://github.com/TanStack/router/releases/tag/v1.134.18) [Compare Source](https://github.com/TanStack/router/compare/v1.134.17...v1.134.18) Version 1.134.18 - 11/9/25, 3:10 PM ##### Changes ##### Fix - solid-router: setting search params with 2 parallel navigate calls ([#&#8203;5797](https://github.com/TanStack/router/issues/5797)) ([`da77078`](https://github.com/TanStack/router/commit/da77078)) by Birk Skyum ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).134.18 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).134.18 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).134.18 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).134.18 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).134.18 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).134.18 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).134.18 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).134.18 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).134.18 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).134.18 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).134.18 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).134.18 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).134.18 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).134.18 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).134.18 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).134.18 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).134.18 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).134.18 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).134.18 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).134.18 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).134.18 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).134.18 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).134.18 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).134.18 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).134.18 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).134.18 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).134.18 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).134.18 ### [`v1.134.17`](https://github.com/TanStack/router/releases/tag/v1.134.17) [Compare Source](https://github.com/TanStack/router/compare/v1.134.15...v1.134.17) Version 1.134.17 - 11/9/25, 10:52 AM ##### Changes ##### Fix - set progressiveChunkSize to infinity ([#&#8203;5790](https://github.com/TanStack/router/issues/5790)) ([`c825684`](https://github.com/TanStack/router/commit/c825684)) by Andy Abi Haidar ##### Packages - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).134.17 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).134.17 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).134.17 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).134.17 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).134.17 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).134.17 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).134.17 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).134.17 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).134.17 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).134.17 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).134.17 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).134.17 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).134.17 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).134.17 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).134.17 ### [`v1.134.15`](https://github.com/TanStack/router/releases/tag/v1.134.15) [Compare Source](https://github.com/TanStack/router/compare/v1.134.13...v1.134.15) Version 1.134.15 - 11/8/25, 12:45 AM ##### Changes ##### Fix - router-core: trigger abort signal when navigating away after pendingMs ([#&#8203;5777](https://github.com/TanStack/router/issues/5777)) ([`c857362`](https://github.com/TanStack/router/commit/c857362)) by Ramy Ben Aroya ##### Docs - start: typo in the server functions guide ([#&#8203;5773](https://github.com/TanStack/router/issues/5773)) ([`818a5e7`](https://github.com/TanStack/router/commit/818a5e7)) by Stephen Brown-Bourne ##### Other - ([`4334f64`](https://github.com/TanStack/router/commit/4334f64)) by Devan Farrell ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).134.15 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).134.15 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).134.15 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).134.15 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).134.15 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).134.15 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).134.15 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).134.15 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).134.15 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).134.15 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).134.15 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).134.15 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).134.15 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).134.15 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).134.15 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).134.15 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).134.15 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).134.15 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).134.15 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).134.15 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).134.15 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).134.15 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).134.15 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).134.15 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).134.15 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).134.15 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).134.15 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).134.15 ### [`v1.134.13`](https://github.com/TanStack/router/releases/tag/v1.134.13) [Compare Source](https://github.com/TanStack/router/compare/v1.134.12...v1.134.13) Version 1.134.13 - 11/6/25, 1:37 AM ##### Changes ##### Refactor - router-core: consistent Unicode handling ([#&#8203;5736](https://github.com/TanStack/router/issues/5736)) ([`26f23fa`](https://github.com/TanStack/router/commit/26f23fa)) by Nico Lynzaad ##### Test - solid-router: enhance transition test suite ([#&#8203;5753](https://github.com/TanStack/router/issues/5753)) ([`6baffeb`](https://github.com/TanStack/router/commit/6baffeb)) by Birk Skyum ##### Docs - router-core: make startTrasition deprecation note agnostic ([#&#8203;5752](https://github.com/TanStack/router/issues/5752)) ([`811df9c`](https://github.com/TanStack/router/commit/811df9c)) by Birk Skyum - make Netlify hosting docs precise and actionable ([#&#8203;5747](https://github.com/TanStack/router/issues/5747)) ([`cff1b2c`](https://github.com/TanStack/router/commit/cff1b2c)) by [@&#8203;serhalp](https://github.com/serhalp) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).134.13 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).134.13 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).134.13 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).134.13 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).134.13 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).134.13 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).134.13 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).134.13 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).134.13 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).134.13 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).134.13 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).134.13 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).134.13 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).134.13 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).134.13 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).134.13 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).134.13 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).134.13 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).134.13 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).134.13 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).134.13 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).134.13 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).134.13 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).134.13 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).134.13 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).134.13 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).134.13 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).134.13 ### [`v1.134.12`](https://github.com/TanStack/router/releases/tag/v1.134.12) [Compare Source](https://github.com/TanStack/router/compare/v1.134.9...v1.134.12) Version 1.134.12 - 11/4/25, 2:52 AM ##### Changes ##### Fix - solid-router: implement navigation transitions ([#&#8203;5691](https://github.com/TanStack/router/issues/5691)) ([`76c4f61`](https://github.com/TanStack/router/commit/76c4f61)) by Birk Skyum ##### Chore - solid-router: cleanup module ([#&#8203;5748](https://github.com/TanStack/router/issues/5748)) ([`cbf10db`](https://github.com/TanStack/router/commit/cbf10db)) by Birk Skyum ##### Ci - apply automated fixes (attempt 2/3) ([`19b0083`](https://github.com/TanStack/router/commit/19b0083)) by autofix-ci\[bot] - apply automated fixes ([`834c077`](https://github.com/TanStack/router/commit/834c077)) by autofix-ci\[bot] ##### Other - ([`401883c`](https://github.com/TanStack/router/commit/401883c)) by Aditya Oberai ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).134.12 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).134.12 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).134.12 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).134.12 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).134.12 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).134.12 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).134.12 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).134.12 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).134.12 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).134.12 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).134.12 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).134.12 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).134.12 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).134.12 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).134.12 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).134.12 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).134.12 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).134.12 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).134.12 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).134.12 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).134.12 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).134.12 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).134.12 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).134.12 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).134.12 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).134.12 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).134.12 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).134.12 ### [`v1.134.9`](https://github.com/TanStack/router/releases/tag/v1.134.9) [Compare Source](https://github.com/TanStack/router/compare/v1.134.4...v1.134.9) Version 1.134.9 - 11/2/25, 1:20 AM ##### Changes ##### Fix - optimizeDeps for react form ([#&#8203;5726](https://github.com/TanStack/router/issues/5726)) ([`df15791`](https://github.com/TanStack/router/commit/df15791)) by Manuel Schiller - router-core: `onStay` callback should use "current" matches not "previous" ([#&#8203;5485](https://github.com/TanStack/router/issues/5485)) ([`b865b42`](https://github.com/TanStack/router/commit/b865b42)) by TeChn4K - Make serverFn union response type distributive ([#&#8203;5720](https://github.com/TanStack/router/issues/5720)) ([`a9d23a4`](https://github.com/TanStack/router/commit/a9d23a4)) by Brooke Holmes ##### Ci - apply automated fixes ([`124de30`](https://github.com/TanStack/router/commit/124de30)) by autofix-ci\[bot] - apply automated fixes ([`0761f79`](https://github.com/TanStack/router/commit/0761f79)) by autofix-ci\[bot] ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).134.9 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).134.9 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).134.9 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).134.9 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).134.9 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).134.9 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).134.9 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).134.9 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).134.9 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).134.9 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).134.9 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).134.9 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).134.9 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).134.9 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).134.9 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).134.9 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).134.9 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).134.9 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).134.9 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).134.9 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).134.9 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).134.9 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).134.9 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).134.9 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).134.9 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).134.9 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).134.9 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).134.9 ### [`v1.134.4`](https://github.com/TanStack/router/releases/tag/v1.134.4) [Compare Source](https://github.com/TanStack/router/compare/v1.133.36...v1.134.4) Version 1.134.4 - 10/31/25, 7:48 PM ##### Changes ##### Fix - route HMR handling ([#&#8203;5710](https://github.com/TanStack/router/issues/5710)) ([`93d19ad`](https://github.com/TanStack/router/commit/93d19ad)) by Manuel Schiller - enable dead code elimination in split-route to remove unused imports ([#&#8203;5711](https://github.com/TanStack/router/issues/5711)) ([`6f744c2`](https://github.com/TanStack/router/commit/6f744c2)) by Manuel Schiller ##### Docs - solid-start: add Supabase example ([#&#8203;5598](https://github.com/TanStack/router/issues/5598)) ([`943d616`](https://github.com/TanStack/router/commit/943d616)) by Julian Sommer - Correct capitalization of "TypeScript" in documentation ([#&#8203;5692](https://github.com/TanStack/router/issues/5692)) ([`e77745e`](https://github.com/TanStack/router/commit/e77745e)) by Patt O"Brien ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).134.4 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).134.4 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).134.4 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).134.4 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).134.4 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).134.4 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).134.4 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).134.4 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).134.4 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).134.4 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).134.4 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).134.4 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).134.4 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).134.4 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).134.4 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).134.4 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).134.4 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).134.4 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).134.4 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).134.4 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).134.4 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).134.4 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).134.4 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).134.4 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).134.4 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).134.4 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).134.4 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).134.4 ### [`v1.133.36`](https://github.com/TanStack/router/releases/tag/v1.133.36) [Compare Source](https://github.com/TanStack/router/compare/v1.133.35...v1.133.36) Version 1.133.36 - 10/29/25, 1:10 AM ##### Changes ##### Fix - router: bump tanstack store to ^0.8 ([#&#8203;5680](https://github.com/TanStack/router/issues/5680)) ([`f9bf3a5`](https://github.com/TanStack/router/commit/f9bf3a5)) by Birk Skyum ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).133.36 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).133.36 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).133.36 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).133.36 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).133.36 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).133.36 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).133.36 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).133.36 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).133.36 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).133.36 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).133.36 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).133.36 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).133.36 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).133.36 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).133.36 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).133.36 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).133.36 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).133.36 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).133.36 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).133.36 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).133.36 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).133.36 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).133.36 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).133.36 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).133.36 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).133.36 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).133.36 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).133.36 ### [`v1.133.35`](https://github.com/TanStack/router/releases/tag/v1.133.35) [Compare Source](https://github.com/TanStack/router/compare/v1.133.32...v1.133.35) Version 1.133.35 - 10/28/25, 9:34 PM ##### Changes ##### Refactor - router-core: more stable url decoding ([#&#8203;5663](https://github.com/TanStack/router/issues/5663)) ([`915de64`](https://github.com/TanStack/router/commit/915de64)) by Nico Lynzaad ##### Test - react-start: fix query version in server-routes ([#&#8203;5672](https://github.com/TanStack/router/issues/5672)) ([`e06cfad`](https://github.com/TanStack/router/commit/e06cfad)) by Birk Skyum - solid-start: fix solid-query when used in ssr ([#&#8203;5665](https://github.com/TanStack/router/issues/5665)) ([`9d6c63b`](https://github.com/TanStack/router/commit/9d6c63b)) by [@&#8203;brenelz](https://github.com/brenelz) - solid-router: use default generated values in basic file based ([#&#8203;5662](https://github.com/TanStack/router/issues/5662)) ([`e2be32a`](https://github.com/TanStack/router/commit/e2be32a)) by Nico Lynzaad ##### Docs - solid-start: fix ssr start-basic-solid-query ([#&#8203;5666](https://github.com/TanStack/router/issues/5666)) ([`215ae1f`](https://github.com/TanStack/router/commit/215ae1f)) by Birk Skyum ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).133.35 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).133.35 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).133.35 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).133.35 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).133.35 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).133.35 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).133.35 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).133.35 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).133.35 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).133.35 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).133.35 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).133.35 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).133.35 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).133.35 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).133.35 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).133.35 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).133.35 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).133.35 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).133.35 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).133.35 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).133.35 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).133.35 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).133.35 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).133.35 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).133.35 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).133.35 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).133.35 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).133.35 ### [`v1.133.32`](https://github.com/TanStack/router/releases/tag/v1.133.32) [Compare Source](https://github.com/TanStack/router/compare/v1.133.28...v1.133.32) Version 1.133.32 - 10/26/25, 5:07 PM ##### Changes ##### Fix - fix React router Link component in SVG elements ([#&#8203;5590](https://github.com/TanStack/router/issues/5590)) ([`9607ef6`](https://github.com/TanStack/router/commit/9607ef6)) by Durgé Seerden ##### Test - solid-router: update basic-file-based ([#&#8203;5633](https://github.com/TanStack/router/issues/5633)) ([`aefd20f`](https://github.com/TanStack/router/commit/aefd20f)) by Birk Skyum ##### Packages - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).133.32 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).133.32 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).133.32 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).133.32 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).133.32 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).133.32 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).133.32 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).133.32 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).133.32 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).133.32 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).133.32 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).133.32 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).133.32 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).133.32 ### [`v1.133.28`](https://github.com/TanStack/router/releases/tag/v1.133.28) [Compare Source](https://github.com/TanStack/router/compare/v1.133.27...v1.133.28) Version 1.133.28 - 10/25/25, 10:51 PM ##### Changes ##### Fix - fix transform id regex ([#&#8203;5624](https://github.com/TanStack/router/issues/5624)) ([`eed6a79`](https://github.com/TanStack/router/commit/eed6a79)) by Manuel Schiller ##### Test - solid-router: add basepath-file-based e2e suite ([#&#8203;5623](https://github.com/TanStack/router/issues/5623)) ([`54e0be8`](https://github.com/TanStack/router/commit/54e0be8)) by Birk Skyum - solid-router: un-skip link tests ([#&#8203;5621](https://github.com/TanStack/router/issues/5621)) ([`08d78c1`](https://github.com/TanStack/router/commit/08d78c1)) by Birk Skyum - solid-router: fix timing in loaders test ([#&#8203;5622](https://github.com/TanStack/router/issues/5622)) ([`735c1e3`](https://github.com/TanStack/router/commit/735c1e3)) by Birk Skyum - solid-start: sync server-routes e2e to react ([#&#8203;5618](https://github.com/TanStack/router/issues/5618)) ([`b5c96d4`](https://github.com/TanStack/router/commit/b5c96d4)) by Birk Skyum - solid: add params.spec.ts to start/router ([#&#8203;5617](https://github.com/TanStack/router/issues/5617)) ([`3ce120b`](https://github.com/TanStack/router/commit/3ce120b)) by Birk Skyum - solid-router: sync unit tests from react-router ([#&#8203;5614](https://github.com/TanStack/router/issues/5614)) ([`f4a544f`](https://github.com/TanStack/router/commit/f4a544f)) by Birk Skyum - solid-router: add sentry e2e ([#&#8203;5612](https://github.com/TanStack/router/issues/5612)) ([`a068c43`](https://github.com/TanStack/router/commit/a068c43)) by Birk Skyum ##### Ci - apply automated fixes ([`c6183ad`](https://github.com/TanStack/router/commit/c6183ad)) by autofix-ci\[bot] ##### Docs - fix links for decisions on dx ([#&#8203;5608](https://github.com/TanStack/router/issues/5608)) ([`20ea994`](https://github.com/TanStack/router/commit/20ea994)) by Sarah ##### Other - ([`efe6e5f`](https://github.com/TanStack/router/commit/efe6e5f)) by Tanner Linsley - ([`977c9cf`](https://github.com/TanStack/router/commit/977c9cf)) by Tanner Linsley - ([`4c9d221`](https://github.com/TanStack/router/commit/4c9d221)) by [@&#8203;brenelz](https://github.com/brenelz) ##### Packages - [@&#8203;tanstack/history](https://github.com/tanstack/history)[@&#8203;1](https://github.com/1).133.28 - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).133.28 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).133.28 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).133.28 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).133.28 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).133.28 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).133.28 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).133.28 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).133.28 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).133.28 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).133.28 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).133.28 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).133.28 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).133.28 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).133.28 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).133.28 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).133.28 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).133.28 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).133.28 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).133.28 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).133.28 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).133.28 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).133.28 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).133.28 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).133.28 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).133.28 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).133.28 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).133.28 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).133.28 ### [`v1.133.27`](https://github.com/TanStack/router/releases/tag/v1.133.27) [Compare Source](https://github.com/TanStack/router/compare/v1.133.25...v1.133.27) Version 1.133.27 - 10/24/25, 8:30 AM ##### Changes ##### Fix - route-core, router-generator: resolve non-nested routes correctly in generator ([#&#8203;5402](https://github.com/TanStack/router/issues/5402)) ([`d293e1b`](https://github.com/TanStack/router/commit/d293e1b)) by Nico Lynzaad ##### Other - ([`d6f5870`](https://github.com/TanStack/router/commit/d6f5870)) by [@&#8203;brenelz](https://github.com/brenelz) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).133.27 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).133.27 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).133.27 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).133.27 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).133.27 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).133.27 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).133.27 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).133.27 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).133.27 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).133.27 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).133.27 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).133.27 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).133.27 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).133.27 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).133.27 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).133.27 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).133.27 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).133.27 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).133.27 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).133.27 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).133.27 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).133.27 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).133.27 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).133.27 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).133.27 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).133.27 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).133.27 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).133.27 ### [`v1.133.25`](https://github.com/TanStack/router/releases/tag/v1.133.25) [Compare Source](https://github.com/TanStack/router/compare/v1.133.22...v1.133.25) Version 1.133.25 - 10/23/25, 6:29 PM ##### Changes ##### Fix - various fixes ([#&#8203;5593](https://github.com/TanStack/router/issues/5593)) ([`22bb4e0`](https://github.com/TanStack/router/commit/22bb4e0)) by Manuel Schiller ##### Chore - solid: bump solid-js to ^1.9.9 to align seroval versions ([#&#8203;5586](https://github.com/TanStack/router/issues/5586)) ([`47bc1c3`](https://github.com/TanStack/router/commit/47bc1c3)) by Birk Skyum ##### Other - ([`91d9940`](https://github.com/TanStack/router/commit/91d9940)) by Tanner Linsley - ([`88b6a8c`](https://github.com/TanStack/router/commit/88b6a8c)) by Tanner Linsley ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).133.25 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).133.25 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).133.25 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).133.25 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).133.25 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).133.25 - [@&#8203;tanstack/server-functions-plugin](https://github.com/tanstack/server-functions-plugin)[@&#8203;1](https://github.com/1).133.25 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).133.25 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).133.25 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).133.25 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).133.25 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).133.25 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).133.25 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).133.25 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).133.25 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).133.25 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).133.25 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).133.25 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).133.25 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).133.25 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).133.25 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).133.25 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).133.25 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).133.25 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).133.25 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).133.25 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).133.25 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).133.25 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).133.25 ### [`v1.133.22`](https://github.com/TanStack/router/releases/tag/v1.133.22) [Compare Source](https://github.com/TanStack/router/compare/v1.133.21...v1.133.22) Version 1.133.22 - 10/22/25, 12:32 AM ##### Changes ##### Fix - fouc on solid-start HeadContent ([#&#8203;5578](https://github.com/TanStack/router/issues/5578)) ([`74714e0`](https://github.com/TanStack/router/commit/74714e0)) by [@&#8203;brenelz](https://github.com/brenelz) ##### Chore - solid: bump vite plugin solid to 2.11.10 ([#&#8203;5572](https://github.com/TanStack/router/issues/5572)) ([`7f809a8`](https://github.com/TanStack/router/commit/7f809a8)) by Birk Skyum ##### Docs - solid-start: nitro v3 vite plugin example ([#&#8203;5577](https://github.com/TanStack/router/issues/5577)) ([`07f56f8`](https://github.com/TanStack/router/commit/07f56f8)) by Birk Skyum - solid-start: add netlify vite plugin example ([#&#8203;5575](https://github.com/TanStack/router/issues/5575)) ([`1264256`](https://github.com/TanStack/router/commit/1264256)) by Birk Skyum - solid-start: start-basic-cloudflare example ([#&#8203;5567](https://github.com/TanStack/router/issues/5567)) ([`a947885`](https://github.com/TanStack/router/commit/a947885)) by Birk Skyum ##### Other - ([`37ac3ad`](https://github.com/TanStack/router/commit/37ac3ad)) by Birk Skyum - ([`d6a4352`](https://github.com/TanStack/router/commit/d6a4352)) by Tanner Linsley - ([`d3a3c0b`](https://github.com/TanStack/router/commit/d3a3c0b)) by Tanner Linsley ##### Packages - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).133.22 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).133.22 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).133.22 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).133.22 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).133.22 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).133.22 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).133.22 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).133.22 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).133.22 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).133.22 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).133.22 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).133.22 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).133.22 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).133.22 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).133.22 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).133.22 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).133.22 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).133.22 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).133.22 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).133.22 ### [`v1.133.21`](https://github.com/TanStack/router/releases/tag/v1.133.21) [Compare Source](https://github.com/TanStack/router/compare/v1.133.20...v1.133.21) Version 1.133.21 - 10/21/25, 2:35 PM ##### Changes ##### Fix - solid start error outside monorepo ([#&#8203;5566](https://github.com/TanStack/router/issues/5566)) ([`a3e5188`](https://github.com/TanStack/router/commit/a3e5188)) by [@&#8203;brenelz](https://github.com/brenelz) ##### Test - solid-start: basic-auth e2e suite and example ([#&#8203;5558](https://github.com/TanStack/router/issues/5558)) ([`da10edf`](https://github.com/TanStack/router/commit/da10edf)) by Birk Skyum - solid-start: add virtual-routes e2e suite ([#&#8203;5556](https://github.com/TanStack/router/issues/5556)) ([`410fdf8`](https://github.com/TanStack/router/commit/410fdf8)) by Birk Skyum ##### Docs - display auth, query, static examples on website ([#&#8203;5563](https://github.com/TanStack/router/issues/5563)) ([`12f0e8c`](https://github.com/TanStack/router/commit/12f0e8c)) by Birk Skyum - solid-start: start-basic-solid-query example ([#&#8203;5562](https://github.com/TanStack/router/issues/5562)) ([`616a38e`](https://github.com/TanStack/router/commit/616a38e)) by Birk Skyum ##### Other - ([`76dc565`](https://github.com/TanStack/router/commit/76dc565)) by Tanner Linsley ##### Packages - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).133.21 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).133.21 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).133.21 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).133.21 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).133.21 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).133.21 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).133.21 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).133.21 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).133.21 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).133.21 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).133.21 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).133.21 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).133.21 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).133.21 ### [`v1.133.20`](https://github.com/TanStack/router/releases/tag/v1.133.20) [Compare Source](https://github.com/TanStack/router/compare/v1.133.19...v1.133.20) Version 1.133.20 - 10/20/25, 11:21 PM ##### Changes ##### Fix - router-core: add support for handling any kind of empty \_splat consistently ([#&#8203;5510](https://github.com/TanStack/router/issues/5510)) ([`3eccdeb`](https://github.com/TanStack/router/commit/3eccdeb)) by Paul Sachs ##### Other - ([`57f1b79`](https://github.com/TanStack/router/commit/57f1b79)) by Tanner Linsley ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).133.20 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).133.20 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).133.20 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).133.20 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).133.20 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).133.20 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).133.20 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).133.20 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).133.20 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).133.20 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).133.20 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).133.20 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).133.20 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).133.20 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).133.20 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).133.20 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).133.20 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).133.20 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).133.20 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).133.20 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).133.20 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).133.20 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).133.20 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).133.20 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).133.20 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).133.20 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).133.20 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).133.20 ### [`v1.133.19`](https://github.com/TanStack/router/releases/tag/v1.133.19) [Compare Source](https://github.com/TanStack/router/compare/v1.133.18...v1.133.19) Version 1.133.19 - 10/20/25, 10:56 PM (Manual Release) ##### Changes ##### Docs - solid-router: add solid-query router examples ([#&#8203;3891](https://github.com/TanStack/router/issues/3891)) ([`fc82bf2`](https://github.com/TanStack/router/commit/fc82bf2)) by Birk Skyum ##### Other - ([`0231801`](https://github.com/TanStack/router/commit/0231801)) by Birk Skyum ##### Packages - [@&#8203;tanstack/history](https://github.com/tanstack/history)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/solid-router-ssr-query](https://github.com/tanstack/solid-router-ssr-query)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/virtual-file-routes](https://github.com/tanstack/virtual-file-routes)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/directive-functions-plugin](https://github.com/tanstack/directive-functions-plugin)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/server-functions-plugin](https://github.com/tanstack/server-functions-plugin)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/eslint-plugin-router](https://github.com/tanstack/eslint-plugin-router)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/router-utils](https://github.com/tanstack/router-utils)[@&#8203;1](https://github.com/1).133.19 - [@&#8203;tanstack/nitro-v2-vite-plugin](https://github.com/tanstack/nitro-v2-vite-plugin)[@&#8203;1](https://github.com/1).133.19 ### [`v1.133.18`](https://github.com/TanStack/router/releases/tag/v1.133.18) [Compare Source](https://github.com/TanStack/router/compare/v1.133.15...v1.133.18) Version 1.133.18 - 10/20/25, 10:17 PM ##### Changes ##### Fix - solid-start: improve hydration ([#&#8203;5518](https://github.com/TanStack/router/issues/5518)) ([`f9ae72c`](https://github.com/TanStack/router/commit/f9ae72c)) by [@&#8203;brenelz](https://github.com/brenelz) ##### Ci - apply automated fixes (attempt 2/3) ([`d9d1efc`](https://github.com/TanStack/router/commit/d9d1efc)) by autofix-ci\[bot] - apply automated fixes ([`31834e3`](https://github.com/TanStack/router/commit/31834e3)) by autofix-ci\[bot] ##### Other - ([`8568185`](https://github.com/TanStack/router/commit/8568185)) by Tanner Linsley - ([`521e737`](https://github.com/TanStack/router/commit/521e737)) by Tanner Linsley - ([`1ed3c92`](https://github.com/TanStack/router/commit/1ed3c92)) by Tanner Linsley - ([`e004400`](https://github.com/TanStack/router/commit/e004400)) by Tanner Linsley - ([`b1ee739`](https://github.com/TanStack/router/commit/b1ee739)) by Tanner Linsley ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).133.18 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).133.18 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).133.18 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).133.18 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).133.18 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).133.18 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).133.18 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).133.18 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).133.18 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).133.18 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).133.18 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).133.18 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).133.18 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).133.18 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).133.18 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).133.18 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).133.18 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).133.18 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).133.18 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).133.18 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).133.18 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).133.18 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).133.18 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).133.18 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).133.18 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).133.18 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).133.18 ### [`v1.133.15`](https://github.com/TanStack/router/releases/tag/v1.133.15) [Compare Source](https://github.com/TanStack/router/compare/v1.133.13...v1.133.15) Version 1.133.15 - 10/19/25, 9:58 PM ##### Changes ##### Fix - set statusCode to 500 if error occurs ([#&#8203;5541](https://github.com/TanStack/router/issues/5541)) ([`015bc2d`](https://github.com/TanStack/router/commit/015bc2d)) by Manuel Schiller ##### Docs - Update router-context.md with context usage tips ([#&#8203;5540](https://github.com/TanStack/router/issues/5540)) ([`e87bd30`](https://github.com/TanStack/router/commit/e87bd30)) by [@&#8203;johnf](https://github.com/johnf) - Update hosting guide with Wrangler login instructions ([#&#8203;5538](https://github.com/TanStack/router/issues/5538)) ([`15b1818`](https://github.com/TanStack/router/commit/15b1818)) by [@&#8203;mturczyn](https://github.com/mturczyn) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).133.15 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).133.15 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).133.15 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).133.15 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).133.15 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).133.15 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).133.15 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).133.15 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).133.15 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).133.15 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).133.15 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).133.15 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).133.15 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).133.15 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).133.15 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).133.15 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).133.15 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).133.15 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).133.15 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).133.15 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).133.15 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).133.15 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).133.15 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).133.15 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).133.15 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).133.15 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).133.15 ### [`v1.133.13`](https://github.com/TanStack/router/releases/tag/v1.133.13) [Compare Source](https://github.com/TanStack/router/compare/v1.133.12...v1.133.13) Version 1.133.13 - 10/18/25, 12:31 AM ##### Changes ##### Fix - server side redirects causd by default search param respect rewrite ([#&#8203;5523](https://github.com/TanStack/router/issues/5523)) ([`de16769`](https://github.com/TanStack/router/commit/de16769)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).133.13 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).133.13 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).133.13 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).133.13 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).133.13 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).133.13 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).133.13 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).133.13 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).133.13 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).133.13 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).133.13 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).133.13 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).133.13 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).133.13 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).133.13 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).133.13 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).133.13 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).133.13 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).133.13 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).133.13 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).133.13 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).133.13 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).133.13 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).133.13 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).133.13 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).133.13 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).133.13 ### [`v1.133.12`](https://github.com/TanStack/router/releases/tag/v1.133.12) [Compare Source](https://github.com/TanStack/router/compare/v1.133.10...v1.133.12) Version 1.133.12 - 10/17/25, 11:27 PM ##### Changes ##### Fix - memo dependencies ([`1eaedce`](https://github.com/TanStack/router/commit/1eaedce)) by Manuel Schiller - nonce ([#&#8203;5522](https://github.com/TanStack/router/issues/5522)) ([`20d3501`](https://github.com/TanStack/router/commit/20d3501)) by Manuel Schiller ##### Chore - eslint: resolve eslint errors in hydrateStart ([#&#8203;5521](https://github.com/TanStack/router/issues/5521)) ([`4f9b737`](https://github.com/TanStack/router/commit/4f9b737)) by Nico Lynzaad ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).133.12 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).133.12 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).133.12 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).133.12 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).133.12 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).133.12 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).133.12 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).133.12 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).133.12 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).133.12 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).133.12 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).133.12 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).133.12 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).133.12 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).133.12 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).133.12 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).133.12 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).133.12 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).133.12 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).133.12 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).133.12 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).133.12 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).133.12 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).133.12 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).133.12 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).133.12 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).133.12 ### [`v1.133.10`](https://github.com/TanStack/router/releases/tag/v1.133.10) [Compare Source](https://github.com/TanStack/router/compare/v1.133.8...v1.133.10) Version 1.133.10 - 10/17/25, 8:09 PM ##### Changes ##### Fix - router-core: allow to return `false` to skip navigation using view transition types ([#&#8203;5492](https://github.com/TanStack/router/issues/5492)) ([`7a55d7d`](https://github.com/TanStack/router/commit/7a55d7d)) by [@&#8203;joseinaqa](https://github.com/joseinaqa) ##### Ci - apply automated fixes ([`a56f4fa`](https://github.com/TanStack/router/commit/a56f4fa)) by autofix-ci\[bot] ##### Docs - fix session usage ([`0149034`](https://github.com/TanStack/router/commit/0149034)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).133.10 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).133.10 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).133.10 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).133.10 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).133.10 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).133.10 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).133.10 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).133.10 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).133.10 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).133.10 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).133.10 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).133.10 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).133.10 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).133.10 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).133.10 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).133.10 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).133.10 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).133.10 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).133.10 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).133.10 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).133.10 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).133.10 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).133.10 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).133.10 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).133.10 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).133.10 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).133.10 ### [`v1.133.8`](https://github.com/TanStack/router/releases/tag/v1.133.8) [Compare Source](https://github.com/TanStack/router/compare/v1.133.7...v1.133.8) Version 1.133.8 - 10/17/25, 5:41 PM ##### Changes ##### Fix - fallback if origin is "null" ([#&#8203;5512](https://github.com/TanStack/router/issues/5512)) ([`9a0a321`](https://github.com/TanStack/router/commit/9a0a321)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).133.8 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).133.8 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).133.8 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).133.8 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).133.8 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).133.8 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).133.8 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).133.8 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).133.8 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).133.8 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).133.8 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).133.8 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).133.8 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).133.8 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).133.8 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).133.8 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).133.8 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).133.8 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).133.8 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).133.8 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).133.8 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).133.8 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).133.8 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).133.8 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).133.8 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).133.8 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).133.8 ### [`v1.133.7`](https://github.com/TanStack/router/releases/tag/v1.133.7) [Compare Source](https://github.com/TanStack/router/compare/v1.133.3...v1.133.7) Version 1.133.7 - 10/17/25, 5:24 PM ##### Changes ##### Fix - react-router,solid-router: top-level `Matches` should use `pendingComponent` on root route ([#&#8203;5495](https://github.com/TanStack/router/issues/5495)) ([`b0d0b25`](https://github.com/TanStack/router/commit/b0d0b25)) by Dominik Dorfmeister ##### Packages - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).133.7 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).133.7 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).133.7 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).133.7 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).133.7 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).133.7 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).133.7 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).133.7 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).133.7 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).133.7 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).133.7 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).133.7 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).133.7 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).133.7 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).133.7 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).133.7 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).133.7 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).133.7 ### [`v1.133.3`](https://github.com/TanStack/router/releases/tag/v1.133.3) [Compare Source](https://github.com/TanStack/router/compare/v1.132.47...v1.133.3) Version 1.133.3 - 10/15/25, 3:54 PM (Manual Release) ##### Changes ##### Fix - RELEASE\_ALL ([`8815853`](https://github.com/TanStack/router/commit/8815853)) by Birk Skyum - force release ([`66b75cc`](https://github.com/TanStack/router/commit/66b75cc)) by Birk Skyum ##### Other - ([`7cb4a7e`](https://github.com/TanStack/router/commit/7cb4a7e)) by Birk Skyum ##### Packages - [@&#8203;tanstack/history](https://github.com/tanstack/history)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/virtual-file-routes](https://github.com/tanstack/virtual-file-routes)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/directive-functions-plugin](https://github.com/tanstack/directive-functions-plugin)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/server-functions-plugin](https://github.com/tanstack/server-functions-plugin)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/eslint-plugin-router](https://github.com/tanstack/eslint-plugin-router)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/router-utils](https://github.com/tanstack/router-utils)[@&#8203;1](https://github.com/1).133.3 - [@&#8203;tanstack/nitro-v2-vite-plugin](https://github.com/tanstack/nitro-v2-vite-plugin)[@&#8203;1](https://github.com/1).133.3 ### [`v1.132.47`](https://github.com/TanStack/router/releases/tag/v1.132.47) [Compare Source](https://github.com/TanStack/router/compare/v1.132.45...v1.132.47) Version 1.132.47 - 10/6/25, 9:20 PM ##### Changes ##### Fix - navigate() respects rewrites when reloadDocument=true ([#&#8203;5389](https://github.com/TanStack/router/issues/5389)) ([`2db746c`](https://github.com/TanStack/router/commit/2db746c)) by Manuel Schiller ##### Examples - Add a new TanStack Start example for typed readable streams ([#&#8203;5363](https://github.com/TanStack/router/issues/5363)) ([`42500ce`](https://github.com/TanStack/router/commit/42500ce)) by fuko ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).132.47 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).132.47 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).132.47 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).132.47 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).132.47 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).132.47 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).132.47 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).132.47 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).132.47 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).132.47 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).132.47 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).132.47 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).132.47 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).132.47 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).132.47 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).132.47 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).132.47 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).132.47 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).132.47 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).132.47 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).132.47 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).132.47 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).132.47 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).132.47 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).132.47 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).132.47 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).132.47 ### [`v1.132.45`](https://github.com/TanStack/router/releases/tag/v1.132.45) [Compare Source](https://github.com/TanStack/router/compare/v1.132.41...v1.132.45) Version 1.132.45 - 10/6/25, 8:13 PM ##### Changes ##### Fix - add TsrSerializable ([#&#8203;5387](https://github.com/TanStack/router/issues/5387)) ([`020e96b`](https://github.com/TanStack/router/commit/020e96b)) by Manuel Schiller ##### Docs - server entry point ([`e8052ce`](https://github.com/TanStack/router/commit/e8052ce)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).132.45 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).132.45 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).132.45 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).132.45 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).132.45 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).132.45 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).132.45 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).132.45 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).132.45 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).132.45 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).132.45 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).132.45 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).132.45 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).132.45 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).132.45 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).132.45 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).132.45 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).132.45 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).132.45 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).132.45 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).132.45 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).132.45 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).132.45 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).132.45 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).132.45 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).132.45 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).132.45 ### [`v1.132.41`](https://github.com/TanStack/router/releases/tag/v1.132.41) [Compare Source](https://github.com/TanStack/router/compare/v1.132.37...v1.132.41) Version 1.132.41 - 10/5/25, 9:13 PM ##### Changes ##### Fix - router-core: fix typing of search in remountDeps ([#&#8203;5362](https://github.com/TanStack/router/issues/5362)) ([`b65853e`](https://github.com/TanStack/router/commit/b65853e)) by [@&#8203;jijiseong](https://github.com/jijiseong) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).132.41 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).132.41 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).132.41 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).132.41 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).132.41 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).132.41 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).132.41 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).132.41 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).132.41 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).132.41 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).132.41 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).132.41 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).132.41 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).132.41 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).132.41 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).132.41 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).132.41 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).132.41 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).132.41 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).132.41 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).132.41 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).132.41 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).132.41 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).132.41 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).132.41 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).132.41 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).132.41 ### [`v1.132.37`](https://github.com/TanStack/router/releases/tag/v1.132.37) [Compare Source](https://github.com/TanStack/router/compare/v1.132.33...v1.132.37) Version 1.132.37 - 10/4/25, 8:41 PM ##### Changes ##### Fix - types for async generators ([#&#8203;5366](https://github.com/TanStack/router/issues/5366)) ([`271e1aa`](https://github.com/TanStack/router/commit/271e1aa)) by Manuel Schiller ##### Other - ([`0d3bba8`](https://github.com/TanStack/router/commit/0d3bba8)) by [@&#8203;brenelz](https://github.com/brenelz) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).132.37 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).132.37 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).132.37 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).132.37 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).132.37 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).132.37 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).132.37 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).132.37 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).132.37 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).132.37 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).132.37 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).132.37 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).132.37 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).132.37 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).132.37 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).132.37 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).132.37 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).132.37 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).132.37 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).132.37 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).132.37 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).132.37 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).132.37 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).132.37 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).132.37 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).132.37 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).132.37 ### [`v1.132.33`](https://github.com/TanStack/router/releases/tag/v1.132.33) [Compare Source](https://github.com/TanStack/router/compare/v1.132.31...v1.132.33) Version 1.132.33 - 10/3/25, 1:01 PM ##### Changes ##### Fix - basepath ([#&#8203;5345](https://github.com/TanStack/router/issues/5345)) ([`ceae3d5`](https://github.com/TanStack/router/commit/ceae3d5)) by Manuel Schiller ##### Docs - start: fix import path for useSession in authentication.md ([#&#8203;5318](https://github.com/TanStack/router/issues/5318)) ([`cc52bd7`](https://github.com/TanStack/router/commit/cc52bd7)) by [@&#8203;johnf](https://github.com/johnf) ##### Examples - fix paraglide start example ([#&#8203;5344](https://github.com/TanStack/router/issues/5344)) ([`ac35dd2`](https://github.com/TanStack/router/commit/ac35dd2)) by Júlio Mühlbauer ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).132.33 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).132.33 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).132.33 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).132.33 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).132.33 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).132.33 - [@&#8203;tanstack/nitro-v2-vite-plugin](https://github.com/tanstack/nitro-v2-vite-plugin)[@&#8203;1](https://github.com/1).132.33 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).132.33 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).132.33 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).132.33 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).132.33 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).132.33 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).132.33 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).132.33 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).132.33 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).132.33 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).132.33 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).132.33 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).132.33 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).132.33 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).132.33 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).132.33 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).132.33 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).132.33 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).132.33 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).132.33 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).132.33 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).132.33 ### [`v1.132.31`](https://github.com/TanStack/router/releases/tag/v1.132.31) Version 1.132.31 - 10/1/25, 8:59 PM (Manual Release) ##### Changes ##### Fix - return Headers instead of object ([#&#8203;5333](https://github.com/TanStack/router/issues/5333)) ([`a7a25f5`](https://github.com/TanStack/router/commit/a7a25f5)) by Manuel Schiller - unset `extends` of serialization adapters after deduping ([#&#8203;5316](https://github.com/TanStack/router/issues/5316)) ([`f943abc`](https://github.com/TanStack/router/commit/f943abc)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/history](https://github.com/tanstack/history)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/virtual-file-routes](https://github.com/tanstack/virtual-file-routes)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/directive-functions-plugin](https://github.com/tanstack/directive-functions-plugin)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/server-functions-plugin](https://github.com/tanstack/server-functions-plugin)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/eslint-plugin-router](https://github.com/tanstack/eslint-plugin-router)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/router-utils](https://github.com/tanstack/router-utils)[@&#8203;1](https://github.com/1).132.31 - [@&#8203;tanstack/nitro-v2-vite-plugin](https://github.com/tanstack/nitro-v2-vite-plugin)[@&#8203;1](https://github.com/1).132.31 ### [`v1.132.29`](https://github.com/TanStack/router/releases/tag/v1.132.29) [Compare Source](https://github.com/TanStack/router/compare/v1.132.27...v1.132.29) Version 1.132.29 - 10/1/25, 6:44 PM ##### Changes ##### Fix - correctly handle client-side vs server-side redirects with rewrites ([#&#8203;5330](https://github.com/TanStack/router/issues/5330)) ([`a2da3f2`](https://github.com/TanStack/router/commit/a2da3f2)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).132.29 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).132.29 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).132.29 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).132.29 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).132.29 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).132.29 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).132.29 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).132.29 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).132.29 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).132.29 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).132.29 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).132.29 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).132.29 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).132.29 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).132.29 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).132.29 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).132.29 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).132.29 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).132.29 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).132.29 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).132.29 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).132.29 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).132.29 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).132.29 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).132.29 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).132.29 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).132.29 ### [`v1.132.27`](https://github.com/TanStack/router/releases/tag/v1.132.27) [Compare Source](https://github.com/TanStack/router/compare/v1.132.26...v1.132.27) Version 1.132.27 - 9/30/25, 10:04 PM ##### Changes ##### Fix - raw response handling ([#&#8203;5276](https://github.com/TanStack/router/issues/5276)) ([`5269bd8`](https://github.com/TanStack/router/commit/5269bd8)) by Manuel Schiller - router: `rewriteBasepath` not working without trailing slash ([#&#8203;5244](https://github.com/TanStack/router/issues/5244)) ([`bb410f8`](https://github.com/TanStack/router/commit/bb410f8)) by Thenglong Heng ##### Ci - apply automated fixes ([`ae5119d`](https://github.com/TanStack/router/commit/ae5119d)) by autofix-ci\[bot] ##### Docs - Update hosting.md ([#&#8203;5252](https://github.com/TanStack/router/issues/5252)) ([`c29938b`](https://github.com/TanStack/router/commit/c29938b)) by TinsFox ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).132.27 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).132.27 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).132.27 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).132.27 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).132.27 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).132.27 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).132.27 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).132.27 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).132.27 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).132.27 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).132.27 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).132.27 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).132.27 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).132.27 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).132.27 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).132.27 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).132.27 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).132.27 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).132.27 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).132.27 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).132.27 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).132.27 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).132.27 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).132.27 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).132.27 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).132.27 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).132.27 ### [`v1.132.26`](https://github.com/TanStack/router/releases/tag/v1.132.26) [Compare Source](https://github.com/TanStack/router/compare/v1.132.25...v1.132.26) Version 1.132.26 - 9/30/25, 6:49 PM ##### Changes ##### Fix - allow to express dependencies between serialization adapters ([#&#8203;5314](https://github.com/TanStack/router/issues/5314)) ([`545ff3f`](https://github.com/TanStack/router/commit/545ff3f)) by Manuel Schiller - redirect respects rewrites ([#&#8203;5315](https://github.com/TanStack/router/issues/5315)) ([`1ca59e3`](https://github.com/TanStack/router/commit/1ca59e3)) by Manuel Schiller ##### Docs - Add [@&#8203;types/node](https://github.com/types/node) to build-from-scratch guide ([#&#8203;5308](https://github.com/TanStack/router/issues/5308)) ([`2d453a2`](https://github.com/TanStack/router/commit/2d453a2)) by [@&#8203;morinokami](https://github.com/morinokami) ##### Tests - solid-router: Enable e2e scroll restoration test ([#&#8203;5298](https://github.com/TanStack/router/issues/5298)) ([`581941a`](https://github.com/TanStack/router/commit/581941a)) by Birk Skyum ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).132.26 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).132.26 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).132.26 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).132.26 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).132.26 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).132.26 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).132.26 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).132.26 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).132.26 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).132.26 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).132.26 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).132.26 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).132.26 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).132.26 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).132.26 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).132.26 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).132.26 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).132.26 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).132.26 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).132.26 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).132.26 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).132.26 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).132.26 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).132.26 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).132.26 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).132.26 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).132.26 ### [`v1.132.25`](https://github.com/TanStack/router/releases/tag/v1.132.25) [Compare Source](https://github.com/TanStack/router/compare/v1.132.23...v1.132.25) Version 1.132.25 - 9/29/25, 7:38 PM ##### Changes ##### Fix - router: hash history links with `target="_blank"` generate incorrect URLs ([#&#8203;5242](https://github.com/TanStack/router/issues/5242)) ([`e52673b`](https://github.com/TanStack/router/commit/e52673b)) by Lee ##### Docs - Change "target" to "preset" in Nitro example config ([#&#8203;5290](https://github.com/TanStack/router/issues/5290)) ([`31e5b9c`](https://github.com/TanStack/router/commit/31e5b9c)) by [@&#8203;oliwheeler](https://github.com/oliwheeler) ##### Packages - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).132.25 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).132.25 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).132.25 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).132.25 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).132.25 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).132.25 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).132.25 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).132.25 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).132.25 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).132.25 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).132.25 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).132.25 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).132.25 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).132.25 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).132.25 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).132.25 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).132.25 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).132.25 ### [`v1.132.23`](https://github.com/TanStack/router/releases/tag/v1.132.23) [Compare Source](https://github.com/TanStack/router/compare/v1.132.21...v1.132.23) Version 1.132.23 - 9/28/25, 11:25 PM ##### Changes ##### Fix - nonce support ([#&#8203;5287](https://github.com/TanStack/router/issues/5287)) ([`a255e9d`](https://github.com/TanStack/router/commit/a255e9d)) by Manuel Schiller ##### Docs - quickstart ([#&#8203;5286](https://github.com/TanStack/router/issues/5286)) ([`7a129f7`](https://github.com/TanStack/router/commit/7a129f7)) by Adam Rackis ##### Examples - fix Bun server static routes from using the wrong path separator on Windows ([#&#8203;5285](https://github.com/TanStack/router/issues/5285)) ([`2817a0c`](https://github.com/TanStack/router/commit/2817a0c)) by Tim Bellefleur ##### Tests - start: update spa mode e2e to use production build ([#&#8203;5284](https://github.com/TanStack/router/issues/5284)) ([`58e8a94`](https://github.com/TanStack/router/commit/58e8a94)) by Nico Lynzaad ##### Packages - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).132.23 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).132.23 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).132.23 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).132.23 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).132.23 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).132.23 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).132.23 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).132.23 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).132.23 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).132.23 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).132.23 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).132.23 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).132.23 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).132.23 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).132.23 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).132.23 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).132.23 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).132.23 ### [`v1.132.21`](https://github.com/TanStack/router/releases/tag/v1.132.21) [Compare Source](https://github.com/TanStack/router/compare/v1.132.19...v1.132.21) Version 1.132.21 - 9/28/25, 7:05 PM (Manual Release) ##### Changes ##### Fix - exclude some more files from compilation ([`785afe3`](https://github.com/TanStack/router/commit/785afe3)) by Manuel Schiller - use package alias for h3 ([#&#8203;5281](https://github.com/TanStack/router/issues/5281)) ([`3a76b3c`](https://github.com/TanStack/router/commit/3a76b3c)) by Manuel Schiller ##### Docs - react-router added API middlewares ([#&#8203;5280](https://github.com/TanStack/router/issues/5280)) ([`04af815`](https://github.com/TanStack/router/commit/04af815)) by Mo ##### Packages - [@&#8203;tanstack/history](https://github.com/tanstack/history)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/virtual-file-routes](https://github.com/tanstack/virtual-file-routes)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/directive-functions-plugin](https://github.com/tanstack/directive-functions-plugin)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/server-functions-plugin](https://github.com/tanstack/server-functions-plugin)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/eslint-plugin-router](https://github.com/tanstack/eslint-plugin-router)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/router-utils](https://github.com/tanstack/router-utils)[@&#8203;1](https://github.com/1).132.21 - [@&#8203;tanstack/nitro-v2-vite-plugin](https://github.com/tanstack/nitro-v2-vite-plugin)[@&#8203;1](https://github.com/1).132.21 ### [`v1.132.19`](https://github.com/TanStack/router/releases/tag/v1.132.19) [Compare Source](https://github.com/TanStack/router/compare/v1.132.17...v1.132.19) Version 1.132.19 - 9/28/25, 10:43 AM ##### Changes ##### Fix - register createServerFn fetcher as serializable ([#&#8203;5268](https://github.com/TanStack/router/issues/5268)) ([`7d876bc`](https://github.com/TanStack/router/commit/7d876bc)) by Manuel Schiller ##### Docs - fix Validation with Zod documentation ([#&#8203;5269](https://github.com/TanStack/router/issues/5269)) ([`985f8c6`](https://github.com/TanStack/router/commit/985f8c6)) by kkane - wrong link to bun server implementation in hosting page ([#&#8203;5272](https://github.com/TanStack/router/issues/5272)) ([`b19e0b9`](https://github.com/TanStack/router/commit/b19e0b9)) by Mattèo Gauthier ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).132.19 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).132.19 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).132.19 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).132.19 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).132.19 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).132.19 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).132.19 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).132.19 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).132.19 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).132.19 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).132.19 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).132.19 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).132.19 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).132.19 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).132.19 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).132.19 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).132.19 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).132.19 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).132.19 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).132.19 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).132.19 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).132.19 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).132.19 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).132.19 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).132.19 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).132.19 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).132.19 ### [`v1.132.17`](https://github.com/TanStack/router/releases/tag/v1.132.17) [Compare Source](https://github.com/TanStack/router/compare/v1.132.7...v1.132.17) Version 1.132.17 - 9/27/25, 10:25 PM ##### Changes ##### Fix - router-core: consider **root** in path parsing of trailing underscores ([#&#8203;5262](https://github.com/TanStack/router/issues/5262)) ([`16eacb3`](https://github.com/TanStack/router/commit/16eacb3)) by Nico Lynzaad ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).132.17 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).132.17 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).132.17 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).132.17 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).132.17 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).132.17 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).132.17 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).132.17 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).132.17 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).132.17 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).132.17 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).132.17 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).132.17 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).132.17 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).132.17 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).132.17 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).132.17 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).132.17 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).132.17 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).132.17 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).132.17 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).132.17 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).132.17 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).132.17 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).132.17 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).132.17 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).132.17 ### [`v1.132.7`](https://github.com/TanStack/router/releases/tag/v1.132.7) [Compare Source](https://github.com/TanStack/router/compare/v1.132.6...v1.132.7) Version 1.132.7 - 9/25/25, 3:29 PM ##### Changes ##### Fix - opt into SSR type level serializability check ([#&#8203;5233](https://github.com/TanStack/router/issues/5233)) ([`e6ef218`](https://github.com/TanStack/router/commit/e6ef218)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).132.7 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).132.7 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).132.7 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).132.7 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).132.7 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).132.7 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).132.7 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).132.7 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).132.7 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).132.7 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).132.7 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).132.7 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).132.7 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).132.7 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).132.7 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).132.7 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).132.7 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).132.7 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).132.7 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).132.7 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).132.7 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).132.7 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).132.7 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).132.7 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).132.7 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).132.7 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).132.7 ### [`v1.132.6`](https://github.com/TanStack/router/releases/tag/v1.132.6) [Compare Source](https://github.com/TanStack/router/compare/v1.132.2...v1.132.6) Version 1.132.6 - 9/25/25, 3:01 AM ##### Changes ##### Fix - router-core: avoid infinite serializer recursion for arrays ([#&#8203;5199](https://github.com/TanStack/router/issues/5199)) ([`98a02d7`](https://github.com/TanStack/router/commit/98a02d7)) by Brooke Holmes ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).132.6 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).132.6 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).132.6 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).132.6 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).132.6 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).132.6 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).132.6 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).132.6 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).132.6 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).132.6 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).132.6 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).132.6 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).132.6 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).132.6 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).132.6 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).132.6 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).132.6 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).132.6 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).132.6 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).132.6 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).132.6 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).132.6 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).132.6 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).132.6 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).132.6 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).132.6 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).132.6 ### [`v1.132.2`](https://github.com/TanStack/router/releases/tag/v1.132.2) [Compare Source](https://github.com/TanStack/router/compare/v1.132.0...v1.132.2) Version 1.132.2 - 9/23/25, 10:37 PM ##### Changes ##### Fix - deps ([#&#8203;5195](https://github.com/TanStack/router/issues/5195)) ([`bd55576`](https://github.com/TanStack/router/commit/bd55576)) by Manuel Schiller ##### Docs - update to RC ([`70d2989`](https://github.com/TanStack/router/commit/70d2989)) by Manuel Schiller - Fix README images ([#&#8203;5162](https://github.com/TanStack/router/issues/5162)) ([`0c069fb`](https://github.com/TanStack/router/commit/0c069fb)) by Sarah ##### Other - ([`0aa3666`](https://github.com/TanStack/router/commit/0aa3666)) by [@&#8203;John-Colvin](https://github.com/John-Colvin) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).132.2 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).132.2 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).132.2 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).132.2 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).132.2 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).132.2 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).132.2 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).132.2 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).132.2 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).132.2 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).132.2 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).132.2 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).132.2 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).132.2 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).132.2 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).132.2 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).132.2 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).132.2 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).132.2 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).132.2 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).132.2 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).132.2 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).132.2 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).132.2 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).132.2 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).132.2 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).132.2 ### [`v1.132.0`](https://github.com/TanStack/router/releases/tag/v1.132.0) [Compare Source](https://github.com/TanStack/router/compare/v1.131.50...v1.132.0) Version 1.132.0 - 9/23/25, 5:36 PM ##### Changes ##### Feat - Start RC ([#&#8203;5189](https://github.com/TanStack/router/issues/5189)) ([`32faee2`](https://github.com/TanStack/router/commit/32faee2)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/history](https://github.com/tanstack/history)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/virtual-file-routes](https://github.com/tanstack/virtual-file-routes)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/directive-functions-plugin](https://github.com/tanstack/directive-functions-plugin)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/server-functions-plugin](https://github.com/tanstack/server-functions-plugin)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/eslint-plugin-router](https://github.com/tanstack/eslint-plugin-router)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/start-static-server-functions](https://github.com/tanstack/start-static-server-functions)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/router-utils](https://github.com/tanstack/router-utils)[@&#8203;1](https://github.com/1).132.0 - [@&#8203;tanstack/nitro-v2-vite-plugin](https://github.com/tanstack/nitro-v2-vite-plugin)[@&#8203;1](https://github.com/1).132.0 ### [`v1.131.50`](https://github.com/TanStack/router/releases/tag/v1.131.50) [Compare Source](https://github.com/TanStack/router/compare/v1.131.49...v1.131.50) Version 1.131.50 - 9/22/25, 1:13 AM ##### Changes ##### Fix - router-core: Non nested paths - only strip trailing underscore on route segments ([#&#8203;5182](https://github.com/TanStack/router/issues/5182)) ([`ecd79d2`](https://github.com/TanStack/router/commit/ecd79d2)) by Nico Lynzaad ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).131.50 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).131.50 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).131.50 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).131.50 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).131.50 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).131.50 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).131.50 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).131.50 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).131.50 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).131.50 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).131.50 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).131.50 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).131.50 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).131.50 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).131.50 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).131.50 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).131.50 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).131.50 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).131.50 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).131.50 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).131.50 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).131.50 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).131.50 - [@&#8203;tanstack/start-server-functions-fetcher](https://github.com/tanstack/start-server-functions-fetcher)[@&#8203;1](https://github.com/1).131.50 - [@&#8203;tanstack/start-server-functions-client](https://github.com/tanstack/start-server-functions-client)[@&#8203;1](https://github.com/1).131.50 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).131.50 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).131.50 - [@&#8203;tanstack/solid-start-plugin](https://github.com/tanstack/solid-start-plugin)[@&#8203;1](https://github.com/1).131.50 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).131.50 - [@&#8203;tanstack/react-start-plugin](https://github.com/tanstack/react-start-plugin)[@&#8203;1](https://github.com/1).131.50 ### [`v1.131.49`](https://github.com/TanStack/router/releases/tag/v1.131.49) [Compare Source](https://github.com/TanStack/router/compare/v1.131.48...v1.131.49) Version 1.131.49 - 9/19/25, 11:36 PM ##### Changes ##### Fix - tell router that rendering finished when rendering to string ([#&#8203;5174](https://github.com/TanStack/router/issues/5174)) ([`1d5c5f7`](https://github.com/TanStack/router/commit/1d5c5f7)) by Manuel Schiller ##### Packages - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).131.49 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).131.49 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).131.49 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).131.49 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).131.49 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).131.49 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).131.49 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).131.49 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).131.49 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).131.49 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).131.49 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).131.49 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).131.49 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).131.49 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).131.49 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).131.49 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).131.49 - [@&#8203;tanstack/solid-start-plugin](https://github.com/tanstack/solid-start-plugin)[@&#8203;1](https://github.com/1).131.49 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).131.49 - [@&#8203;tanstack/react-start-plugin](https://github.com/tanstack/react-start-plugin)[@&#8203;1](https://github.com/1).131.49 ### [`v1.131.48`](https://github.com/TanStack/router/releases/tag/v1.131.48) [Compare Source](https://github.com/TanStack/router/compare/v1.131.47...v1.131.48) Version 1.131.48 - 9/18/25, 11:06 PM ##### Changes ##### Fix - router-core: Non-nested paths ([#&#8203;5169](https://github.com/TanStack/router/issues/5169)) ([`cf2346b`](https://github.com/TanStack/router/commit/cf2346b)) by Nico Lynzaad ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).131.48 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).131.48 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).131.48 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).131.48 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).131.48 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).131.48 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).131.48 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).131.48 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).131.48 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).131.48 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).131.48 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).131.48 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).131.48 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).131.48 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).131.48 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).131.48 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).131.48 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).131.48 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).131.48 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).131.48 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).131.48 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).131.48 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).131.48 - [@&#8203;tanstack/start-server-functions-fetcher](https://github.com/tanstack/start-server-functions-fetcher)[@&#8203;1](https://github.com/1).131.48 - [@&#8203;tanstack/start-server-functions-client](https://github.com/tanstack/start-server-functions-client)[@&#8203;1](https://github.com/1).131.48 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).131.48 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).131.48 - [@&#8203;tanstack/solid-start-plugin](https://github.com/tanstack/solid-start-plugin)[@&#8203;1](https://github.com/1).131.48 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).131.48 - [@&#8203;tanstack/react-start-plugin](https://github.com/tanstack/react-start-plugin)[@&#8203;1](https://github.com/1).131.48 ### [`v1.131.47`](https://github.com/TanStack/router/releases/tag/v1.131.47) [Compare Source](https://github.com/TanStack/router/compare/v1.131.46...v1.131.47) Version 1.131.47 - 9/18/25, 6:29 PM ##### Changes ##### Fix - router-core: parse non-nested path params correctly ([#&#8203;5165](https://github.com/TanStack/router/issues/5165)) ([`ab12c06`](https://github.com/TanStack/router/commit/ab12c06)) by Nico Lynzaad ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).131.47 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).131.47 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).131.47 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).131.47 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).131.47 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).131.47 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).131.47 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).131.47 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).131.47 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).131.47 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).131.47 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).131.47 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).131.47 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).131.47 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).131.47 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).131.47 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).131.47 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).131.47 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).131.47 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).131.47 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).131.47 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).131.47 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).131.47 - [@&#8203;tanstack/start-server-functions-fetcher](https://github.com/tanstack/start-server-functions-fetcher)[@&#8203;1](https://github.com/1).131.47 - [@&#8203;tanstack/start-server-functions-client](https://github.com/tanstack/start-server-functions-client)[@&#8203;1](https://github.com/1).131.47 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).131.47 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).131.47 - [@&#8203;tanstack/solid-start-plugin](https://github.com/tanstack/solid-start-plugin)[@&#8203;1](https://github.com/1).131.47 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).131.47 - [@&#8203;tanstack/react-start-plugin](https://github.com/tanstack/react-start-plugin)[@&#8203;1](https://github.com/1).131.47 ### [`v1.131.46`](https://github.com/TanStack/router/releases/tag/v1.131.46) [Compare Source](https://github.com/TanStack/router/compare/v1.131.45...v1.131.46) Version 1.131.46 - 9/18/25, 6:15 PM ##### Changes ##### Fix - router: prevent script tag duplication in SSR and client-side navigation ([#&#8203;5095](https://github.com/TanStack/router/issues/5095)) ([`b0ea8de`](https://github.com/TanStack/router/commit/b0ea8de)) by [@&#8203;chess-labs](https://github.com/chess-labs) - router: respect `target` attribute on inner component ([#&#8203;5115](https://github.com/TanStack/router/issues/5115)) ([`2c8d5ce`](https://github.com/TanStack/router/commit/2c8d5ce)) by Lee ##### Packages - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).131.46 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).131.46 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).131.46 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).131.46 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).131.46 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).131.46 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).131.46 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).131.46 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).131.46 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).131.46 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).131.46 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).131.46 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).131.46 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).131.46 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).131.46 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).131.46 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).131.46 - [@&#8203;tanstack/solid-start-plugin](https://github.com/tanstack/solid-start-plugin)[@&#8203;1](https://github.com/1).131.46 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).131.46 - [@&#8203;tanstack/react-start-plugin](https://github.com/tanstack/react-start-plugin)[@&#8203;1](https://github.com/1).131.46 ### [`v1.131.45`](https://github.com/TanStack/router/releases/tag/v1.131.45) [Compare Source](https://github.com/TanStack/router/compare/v1.131.44...v1.131.45) Version 1.131.45 - 9/18/25, 5:30 PM ##### Changes ##### Refactor - react-router: Link component composeHandler performance ([#&#8203;5168](https://github.com/TanStack/router/issues/5168)) ([`c77dbc3`](https://github.com/TanStack/router/commit/c77dbc3)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Docs - Tutorial: Fetching data from an external API ([#&#8203;5050](https://github.com/TanStack/router/issues/5050)) ([`fb4c6a1`](https://github.com/TanStack/router/commit/fb4c6a1)) by [@&#8203;shrutikapoor08](https://github.com/shrutikapoor08) - Moving images inline and changing urls to relative ([#&#8203;5072](https://github.com/TanStack/router/issues/5072)) ([`e4a3e74`](https://github.com/TanStack/router/commit/e4a3e74)) by [@&#8203;shrutikapoor08](https://github.com/shrutikapoor08) - Fix grammatical error ([#&#8203;5148](https://github.com/TanStack/router/issues/5148)) ([`1405da7`](https://github.com/TanStack/router/commit/1405da7)) by Prateek Karki ##### Other - ([`8a15c49`](https://github.com/TanStack/router/commit/8a15c49)) by Sarah ##### Packages - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).131.45 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).131.45 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).131.45 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).131.45 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).131.45 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).131.45 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).131.45 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).131.45 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).131.45 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).131.45 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).131.45 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).131.45 - [@&#8203;tanstack/solid-start-plugin](https://github.com/tanstack/solid-start-plugin)[@&#8203;1](https://github.com/1).131.45 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).131.45 - [@&#8203;tanstack/react-start-plugin](https://github.com/tanstack/react-start-plugin)[@&#8203;1](https://github.com/1).131.45 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).131.45 ### [`v1.131.44`](https://github.com/TanStack/router/releases/tag/v1.131.44) [Compare Source](https://github.com/TanStack/router/compare/v1.131.41...v1.131.44) Version 1.131.44 - 9/15/25, 10:58 AM #### Changes ##### Fix - restore InferStructuralSharing and handleHashScroll in published .d.ts files ([#&#8203;5134](https://github.com/TanStack/router/issues/5134)) ([`bfc466f`](https://github.com/TanStack/router/commit/bfc466f)) by Vedant Pahune #### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)@&#8203;1.131.44 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)@&#8203;1.131.44 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)@&#8203;1.131.44 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)@&#8203;1.131.44 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)@&#8203;1.131.44 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)@&#8203;1.131.44 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)@&#8203;1.131.44 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)@&#8203;1.131.44 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)@&#8203;1.131.44 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)@&#8203;1.131.44 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)@&#8203;1.131.44 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)@&#8203;1.131.44 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)@&#8203;1.131.44 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)@&#8203;1.131.44 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)@&#8203;1.131.44 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)@&#8203;1.131.44 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)@&#8203;1.131.44 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)@&#8203;1.131.44 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)@&#8203;1.131.44 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)@&#8203;1.131.44 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)@&#8203;1.131.44 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)@&#8203;1.131.44 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)@&#8203;1.131.44 - [@&#8203;tanstack/start-server-functions-fetcher](https://github.com/tanstack/start-server-functions-fetcher)@&#8203;1.131.44 - [@&#8203;tanstack/start-server-functions-client](https://github.com/tanstack/start-server-functions-client)@&#8203;1.131.44 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)@&#8203;1.131.44 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)@&#8203;1.131.44 - [@&#8203;tanstack/solid-start-plugin](https://github.com/tanstack/solid-start-plugin)@&#8203;1.131.44 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)@&#8203;1.131.44 - [@&#8203;tanstack/react-start-plugin](https://github.com/tanstack/react-start-plugin)@&#8203;1.131.44 ### [`v1.131.41`](https://github.com/TanStack/router/releases/tag/v1.131.41) [Compare Source](https://github.com/TanStack/router/compare/v1.131.40...v1.131.41) Version 1.131.41 - 9/11/25, 9:28 PM ##### Changes ##### Fix - router-core: \_strictParams and path defining characters ([#&#8203;5135](https://github.com/TanStack/router/issues/5135)) ([`2b6789b`](https://github.com/TanStack/router/commit/2b6789b)) by Nico Lynzaad ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).131.41 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).131.41 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).131.41 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).131.41 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).131.41 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).131.41 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).131.41 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).131.41 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).131.41 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).131.41 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).131.41 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).131.41 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).131.41 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).131.41 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).131.41 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).131.41 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).131.41 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).131.41 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).131.41 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).131.41 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).131.41 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).131.41 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).131.41 - [@&#8203;tanstack/start-server-functions-fetcher](https://github.com/tanstack/start-server-functions-fetcher)[@&#8203;1](https://github.com/1).131.41 - [@&#8203;tanstack/start-server-functions-client](https://github.com/tanstack/start-server-functions-client)[@&#8203;1](https://github.com/1).131.41 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).131.41 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).131.41 - [@&#8203;tanstack/solid-start-plugin](https://github.com/tanstack/solid-start-plugin)[@&#8203;1](https://github.com/1).131.41 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).131.41 - [@&#8203;tanstack/react-start-plugin](https://github.com/tanstack/react-start-plugin)[@&#8203;1](https://github.com/1).131.41 ### [`v1.131.40`](https://github.com/TanStack/router/releases/tag/v1.131.40) [Compare Source](https://github.com/TanStack/router/compare/v1.131.39...v1.131.40) Version 1.131.40 - 9/11/25, 4:58 PM ##### Changes ##### Refactor - router-core: processRouteTree sorting uses constants for all score modifiers ([#&#8203;5131](https://github.com/TanStack/router/issues/5131)) ([`d681a0c`](https://github.com/TanStack/router/commit/d681a0c)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).131.40 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).131.40 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).131.40 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).131.40 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).131.40 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).131.40 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).131.40 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).131.40 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).131.40 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).131.40 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).131.40 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).131.40 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).131.40 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).131.40 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).131.40 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).131.40 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).131.40 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).131.40 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).131.40 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).131.40 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).131.40 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).131.40 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).131.40 - [@&#8203;tanstack/start-server-functions-fetcher](https://github.com/tanstack/start-server-functions-fetcher)[@&#8203;1](https://github.com/1).131.40 - [@&#8203;tanstack/start-server-functions-client](https://github.com/tanstack/start-server-functions-client)[@&#8203;1](https://github.com/1).131.40 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).131.40 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).131.40 - [@&#8203;tanstack/solid-start-plugin](https://github.com/tanstack/solid-start-plugin)[@&#8203;1](https://github.com/1).131.40 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).131.40 - [@&#8203;tanstack/react-start-plugin](https://github.com/tanstack/react-start-plugin)[@&#8203;1](https://github.com/1).131.40 ### [`v1.131.39`](https://github.com/TanStack/router/releases/tag/v1.131.39) [Compare Source](https://github.com/TanStack/router/compare/v1.131.38...v1.131.39) Version 1.131.39 - 9/11/25, 4:33 PM ##### Changes ##### Refactor - router-core: processRouteTree in its own file ([#&#8203;5128](https://github.com/TanStack/router/issues/5128)) ([`65c07d7`](https://github.com/TanStack/router/commit/65c07d7)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).131.39 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).131.39 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).131.39 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).131.39 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).131.39 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).131.39 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).131.39 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).131.39 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).131.39 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).131.39 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).131.39 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).131.39 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).131.39 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).131.39 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).131.39 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).131.39 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).131.39 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).131.39 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).131.39 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).131.39 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).131.39 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).131.39 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).131.39 - [@&#8203;tanstack/start-server-functions-fetcher](https://github.com/tanstack/start-server-functions-fetcher)[@&#8203;1](https://github.com/1).131.39 - [@&#8203;tanstack/start-server-functions-client](https://github.com/tanstack/start-server-functions-client)[@&#8203;1](https://github.com/1).131.39 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).131.39 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).131.39 - [@&#8203;tanstack/solid-start-plugin](https://github.com/tanstack/solid-start-plugin)[@&#8203;1](https://github.com/1).131.39 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).131.39 - [@&#8203;tanstack/react-start-plugin](https://github.com/tanstack/react-start-plugin)[@&#8203;1](https://github.com/1).131.39 ### [`v1.131.38`](https://github.com/TanStack/router/releases/tag/v1.131.38) [Compare Source](https://github.com/TanStack/router/compare/v1.131.37...v1.131.38) Version 1.131.38 - 9/11/25, 3:08 PM ##### Changes ##### Fix - router-core: params.parse should run as minimally as possible ([#&#8203;5124](https://github.com/TanStack/router/issues/5124)) ([`b6a9880`](https://github.com/TanStack/router/commit/b6a9880)) by Nico Lynzaad ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).131.38 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).131.38 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).131.38 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).131.38 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).131.38 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).131.38 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).131.38 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).131.38 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).131.38 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).131.38 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).131.38 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).131.38 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).131.38 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).131.38 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).131.38 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).131.38 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).131.38 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).131.38 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).131.38 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).131.38 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).131.38 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).131.38 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).131.38 - [@&#8203;tanstack/start-server-functions-fetcher](https://github.com/tanstack/start-server-functions-fetcher)[@&#8203;1](https://github.com/1).131.38 - [@&#8203;tanstack/start-server-functions-client](https://github.com/tanstack/start-server-functions-client)[@&#8203;1](https://github.com/1).131.38 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).131.38 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).131.38 - [@&#8203;tanstack/solid-start-plugin](https://github.com/tanstack/solid-start-plugin)[@&#8203;1](https://github.com/1).131.38 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).131.38 - [@&#8203;tanstack/react-start-plugin](https://github.com/tanstack/react-start-plugin)[@&#8203;1](https://github.com/1).131.38 ### [`v1.131.37`](https://github.com/TanStack/router/releases/tag/v1.131.37) [Compare Source](https://github.com/TanStack/router/compare/v1.131.36...v1.131.37) Version 1.131.37 - 9/11/25, 7:29 AM ##### Changes ##### Fix - router-core: parse \_strictParams. ([#&#8203;5120](https://github.com/TanStack/router/issues/5120)) ([`8f8f03f`](https://github.com/TanStack/router/commit/8f8f03f)) by Nico Lynzaad ##### Chore - examples: Update Clerk server handler usage ([#&#8203;5026](https://github.com/TanStack/router/issues/5026)) ([`6167c0c`](https://github.com/TanStack/router/commit/6167c0c)) by Robert Soriano ##### Docs - Integration with Esbuild - update title to reflect "Esbuild" ([#&#8203;5112](https://github.com/TanStack/router/issues/5112)) ([`834128e`](https://github.com/TanStack/router/commit/834128e)) by Nico Lynzaad - resolve invalid relative paths ([#&#8203;5111](https://github.com/TanStack/router/issues/5111)) ([`a0e4641`](https://github.com/TanStack/router/commit/a0e4641)) by Nico Lynzaad - fix external data loading path ([#&#8203;5109](https://github.com/TanStack/router/issues/5109)) ([`d939463`](https://github.com/TanStack/router/commit/d939463)) by [@&#8203;KiwiKilian](https://github.com/KiwiKilian) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).131.37 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).131.37 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).131.37 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).131.37 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).131.37 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).131.37 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).131.37 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).131.37 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).131.37 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).131.37 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).131.37 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).131.37 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).131.37 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).131.37 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).131.37 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).131.37 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).131.37 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).131.37 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).131.37 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).131.37 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).131.37 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).131.37 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).131.37 - [@&#8203;tanstack/start-server-functions-fetcher](https://github.com/tanstack/start-server-functions-fetcher)[@&#8203;1](https://github.com/1).131.37 - [@&#8203;tanstack/start-server-functions-client](https://github.com/tanstack/start-server-functions-client)[@&#8203;1](https://github.com/1).131.37 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).131.37 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).131.37 - [@&#8203;tanstack/solid-start-plugin](https://github.com/tanstack/solid-start-plugin)[@&#8203;1](https://github.com/1).131.37 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).131.37 - [@&#8203;tanstack/react-start-plugin](https://github.com/tanstack/react-start-plugin)[@&#8203;1](https://github.com/1).131.37 ### [`v1.131.36`](https://github.com/TanStack/router/releases/tag/v1.131.36) [Compare Source](https://github.com/TanStack/router/compare/v1.131.35...v1.131.36) Version 1.131.36 - 9/8/25, 4:21 AM #### Changes ##### Fix - release ([#&#8203;5104](https://github.com/TanStack/router/issues/5104)) ([`907b1f7`](https://github.com/TanStack/router/commit/907b1f7)) by Nico Lynzaad ##### Chore - fix typo and move route callback for `start-workos` example ([#&#8203;5048](https://github.com/TanStack/router/issues/5048)) ([`e9d4c5b`](https://github.com/TanStack/router/commit/e9d4c5b)) by Maximilian ##### Test - router-core: add initial tests for router behavior ([#&#8203;4993](https://github.com/TanStack/router/issues/4993)) ([`fbedc50`](https://github.com/TanStack/router/commit/fbedc50)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Ci - apply automated fixes ([`df4abd2`](https://github.com/TanStack/router/commit/df4abd2)) by autofix-ci\[bot] ##### Docs - change hydration target to document.body in custom client.tsx for Solid ([#&#8203;5091](https://github.com/TanStack/router/issues/5091)) ([`6202162`](https://github.com/TanStack/router/commit/6202162)) by Jakob Norlin - start: Add Railway instructions ([#&#8203;4910](https://github.com/TanStack/router/issues/4910)) ([`741821b`](https://github.com/TanStack/router/commit/741821b)) by Ian J. MacIntosh - Rename Link Preloading Timeout to Link Preloading Delay ([#&#8203;5082](https://github.com/TanStack/router/issues/5082)) ([`e83fb3b`](https://github.com/TanStack/router/commit/e83fb3b)) by [@&#8203;frenzyfunky](https://github.com/frenzyfunky) ##### Other - ([`22c9888`](https://github.com/TanStack/router/commit/22c9888)) by Nico Lynzaad - ([`f8f47d5`](https://github.com/TanStack/router/commit/f8f47d5)) by Nitin Gupta #### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)@&#8203;1.131.36 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)@&#8203;1.131.36 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)@&#8203;1.131.36 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)@&#8203;1.131.36 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)@&#8203;1.131.36 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)@&#8203;1.131.36 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)@&#8203;1.131.36 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)@&#8203;1.131.36 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)@&#8203;1.131.36 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)@&#8203;1.131.36 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)@&#8203;1.131.36 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)@&#8203;1.131.36 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)@&#8203;1.131.36 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)@&#8203;1.131.36 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)@&#8203;1.131.36 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)@&#8203;1.131.36 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)@&#8203;1.131.36 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)@&#8203;1.131.36 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)@&#8203;1.131.36 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)@&#8203;1.131.36 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)@&#8203;1.131.36 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)@&#8203;1.131.36 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)@&#8203;1.131.36 - [@&#8203;tanstack/start-server-functions-fetcher](https://github.com/tanstack/start-server-functions-fetcher)@&#8203;1.131.36 - [@&#8203;tanstack/start-server-functions-client](https://github.com/tanstack/start-server-functions-client)@&#8203;1.131.36 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)@&#8203;1.131.36 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)@&#8203;1.131.36 - [@&#8203;tanstack/solid-start-plugin](https://github.com/tanstack/solid-start-plugin)@&#8203;1.131.36 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)@&#8203;1.131.36 - [@&#8203;tanstack/react-start-plugin](https://github.com/tanstack/react-start-plugin)@&#8203;1.131.36 ### [`v1.131.35`](https://github.com/TanStack/router/releases/tag/v1.131.35) [Compare Source](https://github.com/TanStack/router/compare/v1.131.34...v1.131.35) Version 1.131.35 - 9/4/25, 8:48 AM #### Changes ##### Fix - router-core: reduce maskedLocation builds ([#&#8203;5081](https://github.com/TanStack/router/issues/5081)) ([`cb0b692`](https://github.com/TanStack/router/commit/cb0b692)) by Nico Lynzaad ##### Ci - apply automated fixes ([`f158256`](https://github.com/TanStack/router/commit/f158256)) by autofix-ci\[bot] ##### Docs - Adding note regarding yarn workspace usage ([#&#8203;5073](https://github.com/TanStack/router/issues/5073)) ([`540a2bd`](https://github.com/TanStack/router/commit/540a2bd)) by HaydenB #### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)@&#8203;1.131.35 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)@&#8203;1.131.35 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)@&#8203;1.131.35 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)@&#8203;1.131.35 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)@&#8203;1.131.35 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)@&#8203;1.131.35 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)@&#8203;1.131.35 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)@&#8203;1.131.35 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)@&#8203;1.131.35 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)@&#8203;1.131.35 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)@&#8203;1.131.35 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)@&#8203;1.131.35 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)@&#8203;1.131.35 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)@&#8203;1.131.35 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)@&#8203;1.131.35 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)@&#8203;1.131.35 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)@&#8203;1.131.35 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)@&#8203;1.131.35 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)@&#8203;1.131.35 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)@&#8203;1.131.35 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)@&#8203;1.131.35 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)@&#8203;1.131.35 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)@&#8203;1.131.35 - [@&#8203;tanstack/start-server-functions-fetcher](https://github.com/tanstack/start-server-functions-fetcher)@&#8203;1.131.35 - [@&#8203;tanstack/start-server-functions-client](https://github.com/tanstack/start-server-functions-client)@&#8203;1.131.35 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)@&#8203;1.131.35 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)@&#8203;1.131.35 - [@&#8203;tanstack/solid-start-plugin](https://github.com/tanstack/solid-start-plugin)@&#8203;1.131.35 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)@&#8203;1.131.35 - [@&#8203;tanstack/react-start-plugin](https://github.com/tanstack/react-start-plugin)@&#8203;1.131.35 ### [`v1.131.34`](https://github.com/TanStack/router/releases/tag/v1.131.34) [Compare Source](https://github.com/TanStack/router/compare/v1.131.33...v1.131.34) Version 1.131.34 - 9/3/25, 7:55 PM #### Changes ##### Refactor - router-core: isMatch perf ([#&#8203;5075](https://github.com/TanStack/router/issues/5075)) ([`3db4eb9`](https://github.com/TanStack/router/commit/3db4eb9)) by [@&#8203;Sheraff](https://github.com/Sheraff) - router-core: redirect doesn"t need to create an empty object for headers init ([#&#8203;5076](https://github.com/TanStack/router/issues/5076)) ([`777e152`](https://github.com/TanStack/router/commit/777e152)) by [@&#8203;Sheraff](https://github.com/Sheraff) #### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)@&#8203;1.131.34 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)@&#8203;1.131.34 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)@&#8203;1.131.34 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)@&#8203;1.131.34 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)@&#8203;1.131.34 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)@&#8203;1.131.34 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)@&#8203;1.131.34 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)@&#8203;1.131.34 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)@&#8203;1.131.34 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)@&#8203;1.131.34 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)@&#8203;1.131.34 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)@&#8203;1.131.34 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)@&#8203;1.131.34 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)@&#8203;1.131.34 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)@&#8203;1.131.34 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)@&#8203;1.131.34 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)@&#8203;1.131.34 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)@&#8203;1.131.34 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)@&#8203;1.131.34 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)@&#8203;1.131.34 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)@&#8203;1.131.34 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)@&#8203;1.131.34 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)@&#8203;1.131.34 - [@&#8203;tanstack/start-server-functions-fetcher](https://github.com/tanstack/start-server-functions-fetcher)@&#8203;1.131.34 - [@&#8203;tanstack/start-server-functions-client](https://github.com/tanstack/start-server-functions-client)@&#8203;1.131.34 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)@&#8203;1.131.34 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)@&#8203;1.131.34 - [@&#8203;tanstack/solid-start-plugin](https://github.com/tanstack/solid-start-plugin)@&#8203;1.131.34 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)@&#8203;1.131.34 - [@&#8203;tanstack/react-start-plugin](https://github.com/tanstack/react-start-plugin)@&#8203;1.131.34 ### [`v1.131.33`](https://github.com/TanStack/router/releases/tag/v1.131.33) [Compare Source](https://github.com/TanStack/router/compare/v1.131.32...v1.131.33) Version 1.131.33 - 9/3/25, 4:50 PM #### Changes ##### Fix - router-core: replaceEqualDeep works w/ null prototype objects ([#&#8203;5080](https://github.com/TanStack/router/issues/5080)) ([`dc45979`](https://github.com/TanStack/router/commit/dc45979)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Docs - start: environment functions for `createIsomorphicFn` and `envOnly` ([#&#8203;4806](https://github.com/TanStack/router/issues/4806)) ([`bc5e78f`](https://github.com/TanStack/router/commit/bc5e78f)) by [@&#8203;hokkyss](https://github.com/hokkyss) - document shellComponent ([`3178314`](https://github.com/TanStack/router/commit/3178314)) by Manuel Schiller #### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)@&#8203;1.131.33 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)@&#8203;1.131.33 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)@&#8203;1.131.33 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)@&#8203;1.131.33 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)@&#8203;1.131.33 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)@&#8203;1.131.33 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)@&#8203;1.131.33 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)@&#8203;1.131.33 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)@&#8203;1.131.33 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)@&#8203;1.131.33 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)@&#8203;1.131.33 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)@&#8203;1.131.33 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)@&#8203;1.131.33 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)@&#8203;1.131.33 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)@&#8203;1.131.33 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)@&#8203;1.131.33 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)@&#8203;1.131.33 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)@&#8203;1.131.33 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)@&#8203;1.131.33 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)@&#8203;1.131.33 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)@&#8203;1.131.33 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)@&#8203;1.131.33 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)@&#8203;1.131.33 - [@&#8203;tanstack/start-server-functions-fetcher](https://github.com/tanstack/start-server-functions-fetcher)@&#8203;1.131.33 - [@&#8203;tanstack/start-server-functions-client](https://github.com/tanstack/start-server-functions-client)@&#8203;1.131.33 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)@&#8203;1.131.33 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)@&#8203;1.131.33 - [@&#8203;tanstack/solid-start-plugin](https://github.com/tanstack/solid-start-plugin)@&#8203;1.131.33 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)@&#8203;1.131.33 - [@&#8203;tanstack/react-start-plugin](https://github.com/tanstack/react-start-plugin)@&#8203;1.131.33 ### [`v1.131.32`](https://github.com/TanStack/router/releases/tag/v1.131.32) [Compare Source](https://github.com/TanStack/router/compare/v1.131.31...v1.131.32) Version 1.131.32 - 9/2/25, 12:31 PM #### Changes ##### Refactor - router-core: unify replaceEqualDeep implementation w/ query ([#&#8203;5067](https://github.com/TanStack/router/issues/5067)) ([`ad3ab7f`](https://github.com/TanStack/router/commit/ad3ab7f)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Ci - apply automated fixes ([`5b5f792`](https://github.com/TanStack/router/commit/5b5f792)) by autofix-ci\[bot] ##### Docs - Use named component in react quick-start ([#&#8203;5061](https://github.com/TanStack/router/issues/5061)) ([`0ee993b`](https://github.com/TanStack/router/commit/0ee993b)) by Noah Silas #### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)@&#8203;1.131.32 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)@&#8203;1.131.32 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)@&#8203;1.131.32 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)@&#8203;1.131.32 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)@&#8203;1.131.32 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)@&#8203;1.131.32 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)@&#8203;1.131.32 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)@&#8203;1.131.32 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)@&#8203;1.131.32 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)@&#8203;1.131.32 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)@&#8203;1.131.32 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)@&#8203;1.131.32 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)@&#8203;1.131.32 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)@&#8203;1.131.32 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)@&#8203;1.131.32 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)@&#8203;1.131.32 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)@&#8203;1.131.32 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)@&#8203;1.131.32 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)@&#8203;1.131.32 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)@&#8203;1.131.32 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)@&#8203;1.131.32 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)@&#8203;1.131.32 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)@&#8203;1.131.32 - [@&#8203;tanstack/start-server-functions-fetcher](https://github.com/tanstack/start-server-functions-fetcher)@&#8203;1.131.32 - [@&#8203;tanstack/start-server-functions-client](https://github.com/tanstack/start-server-functions-client)@&#8203;1.131.32 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)@&#8203;1.131.32 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)@&#8203;1.131.32 - [@&#8203;tanstack/solid-start-plugin](https://github.com/tanstack/solid-start-plugin)@&#8203;1.131.32 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)@&#8203;1.131.32 - [@&#8203;tanstack/react-start-plugin](https://github.com/tanstack/react-start-plugin)@&#8203;1.131.32 ### [`v1.131.31`](https://github.com/TanStack/router/releases/tag/v1.131.31) [Compare Source](https://github.com/TanStack/router/compare/v1.131.30...v1.131.31) Version 1.131.31 - 8/31/25, 11:50 AM ##### Changes ##### Fix - react-router, solid-router: reduce useNavigate reactivity on path changes ([#&#8203;5037](https://github.com/TanStack/router/issues/5037)) ([`fb04daf`](https://github.com/TanStack/router/commit/fb04daf)) by Nico Lynzaad ##### Packages - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).131.31 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).131.31 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).131.31 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).131.31 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).131.31 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).131.31 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).131.31 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).131.31 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).131.31 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).131.31 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).131.31 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).131.31 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).131.31 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).131.31 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).131.31 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).131.31 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).131.31 - [@&#8203;tanstack/solid-start-plugin](https://github.com/tanstack/solid-start-plugin)[@&#8203;1](https://github.com/1).131.31 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).131.31 - [@&#8203;tanstack/react-start-plugin](https://github.com/tanstack/react-start-plugin)[@&#8203;1](https://github.com/1).131.31 ### [`v1.131.30`](https://github.com/TanStack/router/releases/tag/v1.131.30) [Compare Source](https://github.com/TanStack/router/compare/v1.131.28...v1.131.30) Version 1.131.30 - 8/30/25, 1:22 PM ##### Changes ##### Refactor - router-core: slightly faster replaceEqualDeep ([#&#8203;5046](https://github.com/TanStack/router/issues/5046)) ([`eb6bcea`](https://github.com/TanStack/router/commit/eb6bcea)) by [@&#8203;Sheraff](https://github.com/Sheraff) - router-core: slightly faster deepEqual ([#&#8203;5051](https://github.com/TanStack/router/issues/5051)) ([`48551b3`](https://github.com/TanStack/router/commit/48551b3)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)[@&#8203;1](https://github.com/1).131.30 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)[@&#8203;1](https://github.com/1).131.30 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)[@&#8203;1](https://github.com/1).131.30 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)[@&#8203;1](https://github.com/1).131.30 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)[@&#8203;1](https://github.com/1).131.30 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)[@&#8203;1](https://github.com/1).131.30 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)[@&#8203;1](https://github.com/1).131.30 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)[@&#8203;1](https://github.com/1).131.30 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)[@&#8203;1](https://github.com/1).131.30 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)[@&#8203;1](https://github.com/1).131.30 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)[@&#8203;1](https://github.com/1).131.30 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)[@&#8203;1](https://github.com/1).131.30 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)[@&#8203;1](https://github.com/1).131.30 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)[@&#8203;1](https://github.com/1).131.30 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)[@&#8203;1](https://github.com/1).131.30 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)[@&#8203;1](https://github.com/1).131.30 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)[@&#8203;1](https://github.com/1).131.30 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)[@&#8203;1](https://github.com/1).131.30 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)[@&#8203;1](https://github.com/1).131.30 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)[@&#8203;1](https://github.com/1).131.30 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)[@&#8203;1](https://github.com/1).131.30 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)[@&#8203;1](https://github.com/1).131.30 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)[@&#8203;1](https://github.com/1).131.30 - [@&#8203;tanstack/start-server-functions-fetcher](https://github.com/tanstack/start-server-functions-fetcher)[@&#8203;1](https://github.com/1).131.30 - [@&#8203;tanstack/start-server-functions-client](https://github.com/tanstack/start-server-functions-client)[@&#8203;1](https://github.com/1).131.30 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)[@&#8203;1](https://github.com/1).131.30 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)[@&#8203;1](https://github.com/1).131.30 - [@&#8203;tanstack/solid-start-plugin](https://github.com/tanstack/solid-start-plugin)[@&#8203;1](https://github.com/1).131.30 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)[@&#8203;1](https://github.com/1).131.30 - [@&#8203;tanstack/react-start-plugin](https://github.com/tanstack/react-start-plugin)[@&#8203;1](https://github.com/1).131.30 ### [`v1.131.28`](https://github.com/TanStack/router/releases/tag/v1.131.28) [Compare Source](https://github.com/TanStack/router/compare/v1.131.27...v1.131.28) Version 1.131.28 - 8/26/25, 5:31 PM #### Changes ##### Fix - Relative routing: Default relative routing to current location ([#&#8203;4978](https://github.com/TanStack/router/issues/4978)) ([`2df8e52`](https://github.com/TanStack/router/commit/2df8e52)) by Nico Lynzaad ##### Test - react-router: add more variants to store-updates test ([#&#8203;5019](https://github.com/TanStack/router/issues/5019)) ([`9cc216b`](https://github.com/TanStack/router/commit/9cc216b)) by [@&#8203;Sheraff](https://github.com/Sheraff) - router-core: fix flakiness of store-updates "preload then navigate" test ([#&#8203;4995](https://github.com/TanStack/router/issues/4995)) ([`3f05c0b`](https://github.com/TanStack/router/commit/3f05c0b)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Docs - add guide for edit docs and preview in local ([#&#8203;5005](https://github.com/TanStack/router/issues/5005)) ([`8134650`](https://github.com/TanStack/router/commit/8134650)) by Lee ##### Other - ([`40f9ab7`](https://github.com/TanStack/router/commit/40f9ab7)) by Cory House #### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)@&#8203;1.131.28 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)@&#8203;1.131.28 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)@&#8203;1.131.28 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)@&#8203;1.131.28 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)@&#8203;1.131.28 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)@&#8203;1.131.28 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)@&#8203;1.131.28 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)@&#8203;1.131.28 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)@&#8203;1.131.28 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)@&#8203;1.131.28 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)@&#8203;1.131.28 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)@&#8203;1.131.28 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)@&#8203;1.131.28 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)@&#8203;1.131.28 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)@&#8203;1.131.28 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)@&#8203;1.131.28 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)@&#8203;1.131.28 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)@&#8203;1.131.28 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)@&#8203;1.131.28 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)@&#8203;1.131.28 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)@&#8203;1.131.28 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)@&#8203;1.131.28 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)@&#8203;1.131.28 - [@&#8203;tanstack/start-server-functions-fetcher](https://github.com/tanstack/start-server-functions-fetcher)@&#8203;1.131.28 - [@&#8203;tanstack/start-server-functions-client](https://github.com/tanstack/start-server-functions-client)@&#8203;1.131.28 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)@&#8203;1.131.28 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)@&#8203;1.131.28 - [@&#8203;tanstack/solid-start-plugin](https://github.com/tanstack/solid-start-plugin)@&#8203;1.131.28 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)@&#8203;1.131.28 - [@&#8203;tanstack/react-start-plugin](https://github.com/tanstack/react-start-plugin)@&#8203;1.131.28 ### [`v1.131.27`](https://github.com/TanStack/router/releases/tag/v1.131.27) [Compare Source](https://github.com/TanStack/router/compare/v1.131.26...v1.131.27) Version 1.131.27 - 8/19/25, 6:53 AM #### Changes ##### Refactor - router-core: scroll-restoration minor performance cleanup ([#&#8203;4990](https://github.com/TanStack/router/issues/4990)) ([`da22c5a`](https://github.com/TanStack/router/commit/da22c5a)) by [@&#8203;Sheraff](https://github.com/Sheraff) - router-core: shouldExecuteBeforeLoad is always true ([#&#8203;4992](https://github.com/TanStack/router/issues/4992)) ([`5134aa2`](https://github.com/TanStack/router/commit/5134aa2)) by [@&#8203;Sheraff](https://github.com/Sheraff) - router-core: simplify defaultParseSearch & defaultStringifySearch ([#&#8203;4985](https://github.com/TanStack/router/issues/4985)) ([`a7504ae`](https://github.com/TanStack/router/commit/a7504ae)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Test - router-core: add search param serialization / deserialization unit tests ([#&#8203;4987](https://github.com/TanStack/router/issues/4987)) ([`f1c13a0`](https://github.com/TanStack/router/commit/f1c13a0)) by [@&#8203;Sheraff](https://github.com/Sheraff) #### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)@&#8203;1.131.27 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)@&#8203;1.131.27 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)@&#8203;1.131.27 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)@&#8203;1.131.27 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)@&#8203;1.131.27 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)@&#8203;1.131.27 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)@&#8203;1.131.27 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)@&#8203;1.131.27 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)@&#8203;1.131.27 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)@&#8203;1.131.27 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)@&#8203;1.131.27 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)@&#8203;1.131.27 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)@&#8203;1.131.27 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)@&#8203;1.131.27 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)@&#8203;1.131.27 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)@&#8203;1.131.27 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)@&#8203;1.131.27 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)@&#8203;1.131.27 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)@&#8203;1.131.27 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)@&#8203;1.131.27 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)@&#8203;1.131.27 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)@&#8203;1.131.27 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)@&#8203;1.131.27 - [@&#8203;tanstack/start-server-functions-fetcher](https://github.com/tanstack/start-server-functions-fetcher)@&#8203;1.131.27 - [@&#8203;tanstack/start-server-functions-client](https://github.com/tanstack/start-server-functions-client)@&#8203;1.131.27 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)@&#8203;1.131.27 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)@&#8203;1.131.27 - [@&#8203;tanstack/solid-start-plugin](https://github.com/tanstack/solid-start-plugin)@&#8203;1.131.27 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)@&#8203;1.131.27 - [@&#8203;tanstack/react-start-plugin](https://github.com/tanstack/react-start-plugin)@&#8203;1.131.27 ### [`v1.131.26`](https://github.com/TanStack/router/releases/tag/v1.131.26) [Compare Source](https://github.com/TanStack/router/compare/v1.131.25...v1.131.26) Version 1.131.26 - 8/18/25, 7:56 AM #### Changes ##### Refactor - router-core: redirect skips creating a URL object if href is not a string ([#&#8203;4986](https://github.com/TanStack/router/issues/4986)) ([`2c1f8b9`](https://github.com/TanStack/router/commit/2c1f8b9)) by [@&#8203;Sheraff](https://github.com/Sheraff) #### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)@&#8203;1.131.26 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)@&#8203;1.131.26 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)@&#8203;1.131.26 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)@&#8203;1.131.26 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)@&#8203;1.131.26 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)@&#8203;1.131.26 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)@&#8203;1.131.26 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)@&#8203;1.131.26 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)@&#8203;1.131.26 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)@&#8203;1.131.26 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)@&#8203;1.131.26 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)@&#8203;1.131.26 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)@&#8203;1.131.26 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)@&#8203;1.131.26 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)@&#8203;1.131.26 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)@&#8203;1.131.26 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)@&#8203;1.131.26 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)@&#8203;1.131.26 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)@&#8203;1.131.26 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)@&#8203;1.131.26 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)@&#8203;1.131.26 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)@&#8203;1.131.26 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)@&#8203;1.131.26 - [@&#8203;tanstack/start-server-functions-fetcher](https://github.com/tanstack/start-server-functions-fetcher)@&#8203;1.131.26 - [@&#8203;tanstack/start-server-functions-client](https://github.com/tanstack/start-server-functions-client)@&#8203;1.131.26 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)@&#8203;1.131.26 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)@&#8203;1.131.26 - [@&#8203;tanstack/solid-start-plugin](https://github.com/tanstack/solid-start-plugin)@&#8203;1.131.26 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)@&#8203;1.131.26 - [@&#8203;tanstack/react-start-plugin](https://github.com/tanstack/react-start-plugin)@&#8203;1.131.26 ### [`v1.131.25`](https://github.com/TanStack/router/releases/tag/v1.131.25) [Compare Source](https://github.com/TanStack/router/compare/v1.131.24...v1.131.25) Version 1.131.25 - 8/17/25, 7:27 PM #### Changes ##### Refactor - router-core: remove pick utility in favor of direct object manipulation ([#&#8203;4983](https://github.com/TanStack/router/issues/4983)) ([`a7b1667`](https://github.com/TanStack/router/commit/a7b1667)) by [@&#8203;Sheraff](https://github.com/Sheraff) #### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)@&#8203;1.131.25 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)@&#8203;1.131.25 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)@&#8203;1.131.25 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)@&#8203;1.131.25 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)@&#8203;1.131.25 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)@&#8203;1.131.25 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)@&#8203;1.131.25 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)@&#8203;1.131.25 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)@&#8203;1.131.25 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)@&#8203;1.131.25 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)@&#8203;1.131.25 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)@&#8203;1.131.25 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)@&#8203;1.131.25 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)@&#8203;1.131.25 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)@&#8203;1.131.25 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)@&#8203;1.131.25 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)@&#8203;1.131.25 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)@&#8203;1.131.25 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)@&#8203;1.131.25 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)@&#8203;1.131.25 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)@&#8203;1.131.25 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)@&#8203;1.131.25 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)@&#8203;1.131.25 - [@&#8203;tanstack/start-server-functions-fetcher](https://github.com/tanstack/start-server-functions-fetcher)@&#8203;1.131.25 - [@&#8203;tanstack/start-server-functions-client](https://github.com/tanstack/start-server-functions-client)@&#8203;1.131.25 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)@&#8203;1.131.25 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)@&#8203;1.131.25 - [@&#8203;tanstack/solid-start-plugin](https://github.com/tanstack/solid-start-plugin)@&#8203;1.131.25 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)@&#8203;1.131.25 - [@&#8203;tanstack/react-start-plugin](https://github.com/tanstack/react-start-plugin)@&#8203;1.131.25 ### [`v1.131.24`](https://github.com/TanStack/router/releases/tag/v1.131.24) [Compare Source](https://github.com/TanStack/router/compare/v1.131.23...v1.131.24) Version 1.131.24 - 8/17/25, 4:43 PM #### Changes ##### Refactor - router-core: reduce buildLocation object allocations ([#&#8203;4981](https://github.com/TanStack/router/issues/4981)) ([`642964e`](https://github.com/TanStack/router/commit/642964e)) by [@&#8203;Sheraff](https://github.com/Sheraff) #### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)@&#8203;1.131.24 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)@&#8203;1.131.24 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)@&#8203;1.131.24 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)@&#8203;1.131.24 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)@&#8203;1.131.24 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)@&#8203;1.131.24 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)@&#8203;1.131.24 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)@&#8203;1.131.24 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)@&#8203;1.131.24 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)@&#8203;1.131.24 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)@&#8203;1.131.24 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)@&#8203;1.131.24 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)@&#8203;1.131.24 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)@&#8203;1.131.24 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)@&#8203;1.131.24 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)@&#8203;1.131.24 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)@&#8203;1.131.24 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)@&#8203;1.131.24 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)@&#8203;1.131.24 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)@&#8203;1.131.24 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)@&#8203;1.131.24 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)@&#8203;1.131.24 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)@&#8203;1.131.24 - [@&#8203;tanstack/start-server-functions-fetcher](https://github.com/tanstack/start-server-functions-fetcher)@&#8203;1.131.24 - [@&#8203;tanstack/start-server-functions-client](https://github.com/tanstack/start-server-functions-client)@&#8203;1.131.24 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)@&#8203;1.131.24 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)@&#8203;1.131.24 - [@&#8203;tanstack/solid-start-plugin](https://github.com/tanstack/solid-start-plugin)@&#8203;1.131.24 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)@&#8203;1.131.24 - [@&#8203;tanstack/react-start-plugin](https://github.com/tanstack/react-start-plugin)@&#8203;1.131.24 ### [`v1.131.23`](https://github.com/TanStack/router/releases/tag/v1.131.23) [Compare Source](https://github.com/TanStack/router/compare/v1.131.22...v1.131.23) Version 1.131.23 - 8/17/25, 4:32 PM #### Changes ##### Refactor - router-core,react-router,solid-router: avoid copying arrays just to .reverse() them ([#&#8203;4980](https://github.com/TanStack/router/issues/4980)) ([`9437fee`](https://github.com/TanStack/router/commit/9437fee)) by [@&#8203;Sheraff](https://github.com/Sheraff) #### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)@&#8203;1.131.23 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)@&#8203;1.131.23 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)@&#8203;1.131.23 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)@&#8203;1.131.23 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)@&#8203;1.131.23 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)@&#8203;1.131.23 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)@&#8203;1.131.23 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)@&#8203;1.131.23 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)@&#8203;1.131.23 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)@&#8203;1.131.23 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)@&#8203;1.131.23 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)@&#8203;1.131.23 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)@&#8203;1.131.23 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)@&#8203;1.131.23 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)@&#8203;1.131.23 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)@&#8203;1.131.23 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)@&#8203;1.131.23 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)@&#8203;1.131.23 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)@&#8203;1.131.23 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)@&#8203;1.131.23 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)@&#8203;1.131.23 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)@&#8203;1.131.23 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)@&#8203;1.131.23 - [@&#8203;tanstack/start-server-functions-fetcher](https://github.com/tanstack/start-server-functions-fetcher)@&#8203;1.131.23 - [@&#8203;tanstack/start-server-functions-client](https://github.com/tanstack/start-server-functions-client)@&#8203;1.131.23 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)@&#8203;1.131.23 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)@&#8203;1.131.23 - [@&#8203;tanstack/solid-start-plugin](https://github.com/tanstack/solid-start-plugin)@&#8203;1.131.23 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)@&#8203;1.131.23 - [@&#8203;tanstack/react-start-plugin](https://github.com/tanstack/react-start-plugin)@&#8203;1.131.23 ### [`v1.131.22`](https://github.com/TanStack/router/releases/tag/v1.131.22) [Compare Source](https://github.com/TanStack/router/compare/v1.131.21...v1.131.22) Version 1.131.22 - 8/16/25, 7:07 PM #### Changes ##### Refactor - router-core: fewer getMatch calls ([#&#8203;4971](https://github.com/TanStack/router/issues/4971)) ([`d00b9c1`](https://github.com/TanStack/router/commit/d00b9c1)) by [@&#8203;Sheraff](https://github.com/Sheraff) #### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)@&#8203;1.131.22 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)@&#8203;1.131.22 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)@&#8203;1.131.22 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)@&#8203;1.131.22 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)@&#8203;1.131.22 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)@&#8203;1.131.22 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)@&#8203;1.131.22 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)@&#8203;1.131.22 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)@&#8203;1.131.22 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)@&#8203;1.131.22 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)@&#8203;1.131.22 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)@&#8203;1.131.22 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)@&#8203;1.131.22 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)@&#8203;1.131.22 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)@&#8203;1.131.22 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)@&#8203;1.131.22 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)@&#8203;1.131.22 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)@&#8203;1.131.22 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)@&#8203;1.131.22 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)@&#8203;1.131.22 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)@&#8203;1.131.22 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)@&#8203;1.131.22 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)@&#8203;1.131.22 - [@&#8203;tanstack/start-server-functions-fetcher](https://github.com/tanstack/start-server-functions-fetcher)@&#8203;1.131.22 - [@&#8203;tanstack/start-server-functions-client](https://github.com/tanstack/start-server-functions-client)@&#8203;1.131.22 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)@&#8203;1.131.22 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)@&#8203;1.131.22 - [@&#8203;tanstack/solid-start-plugin](https://github.com/tanstack/solid-start-plugin)@&#8203;1.131.22 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)@&#8203;1.131.22 - [@&#8203;tanstack/react-start-plugin](https://github.com/tanstack/react-start-plugin)@&#8203;1.131.22 ### [`v1.131.21`](https://github.com/TanStack/router/releases/tag/v1.131.21) [Compare Source](https://github.com/TanStack/router/compare/v1.131.19...v1.131.21) Version 1.131.21 - 8/16/25, 5:42 PM #### Changes ##### Refactor - router-core: split loadMatches into its own file ([#&#8203;4969](https://github.com/TanStack/router/issues/4969)) ([`dbf89e5`](https://github.com/TanStack/router/commit/dbf89e5)) by [@&#8203;Sheraff](https://github.com/Sheraff) #### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)@&#8203;1.131.21 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)@&#8203;1.131.21 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)@&#8203;1.131.21 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)@&#8203;1.131.21 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)@&#8203;1.131.21 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)@&#8203;1.131.21 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)@&#8203;1.131.21 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)@&#8203;1.131.21 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)@&#8203;1.131.21 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)@&#8203;1.131.21 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)@&#8203;1.131.21 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)@&#8203;1.131.21 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)@&#8203;1.131.21 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)@&#8203;1.131.21 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)@&#8203;1.131.21 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)@&#8203;1.131.21 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)@&#8203;1.131.21 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)@&#8203;1.131.21 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)@&#8203;1.131.21 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)@&#8203;1.131.21 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)@&#8203;1.131.21 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)@&#8203;1.131.21 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)@&#8203;1.131.21 - [@&#8203;tanstack/start-server-functions-fetcher](https://github.com/tanstack/start-server-functions-fetcher)@&#8203;1.131.21 - [@&#8203;tanstack/start-server-functions-client](https://github.com/tanstack/start-server-functions-client)@&#8203;1.131.21 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)@&#8203;1.131.21 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)@&#8203;1.131.21 - [@&#8203;tanstack/solid-start-plugin](https://github.com/tanstack/solid-start-plugin)@&#8203;1.131.21 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)@&#8203;1.131.21 - [@&#8203;tanstack/react-start-plugin](https://github.com/tanstack/react-start-plugin)@&#8203;1.131.21 ### [`v1.131.19`](https://github.com/TanStack/router/releases/tag/v1.131.19) [Compare Source](https://github.com/TanStack/router/compare/v1.131.18...v1.131.19) Version 1.131.19 - 8/16/25, 3:33 PM #### Changes ##### Fix - correctly replace bracked escaped part ([#&#8203;4968](https://github.com/TanStack/router/issues/4968)) ([`f6fcb1b`](https://github.com/TanStack/router/commit/f6fcb1b)) by Manuel Schiller ##### Refactor - router-core: loadMatches extra microtask ([#&#8203;4967](https://github.com/TanStack/router/issues/4967)) ([`78ef1c9`](https://github.com/TanStack/router/commit/78ef1c9)) by [@&#8203;Sheraff](https://github.com/Sheraff) #### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)@&#8203;1.131.19 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)@&#8203;1.131.19 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)@&#8203;1.131.19 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)@&#8203;1.131.19 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)@&#8203;1.131.19 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)@&#8203;1.131.19 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)@&#8203;1.131.19 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)@&#8203;1.131.19 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)@&#8203;1.131.19 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)@&#8203;1.131.19 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)@&#8203;1.131.19 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)@&#8203;1.131.19 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)@&#8203;1.131.19 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)@&#8203;1.131.19 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)@&#8203;1.131.19 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)@&#8203;1.131.19 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)@&#8203;1.131.19 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)@&#8203;1.131.19 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)@&#8203;1.131.19 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)@&#8203;1.131.19 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)@&#8203;1.131.19 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)@&#8203;1.131.19 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)@&#8203;1.131.19 - [@&#8203;tanstack/start-server-functions-fetcher](https://github.com/tanstack/start-server-functions-fetcher)@&#8203;1.131.19 - [@&#8203;tanstack/start-server-functions-client](https://github.com/tanstack/start-server-functions-client)@&#8203;1.131.19 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)@&#8203;1.131.19 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)@&#8203;1.131.19 - [@&#8203;tanstack/solid-start-plugin](https://github.com/tanstack/solid-start-plugin)@&#8203;1.131.19 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)@&#8203;1.131.19 - [@&#8203;tanstack/react-start-plugin](https://github.com/tanstack/react-start-plugin)@&#8203;1.131.19 ### [`v1.131.18`](https://github.com/TanStack/router/releases/tag/v1.131.18) [Compare Source](https://github.com/TanStack/router/compare/v1.131.17...v1.131.18) Version 1.131.18 - 8/16/25, 12:04 PM #### Changes ##### Refactor - router-core: Verify changes are necessary before updating store ([#&#8203;4964](https://github.com/TanStack/router/issues/4964)) ([`f70688f`](https://github.com/TanStack/router/commit/f70688f)) by [@&#8203;Sheraff](https://github.com/Sheraff) #### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)@&#8203;1.131.18 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)@&#8203;1.131.18 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)@&#8203;1.131.18 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)@&#8203;1.131.18 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)@&#8203;1.131.18 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)@&#8203;1.131.18 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)@&#8203;1.131.18 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)@&#8203;1.131.18 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)@&#8203;1.131.18 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)@&#8203;1.131.18 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)@&#8203;1.131.18 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)@&#8203;1.131.18 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)@&#8203;1.131.18 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)@&#8203;1.131.18 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)@&#8203;1.131.18 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)@&#8203;1.131.18 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)@&#8203;1.131.18 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)@&#8203;1.131.18 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)@&#8203;1.131.18 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)@&#8203;1.131.18 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)@&#8203;1.131.18 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)@&#8203;1.131.18 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)@&#8203;1.131.18 - [@&#8203;tanstack/start-server-functions-fetcher](https://github.com/tanstack/start-server-functions-fetcher)@&#8203;1.131.18 - [@&#8203;tanstack/start-server-functions-client](https://github.com/tanstack/start-server-functions-client)@&#8203;1.131.18 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)@&#8203;1.131.18 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)@&#8203;1.131.18 - [@&#8203;tanstack/solid-start-plugin](https://github.com/tanstack/solid-start-plugin)@&#8203;1.131.18 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)@&#8203;1.131.18 - [@&#8203;tanstack/react-start-plugin](https://github.com/tanstack/react-start-plugin)@&#8203;1.131.18 ### [`v1.131.17`](https://github.com/TanStack/router/releases/tag/v1.131.17) [Compare Source](https://github.com/TanStack/router/compare/v1.131.16...v1.131.17) Version 1.131.17 - 8/16/25, 8:49 AM #### Changes ##### Refactor - router-core: skip beforeLoad and related store updates if options is not defined ([#&#8203;4928](https://github.com/TanStack/router/issues/4928)) ([`405ef6b`](https://github.com/TanStack/router/commit/405ef6b)) by [@&#8203;Sheraff](https://github.com/Sheraff) #### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)@&#8203;1.131.17 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)@&#8203;1.131.17 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)@&#8203;1.131.17 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)@&#8203;1.131.17 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)@&#8203;1.131.17 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)@&#8203;1.131.17 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)@&#8203;1.131.17 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)@&#8203;1.131.17 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)@&#8203;1.131.17 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)@&#8203;1.131.17 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)@&#8203;1.131.17 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)@&#8203;1.131.17 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)@&#8203;1.131.17 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)@&#8203;1.131.17 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)@&#8203;1.131.17 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)@&#8203;1.131.17 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)@&#8203;1.131.17 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)@&#8203;1.131.17 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)@&#8203;1.131.17 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)@&#8203;1.131.17 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)@&#8203;1.131.17 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)@&#8203;1.131.17 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)@&#8203;1.131.17 - [@&#8203;tanstack/start-server-functions-fetcher](https://github.com/tanstack/start-server-functions-fetcher)@&#8203;1.131.17 - [@&#8203;tanstack/start-server-functions-client](https://github.com/tanstack/start-server-functions-client)@&#8203;1.131.17 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)@&#8203;1.131.17 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)@&#8203;1.131.17 - [@&#8203;tanstack/solid-start-plugin](https://github.com/tanstack/solid-start-plugin)@&#8203;1.131.17 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)@&#8203;1.131.17 - [@&#8203;tanstack/react-start-plugin](https://github.com/tanstack/react-start-plugin)@&#8203;1.131.17 ### [`v1.131.16`](https://github.com/TanStack/router/releases/tag/v1.131.16) [Compare Source](https://github.com/TanStack/router/compare/v1.131.14...v1.131.16) Version 1.131.16 - 8/15/25, 9:21 PM #### Changes ##### Refactor - router-core: flatten loadMatches ([#&#8203;4961](https://github.com/TanStack/router/issues/4961)) ([`d6a77e1`](https://github.com/TanStack/router/commit/d6a77e1)) by [@&#8203;Sheraff](https://github.com/Sheraff) #### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)@&#8203;1.131.16 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)@&#8203;1.131.16 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)@&#8203;1.131.16 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)@&#8203;1.131.16 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)@&#8203;1.131.16 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)@&#8203;1.131.16 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)@&#8203;1.131.16 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)@&#8203;1.131.16 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)@&#8203;1.131.16 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)@&#8203;1.131.16 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)@&#8203;1.131.16 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)@&#8203;1.131.16 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)@&#8203;1.131.16 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)@&#8203;1.131.16 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)@&#8203;1.131.16 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)@&#8203;1.131.16 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)@&#8203;1.131.16 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)@&#8203;1.131.16 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)@&#8203;1.131.16 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)@&#8203;1.131.16 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)@&#8203;1.131.16 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)@&#8203;1.131.16 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)@&#8203;1.131.16 - [@&#8203;tanstack/start-server-functions-fetcher](https://github.com/tanstack/start-server-functions-fetcher)@&#8203;1.131.16 - [@&#8203;tanstack/start-server-functions-client](https://github.com/tanstack/start-server-functions-client)@&#8203;1.131.16 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)@&#8203;1.131.16 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)@&#8203;1.131.16 - [@&#8203;tanstack/solid-start-plugin](https://github.com/tanstack/solid-start-plugin)@&#8203;1.131.16 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)@&#8203;1.131.16 - [@&#8203;tanstack/react-start-plugin](https://github.com/tanstack/react-start-plugin)@&#8203;1.131.16 ### [`v1.131.14`](https://github.com/TanStack/router/releases/tag/v1.131.14) [Compare Source](https://github.com/TanStack/router/compare/v1.131.13...v1.131.14) Version 1.131.14 - 8/15/25, 2:42 PM #### Changes ##### Refactor - router-core: skip loader and store update if nothing to await ([#&#8203;4926](https://github.com/TanStack/router/issues/4926)) ([`fe3bb45`](https://github.com/TanStack/router/commit/fe3bb45)) by [@&#8203;Sheraff](https://github.com/Sheraff) #### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)@&#8203;1.131.14 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)@&#8203;1.131.14 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)@&#8203;1.131.14 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)@&#8203;1.131.14 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)@&#8203;1.131.14 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)@&#8203;1.131.14 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)@&#8203;1.131.14 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)@&#8203;1.131.14 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)@&#8203;1.131.14 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)@&#8203;1.131.14 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)@&#8203;1.131.14 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)@&#8203;1.131.14 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)@&#8203;1.131.14 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)@&#8203;1.131.14 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)@&#8203;1.131.14 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)@&#8203;1.131.14 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)@&#8203;1.131.14 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)@&#8203;1.131.14 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)@&#8203;1.131.14 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)@&#8203;1.131.14 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)@&#8203;1.131.14 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)@&#8203;1.131.14 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)@&#8203;1.131.14 - [@&#8203;tanstack/start-server-functions-fetcher](https://github.com/tanstack/start-server-functions-fetcher)@&#8203;1.131.14 - [@&#8203;tanstack/start-server-functions-client](https://github.com/tanstack/start-server-functions-client)@&#8203;1.131.14 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)@&#8203;1.131.14 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)@&#8203;1.131.14 - [@&#8203;tanstack/solid-start-plugin](https://github.com/tanstack/solid-start-plugin)@&#8203;1.131.14 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)@&#8203;1.131.14 - [@&#8203;tanstack/react-start-plugin](https://github.com/tanstack/react-start-plugin)@&#8203;1.131.14 ### [`v1.131.13`](https://github.com/TanStack/router/releases/tag/v1.131.13) [Compare Source](https://github.com/TanStack/router/compare/v1.131.12...v1.131.13) Version 1.131.13 - 8/15/25, 7:50 AM #### Changes ##### Refactor - router-core: simplify handleRedirectAndNotFound ([#&#8203;4958](https://github.com/TanStack/router/issues/4958)) ([`4e959b4`](https://github.com/TanStack/router/commit/4e959b4)) by [@&#8203;Sheraff](https://github.com/Sheraff) #### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)@&#8203;1.131.13 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)@&#8203;1.131.13 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)@&#8203;1.131.13 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)@&#8203;1.131.13 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)@&#8203;1.131.13 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)@&#8203;1.131.13 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)@&#8203;1.131.13 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)@&#8203;1.131.13 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)@&#8203;1.131.13 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)@&#8203;1.131.13 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)@&#8203;1.131.13 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)@&#8203;1.131.13 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)@&#8203;1.131.13 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)@&#8203;1.131.13 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)@&#8203;1.131.13 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)@&#8203;1.131.13 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)@&#8203;1.131.13 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)@&#8203;1.131.13 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)@&#8203;1.131.13 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)@&#8203;1.131.13 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)@&#8203;1.131.13 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)@&#8203;1.131.13 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)@&#8203;1.131.13 - [@&#8203;tanstack/start-server-functions-fetcher](https://github.com/tanstack/start-server-functions-fetcher)@&#8203;1.131.13 - [@&#8203;tanstack/start-server-functions-client](https://github.com/tanstack/start-server-functions-client)@&#8203;1.131.13 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)@&#8203;1.131.13 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)@&#8203;1.131.13 - [@&#8203;tanstack/solid-start-plugin](https://github.com/tanstack/solid-start-plugin)@&#8203;1.131.13 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)@&#8203;1.131.13 - [@&#8203;tanstack/react-start-plugin](https://github.com/tanstack/react-start-plugin)@&#8203;1.131.13 ### [`v1.131.12`](https://github.com/TanStack/router/releases/tag/v1.131.12) [Compare Source](https://github.com/TanStack/router/compare/v1.131.10...v1.131.12) Version 1.131.12 - 8/15/25, 7:38 AM #### Changes ##### Refactor - router-core: head, scripts, headers are executed in parallel and can skip store update ([#&#8203;4925](https://github.com/TanStack/router/issues/4925)) ([`6b124c6`](https://github.com/TanStack/router/commit/6b124c6)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Test - react-router: improve store-updates-during-navigation tests ([#&#8203;4957](https://github.com/TanStack/router/issues/4957)) ([`3c3497a`](https://github.com/TanStack/router/commit/3c3497a)) by [@&#8203;Sheraff](https://github.com/Sheraff) #### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)@&#8203;1.131.12 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)@&#8203;1.131.12 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)@&#8203;1.131.12 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)@&#8203;1.131.12 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)@&#8203;1.131.12 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)@&#8203;1.131.12 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)@&#8203;1.131.12 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)@&#8203;1.131.12 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)@&#8203;1.131.12 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)@&#8203;1.131.12 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)@&#8203;1.131.12 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)@&#8203;1.131.12 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)@&#8203;1.131.12 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)@&#8203;1.131.12 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)@&#8203;1.131.12 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)@&#8203;1.131.12 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)@&#8203;1.131.12 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)@&#8203;1.131.12 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)@&#8203;1.131.12 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)@&#8203;1.131.12 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)@&#8203;1.131.12 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)@&#8203;1.131.12 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)@&#8203;1.131.12 - [@&#8203;tanstack/start-server-functions-fetcher](https://github.com/tanstack/start-server-functions-fetcher)@&#8203;1.131.12 - [@&#8203;tanstack/start-server-functions-client](https://github.com/tanstack/start-server-functions-client)@&#8203;1.131.12 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)@&#8203;1.131.12 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)@&#8203;1.131.12 - [@&#8203;tanstack/solid-start-plugin](https://github.com/tanstack/solid-start-plugin)@&#8203;1.131.12 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)@&#8203;1.131.12 - [@&#8203;tanstack/react-start-plugin](https://github.com/tanstack/react-start-plugin)@&#8203;1.131.12 ### [`v1.131.10`](https://github.com/TanStack/router/releases/tag/v1.131.10) [Compare Source](https://github.com/TanStack/router/compare/v1.131.8...v1.131.10) Version 1.131.10 - 8/13/25, 10:35 PM #### Changes ##### Fix - react-router: correctly assign createLazyFileRoute on window ([#&#8203;4948](https://github.com/TanStack/router/issues/4948)) ([`f889a24`](https://github.com/TanStack/router/commit/f889a24)) by Gürkan Sevil #### Packages - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)@&#8203;1.131.10 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)@&#8203;1.131.10 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)@&#8203;1.131.10 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)@&#8203;1.131.10 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)@&#8203;1.131.10 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)@&#8203;1.131.10 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)@&#8203;1.131.10 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)@&#8203;1.131.10 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)@&#8203;1.131.10 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)@&#8203;1.131.10 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)@&#8203;1.131.10 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)@&#8203;1.131.10 - [@&#8203;tanstack/solid-start-plugin](https://github.com/tanstack/solid-start-plugin)@&#8203;1.131.10 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)@&#8203;1.131.10 - [@&#8203;tanstack/react-start-plugin](https://github.com/tanstack/react-start-plugin)@&#8203;1.131.10 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)@&#8203;1.131.10 ### [`v1.131.8`](https://github.com/TanStack/router/releases/tag/v1.131.8) [Compare Source](https://github.com/TanStack/router/compare/v1.131.7...v1.131.8) Version 1.131.8 - 8/13/25, 1:06 AM #### Changes ##### Fix - router-plugin: add support for boolean and null literals in code splitter ([#&#8203;4915](https://github.com/TanStack/router/issues/4915)) ([`638a902`](https://github.com/TanStack/router/commit/638a902)) by jihoon #### Packages - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)@&#8203;1.131.8 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)@&#8203;1.131.8 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)@&#8203;1.131.8 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)@&#8203;1.131.8 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)@&#8203;1.131.8 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)@&#8203;1.131.8 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)@&#8203;1.131.8 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)@&#8203;1.131.8 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)@&#8203;1.131.8 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)@&#8203;1.131.8 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)@&#8203;1.131.8 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)@&#8203;1.131.8 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)@&#8203;1.131.8 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)@&#8203;1.131.8 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)@&#8203;1.131.8 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)@&#8203;1.131.8 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)@&#8203;1.131.8 - [@&#8203;tanstack/solid-start-plugin](https://github.com/tanstack/solid-start-plugin)@&#8203;1.131.8 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)@&#8203;1.131.8 - [@&#8203;tanstack/react-start-plugin](https://github.com/tanstack/react-start-plugin)@&#8203;1.131.8 ### [`v1.131.7`](https://github.com/TanStack/router/releases/tag/v1.131.7) [Compare Source](https://github.com/TanStack/router/compare/v1.131.5...v1.131.7) Version 1.131.7 - 8/12/25, 7:20 AM #### Changes ##### Fix - router-core: buildLocation must consider basePath when resolving fromPath ([#&#8203;4930](https://github.com/TanStack/router/issues/4930)) ([`bd034bd`](https://github.com/TanStack/router/commit/bd034bd)) by Nico Lynzaad ##### Docs - Fix grammar and improve clarity in routeTree.gen.ts FAQ. ([#&#8203;4922](https://github.com/TanStack/router/issues/4922)) ([`cb895ff`](https://github.com/TanStack/router/commit/cb895ff)) by alexgaudon #### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)@&#8203;1.131.7 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)@&#8203;1.131.7 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)@&#8203;1.131.7 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)@&#8203;1.131.7 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)@&#8203;1.131.7 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)@&#8203;1.131.7 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)@&#8203;1.131.7 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)@&#8203;1.131.7 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)@&#8203;1.131.7 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)@&#8203;1.131.7 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)@&#8203;1.131.7 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)@&#8203;1.131.7 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)@&#8203;1.131.7 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)@&#8203;1.131.7 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)@&#8203;1.131.7 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)@&#8203;1.131.7 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)@&#8203;1.131.7 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)@&#8203;1.131.7 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)@&#8203;1.131.7 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)@&#8203;1.131.7 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)@&#8203;1.131.7 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)@&#8203;1.131.7 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)@&#8203;1.131.7 - [@&#8203;tanstack/start-server-functions-fetcher](https://github.com/tanstack/start-server-functions-fetcher)@&#8203;1.131.7 - [@&#8203;tanstack/start-server-functions-client](https://github.com/tanstack/start-server-functions-client)@&#8203;1.131.7 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)@&#8203;1.131.7 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)@&#8203;1.131.7 - [@&#8203;tanstack/solid-start-plugin](https://github.com/tanstack/solid-start-plugin)@&#8203;1.131.7 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)@&#8203;1.131.7 - [@&#8203;tanstack/react-start-plugin](https://github.com/tanstack/react-start-plugin)@&#8203;1.131.7 ### [`v1.131.5`](https://github.com/TanStack/router/releases/tag/v1.131.5) [Compare Source](https://github.com/TanStack/router/compare/v1.131.4...v1.131.5) Version 1.131.5 - 8/11/25, 2:05 PM #### Changes ##### Refactor - router-core: Avoid creating empty objects when not necessary ([#&#8203;4923](https://github.com/TanStack/router/issues/4923)) ([`039889a`](https://github.com/TanStack/router/commit/039889a)) by [@&#8203;Sheraff](https://github.com/Sheraff) - react-router,solid-router: Minor simplification of MatchInner match logic in select ([#&#8203;4921](https://github.com/TanStack/router/issues/4921)) ([`94ea50f`](https://github.com/TanStack/router/commit/94ea50f)) by [@&#8203;Sheraff](https://github.com/Sheraff) #### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)@&#8203;1.131.5 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)@&#8203;1.131.5 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)@&#8203;1.131.5 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)@&#8203;1.131.5 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)@&#8203;1.131.5 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)@&#8203;1.131.5 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)@&#8203;1.131.5 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)@&#8203;1.131.5 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)@&#8203;1.131.5 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)@&#8203;1.131.5 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)@&#8203;1.131.5 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)@&#8203;1.131.5 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)@&#8203;1.131.5 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)@&#8203;1.131.5 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)@&#8203;1.131.5 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)@&#8203;1.131.5 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)@&#8203;1.131.5 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)@&#8203;1.131.5 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)@&#8203;1.131.5 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)@&#8203;1.131.5 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)@&#8203;1.131.5 - [@&#8203;tanstack/react-start-client](https://github.com/tanstack/react-start-client)@&#8203;1.131.5 - [@&#8203;tanstack/react-start-server](https://github.com/tanstack/react-start-server)@&#8203;1.131.5 - [@&#8203;tanstack/start-server-functions-fetcher](https://github.com/tanstack/start-server-functions-fetcher)@&#8203;1.131.5 - [@&#8203;tanstack/start-server-functions-client](https://github.com/tanstack/start-server-functions-client)@&#8203;1.131.5 - [@&#8203;tanstack/start-plugin-core](https://github.com/tanstack/start-plugin-core)@&#8203;1.131.5 - [@&#8203;tanstack/solid-start](https://github.com/tanstack/solid-start)@&#8203;1.131.5 - [@&#8203;tanstack/solid-start-plugin](https://github.com/tanstack/solid-start-plugin)@&#8203;1.131.5 - [@&#8203;tanstack/react-start](https://github.com/tanstack/react-start)@&#8203;1.131.5 - [@&#8203;tanstack/react-start-plugin](https://github.com/tanstack/react-start-plugin)@&#8203;1.131.5 ### [`v1.131.4`](https://github.com/TanStack/router/releases/tag/v1.131.4) [Compare Source](https://github.com/TanStack/router/compare/v1.131.3...v1.131.4) Version 1.131.4 - 8/11/25, 12:00 PM #### Changes ##### Refactor - router-core: Reduce navigation work by making some properties non-reactive ([#&#8203;4916](https://github.com/TanStack/router/issues/4916)) ([`916253a`](https://github.com/TanStack/router/commit/916253a)) by [@&#8203;Sheraff](https://github.com/Sheraff) ##### Docs - Update static-prerendering.md ([#&#8203;4903](https://github.com/TanStack/router/issues/4903)) ([`fe43f1b`](https://github.com/TanStack/router/commit/fe43f1b)) by Abdullah Al-taheri #### Packages - [@&#8203;tanstack/router-core](https://github.com/tanstack/router-core)@&#8203;1.131.4 - [@&#8203;tanstack/solid-router](https://github.com/tanstack/solid-router)@&#8203;1.131.4 - [@&#8203;tanstack/react-router](https://github.com/tanstack/react-router)@&#8203;1.131.4 - [@&#8203;tanstack/react-router-ssr-query](https://github.com/tanstack/react-router-ssr-query)@&#8203;1.131.4 - [@&#8203;tanstack/router-ssr-query-core](https://github.com/tanstack/router-ssr-query-core)@&#8203;1.131.4 - [@&#8203;tanstack/zod-adapter](https://github.com/tanstack/zod-adapter)@&#8203;1.131.4 - [@&#8203;tanstack/valibot-adapter](https://github.com/tanstack/valibot-adapter)@&#8203;1.131.4 - [@&#8203;tanstack/arktype-adapter](https://github.com/tanstack/arktype-adapter)@&#8203;1.131.4 - [@&#8203;tanstack/router-devtools](https://github.com/tanstack/router-devtools)@&#8203;1.131.4 - [@&#8203;tanstack/solid-router-devtools](https://github.com/tanstack/solid-router-devtools)@&#8203;1.131.4 - [@&#8203;tanstack/react-router-devtools](https://github.com/tanstack/react-router-devtools)@&#8203;1.131.4 - [@&#8203;tanstack/router-devtools-core](https://github.com/tanstack/router-devtools-core)@&#8203;1.131.4 - [@&#8203;tanstack/router-generator](https://github.com/tanstack/router-generator)@&#8203;1.131.4 - [@&#8203;tanstack/router-cli](https://github.com/tanstack/router-cli)@&#8203;1.131.4 - [@&#8203;tanstack/router-plugin](https://github.com/tanstack/router-plugin)@&#8203;1.131.4 - [@&#8203;tanstack/router-vite-plugin](https://github.com/tanstack/router-vite-plugin)@&#8203;1.131.4 - [@&#8203;tanstack/solid-start-client](https://github.com/tanstack/solid-start-client)@&#8203;1.131.4 - [@&#8203;tanstack/solid-start-server](https://github.com/tanstack/solid-start-server)@&#8203;1.131.4 - [@&#8203;tanstack/start-client-core](https://github.com/tanstack/start-client-core)@&#8203;1.131.4 - [@&#8203;tanstack/start-server-core](https://github.com/tanstack/start-server-core)@&#8203;1.131.4 - [@&#8203;tanstack/start-storage-context](https://github.com/tanstack/start-storage-context)@&#8203;1.131.4 - [@&#8203;tanstack/react-start-client](https </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44Mi4xIiwidXBkYXRlZEluVmVyIjoiNDMuMzEuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZnJvbnRlbmQiLCJyZW5vdmF0ZSJdfQ==-->
renovate-bot force-pushed renovate/tanstack-router-monorepo from b6191905a8 to 1897dfaceb 2025-08-21 00:11:33 +01:00 Compare
renovate-bot changed title from Update dependency @tanstack/eslint-plugin-router to ^1.131.2 to Update tanstack-router monorepo 2025-08-21 00:11:34 +01:00
renovate-bot force-pushed renovate/tanstack-router-monorepo from 1897dfaceb to 8f8ca81bd8 2025-08-21 06:01:56 +01:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 8f8ca81bd8 to adf93956c1 2025-08-27 06:02:56 +01:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from adf93956c1 to abdfae1946 2025-08-31 06:02:17 +01:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from abdfae1946 to 5353bfe81f 2025-09-01 06:02:06 +01:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 5353bfe81f to cc2ced9608 2025-09-03 06:02:54 +01:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from cc2ced9608 to e0e7e70327 2025-09-04 06:02:51 +01:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from e0e7e70327 to 249a1eb085 2025-09-05 06:02:31 +01:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 249a1eb085 to 87992f3518 2025-09-08 06:02:42 +01:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 87992f3518 to 392a4de77c 2025-09-12 06:02:48 +01:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 392a4de77c to c26d8dd403 2025-09-13 06:03:07 +01:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from c26d8dd403 to cefd7e9172 2025-09-16 06:02:56 +01:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from cefd7e9172 to b7d1f5dac1 2025-09-19 06:03:48 +01:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from b7d1f5dac1 to 3d197c3808 2025-09-20 06:05:31 +01:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 3d197c3808 to 4ef50478d0 2025-09-22 06:03:17 +01:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 4ef50478d0 to b488fdccb9 2025-09-24 06:02:56 +01:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from b488fdccb9 to f55bc94fdf 2025-09-25 06:03:20 +01:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from f55bc94fdf to 113b820f9a 2025-09-26 06:03:14 +01:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 113b820f9a to 9b940244c8 2025-09-27 06:03:56 +01:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 9b940244c8 to 65136cd425 2025-09-28 06:03:26 +01:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 65136cd425 to d02f196aa8 2025-09-29 06:03:34 +01:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from d02f196aa8 to d528091809 2025-09-30 06:03:26 +01:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from d528091809 to de9ae8de22 2025-10-01 06:04:08 +01:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from de9ae8de22 to 3b2499387d 2025-10-02 06:03:35 +01:00 Compare
renovate-bot changed title from Update tanstack-router monorepo to Update tanstack-router monorepo to v1.132.31 2025-10-02 06:03:40 +01:00
renovate-bot force-pushed renovate/tanstack-router-monorepo from 3b2499387d to c782a514ea 2025-10-04 06:01:59 +01:00 Compare
renovate-bot changed title from Update tanstack-router monorepo to v1.132.31 to Update tanstack-router monorepo 2025-10-04 06:02:05 +01:00
renovate-bot force-pushed renovate/tanstack-router-monorepo from c782a514ea to c8d987fedd 2025-10-05 06:03:29 +01:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from c8d987fedd to f5e71c372b 2025-10-06 06:02:55 +01:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from f5e71c372b to cb13e57988 2025-10-07 06:03:26 +01:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from cb13e57988 to 6eea29953b 2025-10-08 06:03:47 +01:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 6eea29953b to fe8c3279cd 2025-10-09 06:03:11 +01:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from fe8c3279cd to 35c4a091a5 2025-10-13 06:02:48 +01:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 35c4a091a5 to e750f32a34 2025-10-14 06:03:41 +01:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from e750f32a34 to 3a58a37638 2025-10-16 06:03:12 +01:00 Compare
renovate-bot changed title from Update tanstack-router monorepo to Update tanstack-router monorepo to v1.133.3 2025-10-16 06:03:20 +01:00
renovate-bot force-pushed renovate/tanstack-router-monorepo from 3a58a37638 to 75c20e50ed 2025-10-17 06:03:46 +01:00 Compare
renovate-bot changed title from Update tanstack-router monorepo to v1.133.3 to Update tanstack-router monorepo 2025-10-17 06:03:54 +01:00
renovate-bot force-pushed renovate/tanstack-router-monorepo from 75c20e50ed to 48e0240e21 2025-10-20 23:10:21 +01:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 48e0240e21 to cb3d8b643c 2025-10-21 06:02:51 +01:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from cb3d8b643c to e1c6cebd03 2025-10-22 06:02:26 +01:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from e1c6cebd03 to 9175159d5e 2025-10-24 06:02:32 +01:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 9175159d5e to 2717952809 2025-10-25 06:02:20 +01:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 2717952809 to a314bed51c 2025-10-26 05:02:35 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from a314bed51c to dc37de4974 2025-10-27 05:02:02 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from dc37de4974 to 9ae7292bae 2025-10-28 05:02:18 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 9ae7292bae to e90adf66e9 2025-10-28 23:09:01 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from e90adf66e9 to c4b0166e48 2025-10-29 05:02:16 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from c4b0166e48 to cb39176537 2025-11-01 05:02:55 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from cb39176537 to 2d4fb20498 2025-11-02 05:03:20 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 2d4fb20498 to 55260c523f 2025-11-04 05:02:54 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 55260c523f to 73f8b2d01e 2025-11-06 05:02:34 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 73f8b2d01e to 6ef6a34552 2025-11-07 05:02:21 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 6ef6a34552 to e018dece31 2025-11-08 05:02:27 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from e018dece31 to 4e90d512b1 2025-11-10 05:02:36 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 4e90d512b1 to 81c9159a90 2025-11-11 05:02:30 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 81c9159a90 to 9aae126374 2025-11-14 05:02:54 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 9aae126374 to 61fab288d7 2025-11-15 05:02:40 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 61fab288d7 to 19760c6d69 2025-11-16 05:02:40 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 19760c6d69 to 1b4c2b4c45 2025-11-17 05:02:13 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 1b4c2b4c45 to b1e34760fb 2025-11-18 22:42:25 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from b1e34760fb to d4445b59ca 2025-11-18 23:07:47 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from d4445b59ca to b8ef4537d5 2025-11-19 05:02:38 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from b8ef4537d5 to 7b60fe50aa 2025-11-19 20:28:41 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 7b60fe50aa to 9955262e5e 2025-11-20 05:05:20 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 9955262e5e to ca106046ba 2025-11-21 05:01:54 +00:00 Compare
renovate-bot changed title from Update tanstack-router monorepo to Update tanstack-router monorepo to v1.139.0 2025-11-21 05:02:07 +00:00
renovate-bot force-pushed renovate/tanstack-router-monorepo from ca106046ba to 7c2b1eab7a 2025-11-22 05:01:39 +00:00 Compare
renovate-bot changed title from Update tanstack-router monorepo to v1.139.0 to Update tanstack-router monorepo 2025-11-22 05:01:50 +00:00
renovate-bot force-pushed renovate/tanstack-router-monorepo from 7c2b1eab7a to 65d5238b03 2025-11-23 05:01:57 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 65d5238b03 to 55495b2afb 2025-11-26 05:02:03 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 55495b2afb to 8cec02ef83 2025-11-27 05:02:21 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 8cec02ef83 to e72b7e8330 2025-11-28 05:01:48 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from e72b7e8330 to ba2541a4dd 2025-11-30 05:02:37 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from ba2541a4dd to 4a21d5a9a6 2025-12-03 05:02:01 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 4a21d5a9a6 to d5a5448484 2025-12-06 05:02:41 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from d5a5448484 to 5c9b6913fa 2025-12-07 05:02:00 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 5c9b6913fa to 3ba8cb4627 2025-12-08 05:02:47 +00:00 Compare
renovate-bot changed title from Update tanstack-router monorepo to Update tanstack-router monorepo to v1.140.0 2025-12-08 05:02:58 +00:00
renovate-bot force-pushed renovate/tanstack-router-monorepo from 3ba8cb4627 to 29eec7cf95 2025-12-10 05:02:56 +00:00 Compare
renovate-bot changed title from Update tanstack-router monorepo to v1.140.0 to Update tanstack-router monorepo 2025-12-10 05:03:07 +00:00
renovate-bot force-pushed renovate/tanstack-router-monorepo from 29eec7cf95 to 8d6a48b97f 2025-12-11 05:03:14 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 8d6a48b97f to e953c13501 2025-12-12 05:04:10 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from e953c13501 to 51f0dc229c 2025-12-13 05:04:27 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 51f0dc229c to 49b04a5825 2025-12-17 05:03:46 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 49b04a5825 to 7e9392777c 2025-12-18 05:04:20 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 7e9392777c to a7caf914df 2025-12-20 05:03:01 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from a7caf914df to df65697578 2025-12-21 05:04:31 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from df65697578 to c4e7834df5 2025-12-22 05:02:35 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from c4e7834df5 to 0443d8704e 2025-12-22 19:19:11 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 0443d8704e to fde7266289 2025-12-23 05:02:30 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from fde7266289 to dfad890995 2025-12-24 05:01:29 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from dfad890995 to 55fee35390 2025-12-25 05:01:42 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 55fee35390 to 45f0d53bdb 2025-12-26 05:01:20 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 45f0d53bdb to 067f6a7e93 2025-12-28 05:01:17 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 067f6a7e93 to 9dc2138eaa 2025-12-30 05:02:19 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 9dc2138eaa to 6fc8f9031e 2025-12-31 05:02:18 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 6fc8f9031e to 59241b62d6 2026-01-05 05:02:18 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 59241b62d6 to ee22ef45c6 2026-01-06 05:02:19 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from ee22ef45c6 to fd73108935 2026-01-08 05:02:34 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from fd73108935 to 4a52138b7d 2026-01-09 05:02:08 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 4a52138b7d to a40d35d05a 2026-01-10 05:02:21 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from a40d35d05a to ba99afd12e 2026-01-11 05:02:57 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from ba99afd12e to 803493a8d6 2026-01-12 05:03:00 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 803493a8d6 to fc9478cfb8 2026-01-14 05:03:13 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from fc9478cfb8 to d606868928 2026-01-15 05:03:17 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from d606868928 to 15d671141b 2026-01-18 05:03:22 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 15d671141b to 6831380be0 2026-01-19 05:03:08 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 6831380be0 to b6e097a29a 2026-01-20 05:05:08 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from b6e097a29a to 728e077c45 2026-01-22 05:03:19 +00:00 Compare
renovate-bot changed title from Update tanstack-router monorepo to Update tanstack-router monorepo to v1.154.7 2026-01-22 05:03:36 +00:00
renovate-bot force-pushed renovate/tanstack-router-monorepo from 728e077c45 to 4317caa239 2026-01-23 05:04:06 +00:00 Compare
renovate-bot changed title from Update tanstack-router monorepo to v1.154.7 to Update tanstack-router monorepo 2026-01-23 05:04:28 +00:00
renovate-bot force-pushed renovate/tanstack-router-monorepo from 4317caa239 to f09699858b 2026-01-24 05:03:07 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from f09699858b to 97ff147620 2026-01-25 05:03:18 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 97ff147620 to f13b585b02 2026-01-26 05:02:59 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from f13b585b02 to d1f9c576c8 2026-01-27 05:03:25 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from d1f9c576c8 to 20d33152b0 2026-01-31 05:04:10 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 20d33152b0 to 6e2bd25119 2026-02-01 05:03:17 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 6e2bd25119 to 4826284864 2026-02-03 05:04:05 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 4826284864 to 076f8206cf 2026-02-05 05:03:16 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 076f8206cf to dddad4ad2d 2026-02-07 05:03:06 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from dddad4ad2d to d7c8eed2af 2026-02-09 05:03:11 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from d7c8eed2af to 718973f83d 2026-02-10 05:03:27 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 718973f83d to ca4b553d25 2026-02-14 05:03:39 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from ca4b553d25 to 1e3144698d 2026-02-21 19:05:45 +00:00 Compare
renovate-bot changed title from Update tanstack-router monorepo to Update tanstack-router monorepo to v1.161.4 2026-02-21 19:06:24 +00:00
renovate-bot force-pushed renovate/tanstack-router-monorepo from 1e3144698d to 3e37ba7563 2026-02-22 05:02:16 +00:00 Compare
renovate-bot changed title from Update tanstack-router monorepo to v1.161.4 to Update tanstack-router monorepo 2026-02-22 05:02:33 +00:00
renovate-bot force-pushed renovate/tanstack-router-monorepo from 3e37ba7563 to 318be3b733 2026-02-22 14:12:52 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 318be3b733 to 4c2d26dad5 2026-02-23 05:02:03 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 4c2d26dad5 to 24f61aada1 2026-02-24 05:02:06 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 24f61aada1 to 93ab951a03 2026-02-25 05:03:13 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 93ab951a03 to c51bb03f62 2026-02-26 05:01:57 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from c51bb03f62 to 0e6291986a 2026-02-28 05:02:14 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 0e6291986a to 38eef5e326 2026-03-01 05:02:26 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 38eef5e326 to 35abebc86e 2026-03-05 05:01:54 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 35abebc86e to 2dfda37fff 2026-03-09 05:03:44 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 2dfda37fff to 3d9518b000 2026-03-10 05:01:58 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 3d9518b000 to 996adb1a53 2026-03-11 05:03:07 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 996adb1a53 to 78da197b83 2026-03-14 05:02:41 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 78da197b83 to 75383fa2a5 2026-03-15 05:01:48 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from 75383fa2a5 to cf8e919b6a 2026-03-16 05:01:46 +00:00 Compare
renovate-bot force-pushed renovate/tanstack-router-monorepo from cf8e919b6a to 33a04d174b 2026-03-17 05:02:16 +00:00 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/tanstack-router-monorepo:renovate/tanstack-router-monorepo
git switch renovate/tanstack-router-monorepo

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/tanstack-router-monorepo
git switch renovate/tanstack-router-monorepo
git rebase main
git switch main
git merge --ff-only renovate/tanstack-router-monorepo
git switch renovate/tanstack-router-monorepo
git rebase main
git switch main
git merge --no-ff renovate/tanstack-router-monorepo
git switch main
git merge --squash renovate/tanstack-router-monorepo
git switch main
git merge --ff-only renovate/tanstack-router-monorepo
git switch main
git merge renovate/tanstack-router-monorepo
git push origin main
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
MobiusReactor/TicTacToeV2!8
No description provided.