Notice
This minor introduces warnings when using useHead
without the Vue context available.
Unhead is missing Vue context, falling back to shared context. This may have unexpected results.
When these warnings are shown, Unhead falls back to a shared context. Using this context has known issues when SSR parallel requests.
See nuxt/nuxt#22712 (comment) for more context.
Bug Fixes
- schema-org: avoid appending null
ReadAction
toWebPage
(2e70981) - schema-org: avoid duplicate array entries (b14712f)
- schema-org: delete shortcut props on
Question
(9a862e9) - schema-org: export simpler plugin API
PluginSchemaOrg
(69d5486) - schema-org: prefer logo url over graph node (31d9a8e)
- schema-org: resolve relation @id's with host (cbc444a)
- schema-org: simpler reactivity (261b1ec)
- vue: handle dom updates off of main thread (ce4a735)
- vue: unsafely inject head (c4644dc), closes #209
Features
- vue: useHead
head
option to bypass injection (e7405fb)