Skip to content

@tanstack/history@1.162.4

Choose a tag to compare

@github-actions github-actions released this 13 Sep 13:18
· 6 commits to main since this release
Immutable release. Only release title and notes can be modified.
6954a37

Patch Changes

  • #8359 8fff7fa - Normalize memory history hrefs consistently with browser and server history, including protocol-relative paths and control characters.

  • #8352 f021f6d - Avoid temporary arrays when replacing forward memory-history entries.

  • #8349 ae68535 - Avoid generating unused history keys for locations with existing state.

  • #8354 9872d2a - Use lightweight request history for SSR and make server navigation a no-op. Use redirect() to issue HTTP redirects. Server hrefs use the same normalization as browser history to handle protocol-relative URLs and control characters.