v1.11.0
ℹ️ This is a minor release with many bug fixes, while there are no explicit new features, an effort should be made to checking your tags after upgrading.
This will be last minor before work begins on v2, check the roadmap and feel free to make suggestions.
🐞 Bug Fixes
-
unhead:
- Drop
key
overrides for unique meta - by @harlan-zw (5c441) - Deprecate
useHead
promises, support falsy values - by @harlan-zw (366d0) - Avoid normalising truthy
data-x
values - by @harlan-zw (355d7) - Client-side fallback to root server only title - by @harlan-zw (7886d)
- Parse template params in
titleTemplate
functions - by @harlan-zw (d5741) - Avoid duplicate tags from being generated - by @harlan-zw (fe51c)
- Drop
-
dom:
- Disallow parallel dom updates - by @harlan-zw (04cb8)
-
schema-org:
- Relation
@id
resolving - by @harlan-zw (e6330) - Support
translationOfWork
,workTranslation
- by @harlan-zw (4ffba) - Drop
id
from tag - by @harlan-zw (af6fb) - Support id as resolver key - by @harlan-zw (2830f)
- Safer node resolving - by @harlan-zw (3e505)
- Relation
-
ssr:
- Avoid rendering empty tags - by @harlan-zw (4e9bd)
-
vue:
- Avoid unpacking Date objects when normalizing - by @harlan-zw (d5b1a)
- Support mixin merging - by @harlan-zw (9610c)
🏎 Performance
- Avoid duplicate
entries:updated
calls - by @harlan-zw (48cf0)