Skip to content

Releases: TanStack/router

v1.35.1

04 Jun 19:07
Compare
Choose a tag to compare

Version 1.35.1 - 6/4/2024, 7:07 PM

Changes

Fix

  • from was being ignored when the pathname included params or a pathless route (#1703) (56a3100) by Christopher Horobin

Packages

v1.35.0

04 Jun 18:45
Compare
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

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

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

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

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

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

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

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

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