🐞 Bug Fixes
- Deprecate
useHeadpromises, support falsy values - by @harlan-zw (366d0) - Avoid normalising truthy
data-xvalues - by @harlan-zw (355d7) - Client-side fallback to root server only title - by @harlan-zw (7886d)
- Parse template params in
titleTemplatefunctions - by @harlan-zw (d5741) - Avoid duplicate tags from being generated - by @harlan-zw (fe51c)
- dom:
- Disallow parallel dom updates - by @harlan-zw (04cb8)
- schema-org:
- Relation
@idresolving - by @harlan-zw (e6330) - Support
translationOfWork,workTranslation- by @harlan-zw (4ffba) - Drop
idfrom tag - by @harlan-zw (af6fb)
- Relation
- ssr:
- Avoid rendering empty tags - by @harlan-zw (4e9bd)
- unhead:
- Drop
keyoverrides for unique meta - by @harlan-zw (5c441)
- Drop
- vue:
- Avoid unpacking Date objects when normalizing - by @harlan-zw (d5b1a)
- vue2:
- Support mixin merging - by @harlan-zw (9610c)
🏎 Performance
- Avoid duplicate
entries:updatedcalls - by @harlan-zw (48cf0)