v1.11.0-beta.1
Pre-release
Pre-release
github-actions
released this
07 Sep 16:52
·
99 commits
to main
since this release
🐞 Bug Fixes
- 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)
- 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)
- Relation
- ssr:
- Avoid rendering empty tags - by @harlan-zw (4e9bd)
- unhead:
- Drop
key
overrides 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:updated
calls - by @harlan-zw (48cf0)