Releases: unjs/unhead
Releases · unjs/unhead
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)
View changes on GitHub
v1.10.0-beta.4
v1.10.0-beta.3
No significant changes
View changes on GitHub
v1.10.0-beta.2
🚀 Features
- scripts: Safer lifecycle hooks
onLoaded
,onError
- by @harlan-zw in #381 (3fe92)
🐞 Bug Fixes
- scripts:
- Infer types from
use()
- by @harlan-zw (7746a) - Avoid type wrapping promises - by @harlan-zw (2f1f9)
- Infer types from
View changes on GitHub
v1.10.0-beta.1
🚀 Features
- scripts: Deprecate implicit proxy and
$script
- by @harlan-zw in #379 (3e64b)