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.26.21

Published by tannerlinsley 6 months ago

Version 1.26.21 - 4/12/2024, 8:09 PM

Changes

Fix

  • do not invoke generator again while it is still running (#1463) (245796fe) by Manuel Schiller

Deprecate

  • navigate function as an argument in the beforeLoad and loader callbacks (#1459) (136477c3) by Sean Cassiere

Packages

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

Published by tannerlinsley 6 months ago

Version 1.26.20 - 4/11/2024, 5:36 PM

Changes

Fix

  • announce aria-current page on active links (430e8f1f) by Tanner Linsley

Packages

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

Published by tannerlinsley 6 months ago

Version 1.26.19 - 4/10/2024, 3:58 PM

Changes

Fix

  • Don"t preload (and thus mutate) current/pending matches (0ce37dca) by Tanner Linsley

Other

  • Update routing-concepts.md (#1452) (de62f894) by @raphaelcunha

Packages

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

Published by tannerlinsley 6 months ago

Version 1.26.18 - 4/9/2024, 6:08 PM

Changes

Fix

  • Show relative child paths from TFrom in autocomplete (7b0f656b) by Tanner Linsley

Tests

  • add some type sanity check experiments around resolving relative paths with TS (f3f7beca) by Tanner Linsley

Packages

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

Published by tannerlinsley 6 months ago

Version 1.26.17 - 4/9/2024, 5:38 PM

Changes

Fix

  • resolve paths as always-trailing-slash documents, just like the web (b849a8ad) by Tanner Linsley

Docs

  • fix broken links on top-level guides (#1448) (7731bf12) by Sean Cassiere

Packages

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

Published by tannerlinsley 6 months ago

Version 1.26.16 - 4/8/2024, 6:44 PM

Changes

Fix

  • relative resolvePath + tests (f9228a25) by Tanner Linsley

Tests

  • fix vite plugin tests (ef0957d0) by Tanner Linsley
  • fix linting (4cb0beda) by Tanner Linsley

Packages

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

Published by tannerlinsley 6 months ago

Version 1.26.15 - 4/8/2024, 3:20 PM

Changes

Fix

  • optional search params not being optional (#1440) (0ad8cd83) by Christopher Horobin

Packages

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

Published by tannerlinsley 6 months ago

Version 1.26.14 - 4/8/2024, 9:13 AM

Changes

Fix

  • router-vite-plugin: experimental.enableCodeSplitting eliminating FunctionExpression identifiers in hooks (#1445) (e425fd73) by Sean Cassiere

Packages

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

Published by tannerlinsley 6 months ago

Version 1.26.13 - 4/8/2024, 7:28 AM

Changes

Fix

  • widen signature of event (#1443) (50c8acf3) by Dominik Dorfmeister

Packages

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

Published by tannerlinsley 7 months ago

Version 1.26.12 - 4/7/2024, 10:04 AM

Changes

Fix

  • improve performance of search params merging to avoid instantation errors (#1436) (c5eaf1ce) by Christopher Horobin

Chore

  • deps-dev: bump vite from 5.0.12 to 5.0.13 (#1421) (2bdc791b) by dependabot[bot]

Tests

  • add fileRoute and route type tests (#1428) (04f63671) by Christopher Horobin

Packages

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

Published by tannerlinsley 7 months ago

Version 1.26.11 - 4/6/2024, 11:24 AM

Changes

Fix

  • type optimizations (#1434) (eb7c5874) by Manuel Schiller

Packages

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

Published by tannerlinsley 7 months ago

Version 1.26.10 - 4/6/2024, 4:38 AM

Changes

Fix

  • router-vite-plugin: trigger release (#1432) (e98302f9) by Sean Cassiere

Chore

  • router-vite-plugin: move the tests outside of the source folder (#1431) (d233a723) by Sean Cassiere

Docs

  • fix a typo in the static-route-data guide (#1426) (43d08080) by Dave Keen
  • Update bug_report template with latest Stackblitz links (#1424) (4febb24b) by Don Denton

Packages

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

Published by tannerlinsley 7 months ago

Version 1.26.9 - 4/4/2024, 4:43 PM

Changes

Fix

  • correctly infer loader data type (#1422) (c25543fc) by Manuel Schiller

Tests

  • fix type tests for Link, make sure type tests fail in ci and add type tests for union to and difference in params (#1418) (03a91d89) by Christopher Horobin

Packages

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

Published by tannerlinsley 7 months ago

Version 1.26.8 - 4/3/2024, 7:58 PM

Changes

Fix

  • experimental-code-splitting: leave array destructuring structure during treeshake (9e8cf993) by Tanner Linsley

Packages

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

Published by tannerlinsley 7 months ago

Version 1.26.7 - 4/2/2024, 11:11 PM

Changes

Fix

  • react-router: incorrectly splitting the key-values pairs from the querystring (#1405) (ee5bb089) by Sean Cassiere

Docs

  • prep for migration of tanstack.com to TSR (#1419) (4ef78725) by Tanner Linsley

Packages

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

Published by tannerlinsley 7 months ago

Version 1.26.6 - 4/2/2024, 5:53 PM

Changes

Fix

  • no debugging on experimental features (de40b30a) by Tanner Linsley
  • do not include tests in package (#1417) (6858d28f) by Manuel Schiller

Packages

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

Published by tannerlinsley 7 months ago

Version 1.26.5 - 4/2/2024, 5:14 PM

Changes

Fix

  • react-router-server: do not spread a key prop including keys from manifest (#1413) (8fe3a36d) by advancedtw

Docs

  • broken link to "using search params in loaders" in data-loading.md from search-params.md (#1416) (40af8ec3) by Kevin Herklotz

Packages

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

Published by tannerlinsley 7 months ago

Version 1.26.4 - 4/2/2024, 8:44 AM

Changes

Fix

  • react-router: using the initialized history instance for creating the href on the Link component (#1414) (2c9987e9) by Sean Cassiere

Packages

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

Published by tannerlinsley 7 months ago

Version 1.26.3 - 4/1/2024, 12:52 PM

Changes

Fix

  • history: subscribers not being notified on go, back, and forward events affecting the memory router (#1408) (b8a043fc) by Sean Cassiere

Other

  • Update quick-start.md to include installation of devtools cited throughout rest of document (#1403) (d2c12172) by ajschlosser

Packages

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

Published by tannerlinsley 7 months ago

Version 1.26.2 - 3/31/2024, 7:36 AM

Changes

Fix

  • react-router-server: do not spread a key prop inside the <Asset> component (#1399) (4c79bc86) by Sean Cassiere

Docs

  • improve links to not found pages (#1396) (e84815cd) by Leonardo Montini

Packages