Minor Changes
-
feat: allow link options to be set to
"true"
and"false"
(#10039) -
feat: add
resolvePath
export for building relative paths from route IDs and parameters (#9949)
Patch Changes
-
fix: prevent history change when clicking same hash link (#10032)
-
fix: gracefully handle server endpoints that return
Response
s with immutableHeaders
when prerendering (#10030) -
fix: do not add content-security-policy meta element if content is empty (#10026)
-
docs: correct
ResolveOptions['preload']
inline documentation (#10037) -
fix: avoid creating update check timer on the server (#10015)