Skip to content

Releases: TanStack/router

v1.34.9

01 Jun 06:08
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v1.34.0

25 May 11:51
Compare
Choose a tag to compare

Version 1.34.0 - 5/25/2024, 11:50 AM

Changes

Feat

  • react-router: improve the blocker functionality for use with custom UI (#1649) (28aa8fb) by Leonardo Montini

Docs

  • examples: cleanup the "kitchen-sink*" examples (#1663) (9fb0bde) by Sean Cassiere
  • examples: inline the PickAsRequired type in the "kitchen-sink-react-query" example (#1660) (dbb5641) by @hughiep

Test

  • react-router: use React.act to contain warnings thrown by router.test.tsx (#1667) (92f4a09) by Sean Cassiere

Packages

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