Bug Fixes
- unhead: escape json when normalising to fix hydration (0e45041), closes #223
- unhead: useSeoMeta null input regression (cdc07b0), closes #226
- vue: deprecate
polyfillAsVueUseHead
(7cd4b75) - vue-2: rework how vue 2 plugin gets head instance (#227) (13aec6d)
Features
- vue: export optional
<Head>
component based on @vueuse/head from@unhead/vue/components
(204ce48)