router

🤖 Fully typesafe Router for React (and friends) w/ built-in caching, 1st class search-param APIs, client-side cache integration and isomorphic rendering.

MIT License

Downloads
3.8M
Stars
7.8K
Committers
288

Bot releases are visible (Hide)

router - https://github.com/TanStack/router/releases/tag/v1.31.19

Published by tannerlinsley 6 months ago

Version 1.31.19 - 5/4/2024, 11:27 AM

Changes

Fix

  • react-router: when navigating without to the layout segments are not being stripped out (#1561) (3b198880) by Sean Cassiere

Packages

router - https://github.com/TanStack/router/releases/tag/v1.31.18

Published by tannerlinsley 6 months ago

Version 1.31.18 - 5/4/2024, 9:39 AM

Changes

Fix

  • router-vite-plugin: use cwd instead of vite.root (#1557) (fda1559f) by Adam Maas

Packages

router - https://github.com/TanStack/router/releases/tag/v1.31.17

Published by tannerlinsley 6 months ago

Version 1.31.17 - 5/4/2024, 6:22 AM

Changes

Fix

  • react-router: on initial load the router.state.status does not transition to "idle" (#1559) (fc2859d3) by Sean Cassiere

Packages

router - https://github.com/TanStack/router/releases/tag/v1.31.16

Published by tannerlinsley 6 months ago

Version 1.31.16 - 5/4/2024, 2:54 AM

Changes

Fix

  • history: index and entries for pushState using memoryHistory could fall out of sync (#1558) (4ad87482) by Sean Cassiere

Packages

router - https://github.com/TanStack/router/releases/tag/v1.31.15

Published by tannerlinsley 6 months ago

Version 1.31.15 - 5/3/2024, 8:58 PM

Changes

Fix

  • react-router: incorrectly returning undefined as parentMatchPromise in the loader in the child route (#1546) (ded977f0) by Sean Cassiere

Packages

router - https://github.com/TanStack/router/releases/tag/v1.31.14

Published by tannerlinsley 6 months ago

Version 1.31.14 - 5/3/2024, 7:02 PM

Changes

Fix

  • Navigate on state change (#1530) (8a5ecbff) by @JakeHedman

Packages

router - https://github.com/TanStack/router/releases/tag/v1.31.13

Published by tannerlinsley 6 months ago

Version 1.31.13 - 5/3/2024, 4:36 PM

Changes

Fix

  • types (50587538) by Tanner Linsley
  • use router default pending for root suspense fallback (51eb39b8) by Tanner Linsley
  • utilize the new shell (b7c0575b) by Tanner Linsley

Packages

router - https://github.com/TanStack/router/releases/tag/v1.31.12

Published by tannerlinsley 6 months ago

Version 1.31.12 - 5/3/2024, 4:13 PM

Changes

Fix

  • move shellComponent to root route options only (0695f070) by Tanner Linsley

Packages

router - https://github.com/TanStack/router/releases/tag/v1.31.11

Published by tannerlinsley 6 months ago

Version 1.31.11 - 5/3/2024, 4:03 PM

Changes

Fix

  • add shellComponent route options for SSR purposes (c3727978) by Tanner Linsley

Packages

router - https://github.com/TanStack/router/releases/tag/v1.31.10

Published by tannerlinsley 6 months ago

Version 1.31.10 - 5/3/2024, 3:37 PM

Changes

Fix

  • bring back root suspense (036c12ea) by Tanner Linsley

Packages

router - https://github.com/TanStack/router/releases/tag/v1.31.9

Published by tannerlinsley 6 months ago

Version 1.31.9 - 5/3/2024, 6:02 AM

Changes

Fix

  • appease types (678faac8) by Tanner Linsley
  • experimental shell rendering strategy (7eb81765) by Tanner Linsley

Packages

router - https://github.com/TanStack/router/releases/tag/v1.31.8

Published by tannerlinsley 6 months ago

Version 1.31.8 - 5/3/2024, 1:13 AM

Changes

Fix

  • remove deferred data on exec (f67bb5ab) by Tanner Linsley

Packages

router - https://github.com/TanStack/router/releases/tag/v1.31.7

Published by tannerlinsley 6 months ago

Version 1.31.7 - 5/2/2024, 10:00 PM

Changes

Fix

  • react-router: changing path params without specifying the to destination (#1548) (ba6e3046) by @DogPawHat

Packages

router - https://github.com/TanStack/router/releases/tag/v1.31.6

Published by tannerlinsley 6 months ago

Version 1.31.6 - 5/2/2024, 12:02 AM

Changes

Fix

  • react-router: viewTransition property not being respected during navigation on <Link> and useNavigate() (#1547) (679b5b07) by Sean Cassiere
  • proper reloading after redirects, reload when navigating to the same exact URL (f3d0380f) by Tanner Linsley

Packages

router - https://github.com/TanStack/router/releases/tag/v1.31.5

Published by tannerlinsley 6 months ago

Version 1.31.5 - 5/1/2024, 10:27 PM

Changes

Fix

  • proper reloading after redirects, reload when navigating to the same exact URL (a0552274) by Tanner Linsley

Packages

router - https://github.com/TanStack/router/releases/tag/v1.31.4

Published by tannerlinsley 6 months ago

Version 1.31.4 - 5/1/2024, 8:50 AM

Changes

Fix

  • persisting the "disabled" prop for custom link elements using createLink (#1544) (fbf1d029) by Sean Cassiere

Packages

router - https://github.com/TanStack/router/releases/tag/v1.31.3

Published by tannerlinsley 6 months ago

Version 1.31.3 - 4/29/2024, 7:52 PM

Changes

Fix

  • to should autocomplete for MatchRoute (#1535) (e0597e4b) by Christopher Horobin

Packages

router - https://github.com/TanStack/router/releases/tag/v1.31.2

Published by tannerlinsley 6 months ago

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

Changes

Fix

  • properly handle redirects in load (69fe04a5) by Tanner Linsley
  • devtools (7987a892) by Tanner Linsley
  • properly handle redirects across server, pending, and transitioning navigations (6486b8e9) by Tanner Linsley

Docs

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

Packages

router - https://github.com/TanStack/router/releases/tag/v1.31.1

Published by tannerlinsley 6 months ago

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

Changes

Fix

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

Types

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

Packages

router - https://github.com/TanStack/router/releases/tag/v1.31.0

Published by tannerlinsley 6 months ago

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

Changes

Feat

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

Packages