Skip to content

Releases: TanStack/router

Release 2026-06-25 01:04

25 Jun 01:04
Immutable release. Only release title and notes can be modified.
3d265ea

Choose a tag to compare

Pre-release

Release 2026-06-25 01:04

Changes

Features

Fix

Performance

Refactor

Chore

Build

Packages

  • @tanstack/solid-router@2.0.0-beta.22
  • @tanstack/solid-router-devtools@2.0.0-beta.18
  • @tanstack/solid-router-ssr-query@2.0.0-beta.23
  • @tanstack/solid-start@2.0.0-beta.23
  • @tanstack/solid-start-client@2.0.0-beta.22
  • @tanstack/solid-start-server@2.0.0-beta.22

@tanstack/solid-start@2.0.0-beta.23

25 Jun 01:03
Immutable release. Only release title and notes can be modified.
3d265ea

Choose a tag to compare

Pre-release

Patch Changes

  • #7688 259efbe - Upgrade solid-js and @solidjs/web to 2.0.0-beta.15

  • Updated dependencies [41e7a24, 51b4bd4, 259efbe]:

    • @tanstack/solid-router@2.0.0-beta.22
    • @tanstack/solid-start-client@2.0.0-beta.22
    • @tanstack/solid-start-server@2.0.0-beta.22

@tanstack/solid-start-server@2.0.0-beta.22

25 Jun 01:03
Immutable release. Only release title and notes can be modified.
3d265ea

Choose a tag to compare

Patch Changes

@tanstack/solid-start-client@2.0.0-beta.22

25 Jun 01:03
Immutable release. Only release title and notes can be modified.
3d265ea

Choose a tag to compare

Patch Changes

@tanstack/solid-router@2.0.0-beta.22

25 Jun 01:03
Immutable release. Only release title and notes can be modified.
3d265ea

Choose a tag to compare

Pre-release

Patch Changes

  • #7584 41e7a24 - Remove unnecessary setTimeout from Match components

  • #7609 51b4bd4 - perf(solid-router): make useLinkProps proxy-free in the spread hot path

    useLinkProps previously layered four proxies (merge for defaults, two
    splitProps/omit proxies, and a final merge of spreadable props with the
    resolved props memo). Solid's spread() re-enumerated all of them through V8
    proxy traps on every navigation, for every Link, which showed up in CodSpeed
    profiles as a large unattributed "NodeJS internals" cost.

    useLinkProps now returns a plain object with a stable key set whose
    reactivity lives in property getters backed by fine-grained memos. Values that
    no longer apply resolve to undefined, which spread() treats as attribute
    removal. The built-location memo also gained href-based equality so downstream
    memos skip work when a navigation doesn't change a link's target.

    This makes the client-side navigation benchmark ~30% faster.

    Note: keys returned by activeProps/inactiveProps functions are discovered
    once at setup — functions that later return brand-new keys (beyond the initial
    set plus class/style) won't have those keys applied.

  • #7688 259efbe - Upgrade solid-js and @solidjs/web to 2.0.0-beta.15

@tanstack/solid-router-ssr-query@2.0.0-beta.23

25 Jun 01:04
Immutable release. Only release title and notes can be modified.
3d265ea

Choose a tag to compare

Patch Changes

  • #7688 259efbe - Upgrade solid-js and @solidjs/web to 2.0.0-beta.15

@tanstack/solid-router-devtools@2.0.0-beta.18

25 Jun 01:04
Immutable release. Only release title and notes can be modified.
3d265ea

Choose a tag to compare

Patch Changes

Release 2026-06-16 22:17

16 Jun 22:17
f23ed0f

Choose a tag to compare

Release 2026-06-16 22:17

Changes

Features

Fix

Performance

Refactor

Chore

Packages

  • @tanstack/react-router@1.170.16
  • @tanstack/react-start@1.168.26
  • @tanstack/react-start-client@1.168.14
  • @tanstack/react-start-rsc@0.1.25
  • @tanstack/react-start-server@1.167.20
  • @tanstack/solid-router@1.170.16
  • @tanstack/solid-start@1.168.26
  • @tanstack/solid-start-client@1.168.14
  • @tanstack/solid-start-server@1.167.20
  • @tanstack/start-plugin-core@1.171.18
  • @tanstack/start-server-core@1.169.15
  • @tanstack/vue-start@1.168.25
  • @tanstack/vue-start-server@1.167.20

@tanstack/vue-start@1.168.25

16 Jun 22:17
f23ed0f

Choose a tag to compare

Patch Changes

  • Updated dependencies [96eca43, e499164]:
    • @tanstack/start-server-core@1.169.15
    • @tanstack/start-plugin-core@1.171.18
    • @tanstack/vue-start-server@1.167.20

@tanstack/vue-start-server@1.167.20

16 Jun 22:17
f23ed0f

Choose a tag to compare

Patch Changes

  • Updated dependencies [96eca43]:
    • @tanstack/start-server-core@1.169.15