Skip to content

Releases: TanStack/router

v1.92.4

23 Dec 19:03
Compare
Choose a tag to compare

Version 1.92.4 - 12/23/24, 7:02 PM

Changes

Fix

  • no extra context, throw errors from middleware (3757958) by Tanner Linsley

Packages

v1.92.3

23 Dec 06:28
Compare
Choose a tag to compare

Version 1.92.3 - 12/23/24, 6:27 AM

Changes

Fix

  • allow serverFn errors to also have context (#3037) (ebf67ca) by Tanner Linsley

Packages

v1.92.2

22 Dec 20:58
Compare
Choose a tag to compare

Version 1.92.2 - 12/22/24, 8:58 PM

Changes

Fix

  • start: returning null from server functions (#3048) (4a7d3ca) by alakhpc

Packages

v1.92.1

21 Dec 23:54
Compare
Choose a tag to compare

Version 1.92.1 - 12/21/24, 11:54 PM

Changes

Refactor

  • react-router: expose scrollBehavior on the ScrollRestoration component (#3053) (72b7c82) by Joshua Knauber

Packages

v1.92.0

20 Dec 10:56
Compare
Choose a tag to compare

Version 1.92.0 - 12/20/24, 10:56 AM

Changes

Feat

  • start: create-start cli (#2920) (f3de244) by timoconnellaus

Docs

  • Minor typo in middleware.md (#3042) (6d810d7) by Arnaud Kleinpeter
  • minor typo in code-based-routing.md (#3043) (38702a8) by AlexisPin

Packages

v1.91.3

19 Dec 02:33
Compare
Choose a tag to compare

Version 1.91.3 - 12/19/24, 2:32 AM

Changes

Fix

  • react-router: make sure full matches are passed into route functions (#3039) (347544c) by Manuel Schiller

Ci

  • apply automated fixes (253284a) by autofix-ci[bot]

Docs

Packages

v1.91.2

17 Dec 10:55
Compare
Choose a tag to compare

Version 1.91.2 - 12/17/24, 10:55 AM

Changes

Fix

  • react-router: do not preload links with reloadDocument: true (f85edf2) by Manuel Schiller

Other

Tests

  • disable flaky test (6b3703f) by Manuel Schiller

Packages

v1.91.1

17 Dec 10:16
Compare
Choose a tag to compare

Version 1.91.1 - 12/17/24, 10:15 AM

Changes

Fix

  • react-router: do not treat internal link with reloadDocument: true as external (7b66844) by Manuel Schiller
  • react-router: prevent reloadDocument to be passed to the DOM element (8ff8f74) by Manuel Schiller

Chore

  • update babel-dead-code-elimination (bc9f9ed) by Manuel Schiller

Packages

v1.91.0

17 Dec 00:51
Compare
Choose a tag to compare

Version 1.91.0 - 12/17/24, 12:50 AM

Changes

Feat

  • react-router: allow to preload route chunk (#3016) (02a4957) by akhmadshin

Perf

  • react-router: improve resolve relative route and use intersections for checking path (#2425) (cb1b65e) by Christopher Horobin

Chore

  • update babel-dead-code-elimination (#3025) (3f1c9ac) by Manuel Schiller
  • removed unused dependencies (#3024) (f73b5dd) by Manuel Schiller

Docs

  • Update file-based-routing.md (#3026) (96a7bee) by Anton Kuznetsov
  • clarify server functions cannot be called from Api Routes; capitalize API Routes as they are a noun and consistency with API Routes page. (#3021) (fb016b8) by Chris Hudson

Packages

v1.90.1

16 Dec 16:13
Compare
Choose a tag to compare

Version 1.90.1 - 12/16/24, 4:13 PM

Changes

Fix

  • start: try/catch around renderToPipeableStream for React 19 (#3020) (24217f8) by Manuel Schiller

Docs

  • Slightly improve navigation-blocking.md to avoid confusion (#3015) (f063b49) by reihwald
  • react-router: fix blocker doc (437fb74) by Manuel Schiller

Packages