From 8e37bb7a6c397c6f95e30225a806eac837cc020d Mon Sep 17 00:00:00 2001 From: Sheraff Date: Wed, 19 Aug 2026 11:27:50 +0200 Subject: [PATCH] perf(router-core): buildLocation optimizations --- .changeset/shiny-radios-read.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .changeset/shiny-radios-read.md diff --git a/.changeset/shiny-radios-read.md b/.changeset/shiny-radios-read.md new file mode 100644 index 00000000000..fb3e507c299 --- /dev/null +++ b/.changeset/shiny-radios-read.md @@ -0,0 +1,8 @@ +--- +'@tanstack/router-core': patch +--- + +optimize buildLocation path resolution https://github.com/TanStack/router/pull/8108 +skip building search validation when disabled https://github.com/TanStack/router/pull/8112 +skip location state sharing when impossible https://github.com/TanStack/router/pull/8110 +fix cache hits for mask resolution when entry is null https://github.com/TanStack/router/pull/8111