Skip to content

Releases: TanStack/router

v1.31.2

29 Apr 15:05

Choose a tag to compare

Version 1.31.2 - 4/29/2024, 3:05 PM

Changes

Fix

  • properly handle redirects in load (69fe04a) by Tanner Linsley
  • devtools (7987a89) by Tanner Linsley
  • properly handle redirects across server, pending, and transitioning navigations (6486b8e) by Tanner Linsley

Docs

  • examples: cleanup the basic-file-based example (#1524) (b7c0c51) by Sean Cassiere

Packages

v1.31.1

25 Apr 20:25

Choose a tag to compare

Version 1.31.1 - 4/25/2024, 8:24 PM

Changes

Fix

  • type error in devtools (c13eeaf) by Manuel Schiller
  • Handle client-only first-load redirects and not founds properly (791e08d) by Tanner Linsley
  • persist path params between like-links, better debouncing for beforeLoad (91bf1bc) by Tanner Linsley

Types

  • [] to Array<> (bc0cdb8) by Tanner Linsley

Packages

v1.31.0

25 Apr 18:07

Choose a tag to compare

Version 1.31.0 - 4/25/2024, 6:06 PM

Changes

Feat

  • trailingSlashes option on the type level (#1509) (167ac74) by Christopher Horobin

Packages

v1.30.1

25 Apr 10:06

Choose a tag to compare

Version 1.30.1 - 4/25/2024, 10:06 AM

Changes

Fix

  • react-router: encoding of / in path parameters (#1520) (4327ed7) by Sean Cassiere

Docs

  • add a callout in the file-based routing options about not conflicting with the naming conventions (#1519) (5035865) by Sean Cassiere
  • examples: update the authenticated-routes example to no longer use flushSync (#1507) (d7223f9) by Sean Cassiere
  • examples: update the authenticated-routes example to use layout routes (#1505) (00fb7a5) by Sean Cassiere

Packages

v1.30.0

21 Apr 02:04

Choose a tag to compare

Version 1.30.0 - 4/21/2024, 2:04 AM

Changes

Feat

  • router-generator: prepend and append header and footer content to the generated route-tree file as defined by the user (#1502) (94ffb85) by Sean Cassiere

Docs

  • adding file-routes to the react-location migration guide (#1501) (052e940) by Sean Cassiere
  • add an outlet on the posts.tsx page (#1498) (5d3c1f8) by Sean Cassiere
  • add migration guide for react-location (#1497) (bc616f1) by Sean Cassiere

Packages

v1.29.2

19 Apr 21:59

Choose a tag to compare

Version 1.29.2 - 4/19/2024, 9:58 PM

Changes

Fix

  • react-router: stabilizing the encoding of path parameters (#1490) (00fb855) by Sean Cassiere

Packages

v1.29.1

19 Apr 21:49

Choose a tag to compare

Version 1.29.1 - 4/19/2024, 9:48 PM

Changes

Fix

  • only allow leaf nodes as to suggestions (#1495) (09a09f1) by Christopher Horobin

Packages

v1.29.0

19 Apr 20:30

Choose a tag to compare

Version 1.29.0 - 4/19/2024, 8:30 PM

Changes

Feat

  • strong typing for onEnter, onStay and onLeave (#1479) (e08b881) by Manuel Schiller

Packages

v1.28.9

19 Apr 09:06

Choose a tag to compare

Version 1.28.9 - 4/19/2024, 9:05 AM

Changes

Fix

  • history: update the state.key when using memory history on navigation change via .back(), .forward(), and .go() (#1491) (6a49448) by Sean Cassiere

Packages

v1.28.8

18 Apr 22:36

Choose a tag to compare

Version 1.28.8 - 4/18/2024, 10:35 PM

Changes

Fix

  • always use React transitions around navigations, experimental view transitions API (7b173f5) by Tanner Linsley
  • history: Sync with native window.history actions and remove tracking context (a975044) by Tanner Linsley
  • broken example link (#1485) (23fbecb) by @hugocostadev

Docs

  • examples: update vinxi-basic-ssr-streaming with the changes from the TanStack.com repo (#1482) (5dd90e0) by Sean Cassiere

Packages