Skip to content

v5.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Aug 13:29
0e91ac8

   🚀 Features

   🐞 Bug Fixes

  • history:
  • router:
  • types:
    • Allow unsetting a route name with false in EditableTreeNode  -  by @Anoesj in #2752 (8e2e1)
  • unplugin:
    • Sort and dedupe params in generated types  -  by @posva (a25fa)
    • Skip unnamed params in generated route types  -  by @posva (c694e)
    • Report unnamed params once per route  -  by @posva (52058)
    • Generate param types from override paths and stop inheritance on absolute overrides  -  by @G100my in #2646 (67bab)

   🏎 Performance

  • Replace json5 and yaml with confbox  -  by @danielroe in #2769 (aab28)
  • Avoid depending on the current route to resolve absolute locations  -  by @danielroe (9b7e3)
  • experimental: Avoid tracking currentRoute in absolute string locations  -  by @posva (084fc)
    View changes on GitHub