Skip to content

Releases: TanStack/router

v1.57.1

09 Sep 23:07
Compare
Choose a tag to compare

Version 1.57.1 - 9/9/24, 11:06 PM

Changes

Fix

  • create-router: delay loading of package.json to runtime (#2301) (a005b16) by Manuel Schiller

Chore

Packages

  • @tanstack/router-plugin@1.57.1
  • @tanstack/create-router@1.57.1
  • @tanstack/router-vite-plugin@1.57.1
  • @tanstack/start@1.57.1

v1.57.0

09 Sep 22:43
Compare
Choose a tag to compare

Version 1.57.0 - 9/9/24, 10:43 PM

Changes

Feat

  • create-router: added project generator to scaffold router projects (#2300) (ca9b4be) by Manuel Schiller

Chore

  • run typecheck for examples after building (#2285) (282f83a) by Manuel Schiller

Test

  • react-router: onEnter should have the router context defined (#2295) (0e16429) by Sean Cassiere

Packages

  • @tanstack/create-router@1.57.0

v1.56.5

07 Sep 11:38
Compare
Choose a tag to compare

Version 1.56.5 - 9/7/24, 11:37 AM

Changes

Fix

  • react-router: correct typings (#2284) (21caad3) by Manuel Schiller
  • react-router: correct peerDependenciesMeta (#2283) (f17b805) by Manuel Schiller

Packages

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

v1.56.4

07 Sep 07:11
Compare
Choose a tag to compare

Version 1.56.4 - 9/7/24, 7:10 AM

Changes

Fix

  • router-generator: export generated interfaces (#2282) (aeb3593) by Manuel Schiller

Packages

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

v1.56.3

07 Sep 05:15
Compare
Choose a tag to compare

Version 1.56.3 - 9/7/24, 5:15 AM

Changes

Fix

  • react-router: allow to narrow by id and fullPath in useParentMatches and useChildMatches (#2281) (c0c3569) by Manuel Schiller

Chore

  • start: add Start example with supabase for auth (#2277) (89f9209) by ridwansameer
  • examples: update @clerk/tanstack-start to 0.3.5 (#2274) (da78bd9) by Zach

Packages

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

v1.56.2

06 Sep 17:26
Compare
Choose a tag to compare

Version 1.56.2 - 9/6/24, 5:25 PM

Changes

Fix

  • make router-generator a peer dep of react-router (#2278) (ef95a05) by Manuel Schiller

Chore

  • examples: regenerate route-tree files (#2272) (5fa21ad) by Sean Cassiere

Packages

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

v1.56.1

05 Sep 23:35
Compare
Choose a tag to compare

Version 1.56.1 - 9/5/24, 11:34 PM

Changes

Perf

  • react-router: constant editor performance regardless how large a file based route tree is (#2243) (0482da5) by Christopher Horobin

Packages

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

v1.56.0

05 Sep 21:23
Compare
Choose a tag to compare

Version 1.56.0 - 9/5/24, 9:23 PM

Changes

Feat

  • router-generator: allow virtual subtree in file based routing (#2271) (f64587f) by Manuel Schiller

Other

Packages

  • @tanstack/router-generator@1.56.0
  • @tanstack/virtual-file-routes@1.56.0
  • @tanstack/router-cli@1.56.0
  • @tanstack/router-plugin@1.56.0
  • @tanstack/router-vite-plugin@1.56.0
  • @tanstack/start@1.56.0

v1.55.0

05 Sep 11:24
Compare
Choose a tag to compare

Version 1.55.0 - 9/5/24, 11:23 AM

Changes

Feat

  • publish virtual-file-routes (#2266) (72b1eac) by Manuel Schiller

Test

  • router-generator: add tests to the utils (#2270) (93fb3df) by Sean Cassiere

Docs

  • linking to the virtual files routes page (5f791fa) by SeanCassiere

Packages

  • @tanstack/router-generator@1.55.0
  • @tanstack/router-cli@1.55.0
  • @tanstack/router-plugin@1.55.0
  • @tanstack/router-vite-plugin@1.55.0
  • @tanstack/start@1.55.0

v1.54.0

04 Sep 21:38
Compare
Choose a tag to compare

Version 1.54.0 - 9/4/24, 9:38 PM

Changes

Feat

  • router-generator: custom route tree configuration based on virtual file routes (#2265) (a941696) by Manuel Schiller

Packages

  • @tanstack/router-generator@1.54.0
  • @tanstack/router-plugin@1.54.0
  • @tanstack/router-cli@1.54.0
  • @tanstack/router-vite-plugin@1.54.0
  • @tanstack/start@1.54.0