Bug Fixes
- schemaOrg: skip invalid URL parsing (8868fe0)
- scripts:
waitForLoad
refactor and correct triggering (7b31b2e) - scripts: always register network event handlers (31b6546)
- scripts: always trigger
onload
andonerror
for vue (6f0a9f4) - scripts: drop global index on
remove()
(2ee6d9c) - scripts: handle non-promise triggers (87b8075)
- scripts: opt-in events (3f409a3)
- scripts: trigger
onload
event for inlineHTML (2f652ff) - unhead:
useHead
,useServerHead
generics, allow easier augmenting (c21edfc) - unhead: templateParams for
htmlAttrs.lang
(5cf5336) - unhead: useScript expose instance id (5deeb3c)
- unhead: useScript optional async transforms (0f03796)
- useScript: async and low fetchpriority by default (1c99499)
- useScript: dedupe early connections, server-side only (90a51b9)
- useScript: improved types (cffa0e5)
- useScript: prefer
defer
by default (2f618d2) - useScript: provide early connections (b6bb423)
- useScript: support SSR idle trigger (09da805)
- vue: jit resolve
useSeoMeta
(3e30432) - add ts auto-completions for
separator
(e13f975)