Skip to content

Releases: TanStack/router

v1.61.1

05 Oct 00:33
Compare
Choose a tag to compare

Version 1.61.1 - 10/5/24, 12:32 AM

Changes

Fix

  • start: use client base config value to get client vite manifest path (#2437) (b3a4df3) by @rehos
  • history: correctly handle history state in createMemoryHistory (#2442) (fa92a0e) by Matthias Schwarz

Packages

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

v1.61.0

04 Oct 23:25
Compare
Choose a tag to compare

Version 1.61.0 - 10/4/24, 11:24 PM

Changes

Feat

  • history: expose length in RouterHistory (#2440) (9b2400b) by Matthias Schwarz

Test

  • e2e: disable the start-basic-auth test as it has become flaky (bd6b652) by SeanCassiere

Packages

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

v1.60.0

04 Oct 23:07
Compare
Choose a tag to compare

Version 1.60.0 - 10/4/24, 11:05 PM

Changes

Feat

  • router-valibot-adapter: upgrade valibot to v1 (#2470) (c850088) by Fabian Hiller

Chore

  • deps: lock file maintenance (#2447) (8a848a4) by renovate[bot]
  • deps: update all non-major dependencies (#2396) (8c7aeb0) by renovate[bot]

Docs

  • start: enable strictNullChecks (#2467) (fd53d03) by J. G. Sebring

Examples

  • upgrade framer-motion (#2473) (18210b8) by Manuel Schiller

Packages

  • @tanstack/react-router@1.60.0
  • @tanstack/react-router-with-query@1.60.0
  • @tanstack/router-valibot-adapter@1.60.0
  • @tanstack/router-devtools@1.60.0
  • @tanstack/router-plugin@1.60.0
  • @tanstack/react-cross-context@1.60.0
  • @tanstack/start@1.60.0
  • @tanstack/start-vite-plugin@1.60.0
  • @tanstack/eslint-plugin-router@1.60.0
  • @tanstack/router-zod-adapter@1.60.0
  • @tanstack/router-arktype-adapter@1.60.0
  • @tanstack/router-vite-plugin@1.60.0
  • @tanstack/create-router@1.60.0

v1.59.0

04 Oct 19:56
Compare
Choose a tag to compare

Version 1.59.0 - 10/4/24, 7:55 PM

Changes

Feat

  • allow to exclude routes from SSR (#2463) (da9b824) by Manuel Schiller

Fix

  • react-router: check if strictNullChecks are enabled (#2457) (32ba7ed) by Manuel Schiller

Chore

Docs

  • correct API for route-masking (#2466) (83bda81) by Manuel Schiller

Examples

Other

Packages

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

v1.58.17

03 Oct 05:29
Compare
Choose a tag to compare

Version 1.58.17 - 10/3/24, 5:28 AM

Changes

Fix

  • allow composite and createLink (#2453) (c4cc47b) by Christopher Horobin

Chore

  • update @tanstack/config to 0.13.4 (#2452) (8dae01a) by Manuel Schiller

Packages

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

v1.58.16

01 Oct 18:38
Compare
Choose a tag to compare

Version 1.58.16 - 10/1/24, 6:37 PM

Changes

Fix

  • react-router: correct typing for `getRouteApi`` (#2438) (17095c7) by Manuel Schiller

Docs

  • fix pathless route link (#2444) (6691b77) by Miro Rauhala
  • update pathless route wording (#2445) (286b25b) by Miro Rauhala

Packages

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

v1.58.15

29 Sep 14:09
Compare
Choose a tag to compare

Version 1.58.15 - 9/29/24, 2:08 PM

Changes

Fix

  • history: remove uncalled splice expression in createMemoryHistory (#2439) (87bd969) by Matthias Schwarz

Packages

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

v1.58.14

29 Sep 13:34
Compare
Choose a tag to compare

Version 1.58.14 - 9/29/24, 1:34 PM

Changes

Fix

  • start: extend api router schema to allow vite plugins (#2436) (b87cd8a) by Simon

Packages

  • @tanstack/start@1.58.14

v1.58.13

28 Sep 17:36
Compare
Choose a tag to compare

Version 1.58.13 - 9/28/24, 5:36 PM

Changes

Fix

  • start: correctly hydrate match context w.r.t parent context (#2432) (4acc468) by Manuel Schiller

Chore

  • deps: update @tanstack/config (#2350) (175364d) by Lachlan Collins

Docs

  • use guarantee instead of guaranty (#2430) (090a904) by Miro Rauhala

Packages

  • @tanstack/start@1.58.13

v1.58.12

27 Sep 17:06
Compare
Choose a tag to compare

Version 1.58.12 - 9/27/24, 5:05 PM

Changes

Fix

  • router-generator: remove usage of import.meta.url (ef29d05) by Manuel Schiller

Docs

  • router: typo about the CLI in the file-based routing guide (#2424) (a42deba) by Lalu Arman Rozika
  • router: fix MUI button in "custom links" guide (#2420) (61cd473) by Christopher Horobin
  • examples: declare vinxi type references (#2423) (a2373db) by Henrique Kirch Heck

Tests

  • fix parent route in benchmark (332c51e) by Manuel Schiller

Packages

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