Skip to content

Releases: TanStack/router

v1.64.2

12 Oct 08:45

Choose a tag to compare

Version 1.64.2 - 10/12/24, 8:44 AM

Changes

Perf

  • react-router: early exit for Link"s isActive (#2517) (05fa363) by Manuel Schiller

Packages

  • @tanstack/react-router@1.64.2
  • @tanstack/react-router-with-query@1.64.2
  • @tanstack/router-zod-adapter@1.64.2
  • @tanstack/router-valibot-adapter@1.64.2
  • @tanstack/router-arktype-adapter@1.64.2
  • @tanstack/router-devtools@1.64.2
  • @tanstack/start@1.64.2
  • @tanstack/create-router@1.64.2

v1.64.1

12 Oct 08:37

Choose a tag to compare

Version 1.64.1 - 10/12/24, 8:37 AM

Changes

Perf

  • react-router: improve location building performance (#2516) (da102e5) by Manuel Schiller

Docs

  • add missing spaces for comments in the installation guide (#2502) (63562e8) by Bardur

Packages

  • @tanstack/react-router@1.64.1
  • @tanstack/react-router-with-query@1.64.1
  • @tanstack/router-zod-adapter@1.64.1
  • @tanstack/router-valibot-adapter@1.64.1
  • @tanstack/router-arktype-adapter@1.64.1
  • @tanstack/router-devtools@1.64.1
  • @tanstack/start@1.64.1
  • @tanstack/create-router@1.64.1

v1.64.0

09 Oct 20:21

Choose a tag to compare

Version 1.64.0 - 10/9/24, 8:20 PM

Changes

Feat

  • router-generator: allow virtual file routes without file names (#2500) (a82bfa1) by Manuel Schiller

Fix

  • router-generator: html files per bundler (#2494) (1a714f1) by Manuel Schiller
  • create-router: Specify html template used by rspack (#2493) (ecd9a17) by Thomas Aunvik

Docs

  • less disruptive file-based routing guide regarding virtual routes (#2497) (ac39caa) by Sean Cassiere

Packages

  • @tanstack/router-generator@1.64.0
  • @tanstack/virtual-file-routes@1.64.0
  • @tanstack/react-router@1.64.0
  • @tanstack/react-router-with-query@1.64.0
  • @tanstack/router-zod-adapter@1.64.0
  • @tanstack/router-valibot-adapter@1.64.0
  • @tanstack/router-arktype-adapter@1.64.0
  • @tanstack/router-devtools@1.64.0
  • @tanstack/router-cli@1.64.0
  • @tanstack/router-plugin@1.64.0
  • @tanstack/router-vite-plugin@1.64.0
  • @tanstack/start@1.64.0
  • @tanstack/create-router@1.64.0

v1.63.5

08 Oct 19:56

Choose a tag to compare

Version 1.63.5 - 10/8/24, 7:55 PM

Changes

Fix

  • router-generator: do not log emojis when process.env.CI is set (#2492) (5888b06) by Manuel Schiller

Packages

  • @tanstack/router-generator@1.63.5
  • @tanstack/react-router@1.63.5
  • @tanstack/react-router-with-query@1.63.5
  • @tanstack/router-zod-adapter@1.63.5
  • @tanstack/router-valibot-adapter@1.63.5
  • @tanstack/router-arktype-adapter@1.63.5
  • @tanstack/router-devtools@1.63.5
  • @tanstack/router-cli@1.63.5
  • @tanstack/router-plugin@1.63.5
  • @tanstack/router-vite-plugin@1.63.5
  • @tanstack/start@1.63.5
  • @tanstack/create-router@1.63.5

v1.63.4

08 Oct 17:53

Choose a tag to compare

Version 1.63.4 - 10/8/24, 5:52 PM

Changes

Fix

  • react-router: only execute context when params or loader deps change (#2482) (d16a536) by Manuel Schiller
  • react-router: do not copy id from lazy route over to non-lazy route (#2490) (70bce30) by Manuel Schiller

Packages

  • @tanstack/react-router@1.63.4
  • @tanstack/eslint-plugin-router@1.63.4
  • @tanstack/react-router-with-query@1.63.4
  • @tanstack/router-zod-adapter@1.63.4
  • @tanstack/router-valibot-adapter@1.63.4
  • @tanstack/router-arktype-adapter@1.63.4
  • @tanstack/router-devtools@1.63.4
  • @tanstack/start@1.63.4
  • @tanstack/create-router@1.63.4

v1.63.3

08 Oct 09:47

Choose a tag to compare

Version 1.63.3 - 10/8/24, 9:47 AM

Changes

Fix

  • start: allow specifying vinxi experimental options (#2491) (37b3194) by Miguel O. Carvajal

Packages

  • @tanstack/start@1.63.3

v1.63.2

07 Oct 22:51

Choose a tag to compare

Version 1.63.2 - 10/7/24, 10:50 PM

Changes

Fix

Packages

  • @tanstack/react-router@1.63.2
  • @tanstack/react-router-with-query@1.63.2
  • @tanstack/router-zod-adapter@1.63.2
  • @tanstack/router-valibot-adapter@1.63.2
  • @tanstack/router-arktype-adapter@1.63.2
  • @tanstack/router-devtools@1.63.2
  • @tanstack/start@1.63.2
  • @tanstack/create-router@1.63.2

v1.63.1

07 Oct 21:55

Choose a tag to compare

Version 1.63.1 - 10/7/24, 9:54 PM

Changes

Fix

  • react-router: do not unnecessarily render notFoundComponent (#2480) (2685a66) by Igor Golovin

Packages

  • @tanstack/react-router@1.63.1
  • @tanstack/react-router-with-query@1.63.1
  • @tanstack/router-zod-adapter@1.63.1
  • @tanstack/router-valibot-adapter@1.63.1
  • @tanstack/router-arktype-adapter@1.63.1
  • @tanstack/router-devtools@1.63.1
  • @tanstack/start@1.63.1
  • @tanstack/create-router@1.63.1

v1.63.0

07 Oct 21:25

Choose a tag to compare

Version 1.63.0 - 10/7/24, 9:25 PM

Changes

Feat

  • add linkOptions for re-usable props (#2486) (f48dd37) by Christopher Horobin

Chore

  • deps: update all non-major dependencies (#2488) (21743e2) by renovate[bot]

Packages

  • @tanstack/react-router@1.63.0
  • @tanstack/react-router-with-query@1.63.0
  • @tanstack/router-zod-adapter@1.63.0
  • @tanstack/router-valibot-adapter@1.63.0
  • @tanstack/router-arktype-adapter@1.63.0
  • @tanstack/router-devtools@1.63.0
  • @tanstack/start@1.63.0
  • @tanstack/create-router@1.63.0

v1.62.1

06 Oct 07:00

Choose a tag to compare

Version 1.62.1 - 10/6/24, 7:00 AM

Changes

Fix

  • react-router: reset invalid status of route after loader ran again (#2483) (0f1b17c) by Manuel Schiller

Packages

  • @tanstack/react-router@1.62.1
  • @tanstack/react-router-with-query@1.62.1
  • @tanstack/router-zod-adapter@1.62.1
  • @tanstack/router-valibot-adapter@1.62.1
  • @tanstack/router-arktype-adapter@1.62.1
  • @tanstack/router-devtools@1.62.1
  • @tanstack/start@1.62.1
  • @tanstack/create-router@1.62.1