Releases: unjs/unhead
Releases · unjs/unhead
v1.11.0-beta.2
v1.11.0-beta.1
🐞 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)
View changes on GitHub
v1.10.4
v1.10.3
🐞 Bug Fixes
- scripts,vue: Always expose status as a ref - by @harlan-zw in #393 (d9f51)
View changes on GitHub
v1.10.2
🐞 Bug Fixes
- scripts: Re-register Vue lifecycles on script reuse - by @harlan-zw (30812)
View changes on GitHub
v1.10.1
🐞 Bug Fixes
- schema-org:
- scripts:
- Support re-registering the load trigger - by @huang-julien in #389 (0ff05)
- Lifecycle events for triggers - by @harlan-zw in #392 (0c1a7)
New Contributors
- @felixranesberger made their first contribution in #383
View changes on GitHub
v1.10.0
🚀 Features
- scripts:
- Deprecate implicit proxy and
$script
- by @harlan-zw in #379 (3e64b) - Safer lifecycle hooks
onLoaded
,onError
- by @harlan-zw in #381 (3fe92)
- Deprecate implicit proxy and
🐞 Bug Fixes
- scripts:
- Infer types from
use()
- by @harlan-zw (7746a) - Avoid type wrapping promises - by @harlan-zw (2f1f9)
- Avoid type wrapping promises - by @harlan-zw (229c0)
- Avoid returning explicit undefined values - by @harlan-zw (0e39f)
server
trigger not syncing loading status - by @harlan-zw (6efcf)- Avoid vue overriding status with ref - by @harlan-zw (ecc7e)
- Infer types from
- unhead:
🏎 Performance
View changes on GitHub
v1.10.0-beta.6
🐞 Bug Fixes
- scripts:
server
trigger not syncing loading status - by @harlan-zw (6efcf)- Avoid vue overriding status with ref - by @harlan-zw (ecc7e)
View changes on GitHub
v1.10.0-beta.5
🐞 Bug Fixes
- scripts: Avoid returning explicit undefined values - by @harlan-zw (0e39f)