Skip to content

@tanstack/solid-router@1.170.32

Choose a tag to compare

@github-actions github-actions released this 09 Sep 21:47
· 2 commits to main since this release
Immutable release. Only release title and notes can be modified.
edeb199

Patch Changes

  • #8308 9c1871c - Validate navigation and redirect destinations, keep ambiguous relative URLs on the current origin, and constrain prerender requests and output paths. Prevent redirect headers from appearing in serialized server function response bodies.

    Preserve native form HTTP redirects, route error handling and masks for document redirects, and per-navigation destinations for shared loader redirects. Avoid redundant origin parsing and reduce link styling and server-rendering work. Configured origins must already be normalized.

    Keep blocked-link inactive props consistent during React hydration, honor explicit redirect Location headers before checking route options, and refresh Vue link state when destinations become internal. Reuse the protocol-relative URL check while parsing redirect schemes once.

    Reduce React link bundle size by sharing pathname comparisons, state-prop selection, and element creation.

    Share normalized pathname comparisons in Solid and Vue links to reduce bundle size.

  • Updated dependencies [f9836f1, 9c1871c, 9871c06, 0654c0a]:

    • @tanstack/router-core@1.171.29
    • @tanstack/history@1.162.3