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