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 hidden (Show)

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

Published by tannerlinsley 9 months ago

Version 1.7.1 - 1/19/2024, 7:20 PM

Changes

Fix

  • make search params work in case no index route is defined (#1033) (bc54ff9b) by Manuel Schiller

Packages

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

Published by tannerlinsley 9 months ago

Version 1.7.0 - 1/19/2024, 6:54 PM

Changes

Feat

  • Add client-side handling for server-side errors using errorComponent and wrapInSuspense: true (#1001) (bae614f6) by gilbert

Packages

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

Published by tannerlinsley 9 months ago

Version 1.6.1 - 1/19/2024, 4:52 PM

Changes

Fix

  • better FileRoute path replacement (79a26b44) by Tanner Linsley

Packages

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

Published by tannerlinsley 9 months ago

Version 1.6.0 - 1/18/2024, 10:29 PM

Changes

Feat

  • Add "disableTypes" option to route generation for JS users (2dc5e3db) by Tanner Linsley

Examples

  • fix login in kitchen-sink-react-query-file-based (014d5e12) by Manuel Schiller

Packages

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

Published by tannerlinsley 9 months ago

Version 1.5.10 - 1/18/2024, 9:55 PM

Changes

Fix

  • correctly handle basepath="/" (#1023) (a9a2b8cd) by Manuel Schiller

Packages

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

Published by tannerlinsley 9 months ago

Version 1.5.9 - 1/18/2024, 8:45 PM

Changes

Fix

  • properly build file-based layout route paths (0a502146) by Tanner Linsley

Packages

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

Published by tannerlinsley 9 months ago

Version 1.5.8 - 1/18/2024, 8:11 PM

Changes

Fix

  • correct typing of _splat param for splat/catch-all routes (#1021) (7d698ea7) by Manuel Schiller

Docs

  • Fix broken URL in the docs (file-base-routing.md) (#1014) (e5d2626c) by Aloys

Packages

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

Published by tannerlinsley 9 months ago

Version 1.5.7 - 1/18/2024, 5:06 PM

Changes

Fix

  • fix incorrect in-place array reverse (b34dec87) by Manuel Schiller

Packages

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

Published by tannerlinsley 9 months ago

Version 1.5.6 - 1/18/2024, 4:55 PM

Changes

Fix

  • hot reload not working on windows (#1019) (f3d7f622) by Geoffroy Warin

Packages

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

Published by tannerlinsley 9 months ago

Version 1.5.5 - 1/18/2024, 4:13 PM

Changes

Fix

  • package exports (5e2df15d) by Tanner Linsley
  • fix circular imports (bb2fcd98) by Tanner Linsley

Packages

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

Published by tannerlinsley 9 months ago

Version 1.5.4 - 1/18/2024, 6:46 AM

Changes

Fix

  • fix CJS build of router-vite-plugin (#1011) (9631764b) by Manuel Schiller

Packages

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

Published by tannerlinsley 9 months ago

Version 1.5.3 - 1/17/2024, 11:01 PM

Changes

Fix

  • no from bug (4aac4dc9) by Tanner Linsley
  • only use latest location for search/matches and for the "from" pathname if no dest.from is supplied (7668df35) by Tanner Linsley

Packages

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

Published by tannerlinsley 9 months ago

Version 1.5.2 - 1/17/2024, 9:56 PM

Changes

Fix

  • Update generator output, examples: codesplit vinxi-ssr-streaming example (79972f64) by Tanner Linsley

Packages

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

Published by tannerlinsley 9 months ago

Version 1.5.1 - 1/17/2024, 9:41 PM

Changes

Fix

  • no unnecessary promise delay on awaited, examples: update vinxi examples (19d7457d) by Tanner Linsley

Examples

  • add a basic vinxi example. (#984) (a025d292) by Muhammad Amin Saffari Taheri

Packages

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

Published by tannerlinsley 9 months ago

Version 1.5.0 - 1/17/2024, 7:26 PM

Changes

Feat

  • add example with vinxi ssr and server functions. (813ddcc6) by Muhammad Amin Saffari Taheri

Chore

  • update the package names and pnpm-lock file. (060c24ba) by Muhammad Amin Saffari Taheri

Docs

  • correctly describe type union (05ba0f8b) by Manuel Schiller

Examples

  • add a vinxi client with server functions example. (73b620ab) by Muhammad Amin Saffari Taheri

Packages

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

Published by tannerlinsley 9 months ago

Version 1.4.10 - 1/17/2024, 4:42 PM

Changes

Fix

  • omit RootSearchSchema from search param type (#1010) (46db31ba) by Manuel Schiller

Packages

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

Published by tannerlinsley 9 months ago

Version 1.4.9 - 1/17/2024, 6:11 AM

Changes

Fix

  • correctly infer from and avoid having to use as const for string literals (#1005) (c448b520) by Manuel Schiller

Docs

  • In the example, the "Blocker" component name is corrected to "Block" (#1006) (42a6d61e) by @Y-io
  • update (9d38d0e6) by Tanner Linsley

Packages

router - v1.4.8

Published by schiller-manuel 9 months ago

router - v.1.4.7

Published by schiller-manuel 9 months ago

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

Published by tannerlinsley 9 months ago

Version 1.4.6 - 1/14/2024, 7:51 PM

Changes

Fix

  • start pending timeout before beforeLoad (b83f06aa) by Tanner Linsley

Packages