Skip to content

Releases: TanStack/router

v1.35.0

04 Jun 18:45

Choose a tag to compare

Version 1.35.0 - 6/4/2024, 6:44 PM

Changes

Feat

  • merge unions for search and params for Link when from and to are loose (#1696) (b79690b) by Christopher Horobin

Packages

  • @tanstack/react-router@1.35.0
  • @tanstack/router-devtools@1.35.0
  • @tanstack/start@1.35.0

v1.34.9

01 Jun 06:08

Choose a tag to compare

Version 1.34.9 - 6/1/2024, 6:08 AM

Changes

Fix

  • correctly resolve path in useMatchRoute if layout route is used (#1690) (050d89f) by Manuel Schiller
  • use Record<string, unknown> as default type for TSearchSchemaInput (#1684) (d2eec98) by Manuel Schiller

Docs

  • mention how to disable the plugin in tests (#1682) (85f5e7b) by Leonardo Montini

Examples

  • init trellaux (9e4b1db) by Tanner Linsley

Other

Packages

  • @tanstack/react-router@1.34.9
  • @tanstack/router-devtools@1.34.9
  • @tanstack/start@1.34.9

v1.34.8

30 May 17:18

Choose a tag to compare

Version 1.34.8 - 5/30/2024, 5:18 PM

Changes

Fix

  • do not assign path to virtual routes for route groups (#1683) (6a44da8) by Manuel Schiller

Packages

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

v1.34.7

29 May 19:56

Choose a tag to compare

Version 1.34.7 - 5/29/2024, 7:56 PM

Changes

Fix

  • react-router: only instantiate the confirmation promise when required in the useBlocker hook (#1669) (f11cd07) by Leo Y. Li

Packages

  • @tanstack/react-router@1.34.7
  • @tanstack/router-devtools@1.34.7
  • @tanstack/start@1.34.7

v1.34.6

29 May 19:29

Choose a tag to compare

Version 1.34.6 - 5/29/2024, 7:29 PM

Changes

Fix

  • react-router: merge params, context, search and loaderData with strict: false (#1664) (ef77ccc) by Christopher Horobin

Test

Packages

  • @tanstack/react-router@1.34.6
  • @tanstack/router-devtools@1.34.6
  • @tanstack/start@1.34.6

v1.34.5

28 May 17:37

Choose a tag to compare

Version 1.34.5 - 5/28/2024, 5:37 PM

Changes

Fix

  • add onBeforeNavigate event (2b0135b) by Tanner Linsley

Packages

  • @tanstack/react-router@1.34.5
  • @tanstack/router-devtools@1.34.5
  • @tanstack/start@1.34.5

v1.34.4

27 May 12:51

Choose a tag to compare

Version 1.34.4 - 5/27/2024, 12:51 PM

Changes

Fix

  • router-devtools: make router a peerDependency of the devtools (#1671) (3c66fb5) by Dominik Dorfmeister

Packages

  • @tanstack/router-devtools@1.34.4

v1.34.3

27 May 04:58

Choose a tag to compare

Version 1.34.3 - 5/27/2024, 4:58 AM

Changes

Fix

  • no more weird streaming APIs, just use suspense + streaming (0be1100) by Tanner Linsley

Packages

  • @tanstack/react-router@1.34.3
  • @tanstack/start@1.34.3
  • @tanstack/router-devtools@1.34.3

v1.34.2

26 May 21:27

Choose a tag to compare

Version 1.34.2 - 5/26/2024, 9:26 PM

Changes

Fix

  • SSR redirects (317f1eb) by Tanner Linsley

Packages

  • @tanstack/react-router@1.34.2
  • @tanstack/router-devtools@1.34.2
  • @tanstack/start@1.34.2

v1.34.1

26 May 20:16

Choose a tag to compare

Version 1.34.1 - 5/26/2024, 8:16 PM

Changes

Fix

  • start: abstract SSR event handling (1d677df) by Tanner Linsley
  • deprecate stream transformation in favor of auto-streaming with /useAwaited (de02c1d) by Tanner Linsley
  • do not use react transitions on the server (0f60403) by Tanner Linsley

Examples

  • update start example (075c6b3) by Tanner Linsley

Packages

  • @tanstack/react-router@1.34.1
  • @tanstack/router-vite-plugin@1.34.1
  • @tanstack/start@1.34.1
  • @tanstack/router-devtools@1.34.1