Releases: unjs/unhead
Releases · unjs/unhead
v1.11.18
No significant changes
View changes on GitHub
v1.11.17
No significant changes
View changes on GitHub
v2.0.0-alpha.2
🚨 Breaking Changes
- Only handle promise input when opted in - by @harlan-zw in #445 (af0af)
- Client / server subpaths - by @harlan-zw in #448 (49634)
- Drop implicit context - by @harlan-zw in #459 (7fc77)
- core:
- Remove
HashHydrationPlugin
- by @harlan-zw in #444 (fa511) unctx
fallback context - by @harlan-zw in #437 (eb6ff)- Default capo sorting - by @harlan-zw in #440 (889e6)
- Drop
vmid
,hid
,children
body
keys - by @harlan-zw in #447 (e1f44)
- Remove
- scripts:
useScript
overhaul,@unhead/scripts
- by @harlan-zw in #436 (c234e)
- vue:
- Drop Vue 2 support - by @harlan-zw in #439 (838a7)
🚀 Features
- Vanilla function resolves - by @harlan-zw in #443 (b2ed4)
🐞 Bug Fixes
- Export
InferSeoMetaPlugin
fromunhead/optionalPlugins
- by @harlan-zw in #449 (13db8)
🏎 Performance
- Isolate plugin logic - by @harlan-zw in #451 (66a46)
View changes on GitHub
v2.0.0-alpha.1
No significant changes
View changes on GitHub
v2.0.0-alpha.0
🚨 Breaking Changes
- Only handle promise input when opted in - by @harlan-zw in #445 (af0af)
- Client / server subpaths - by @harlan-zw in #448 (49634)
- core:
- Remove
HashHydrationPlugin
- by @harlan-zw in #444 (fa511) unctx
fallback context - by @harlan-zw in #437 (eb6ff)- Default capo sorting - by @harlan-zw in #440 (889e6)
- Drop
vmid
,hid
,children
body
keys - by @harlan-zw in #447 (e1f44)
- Remove
- scripts:
useScript
overhaul,@unhead/scripts
- by @harlan-zw in #436 (c234e)
- vue:
- Drop Vue 2 support - by @harlan-zw in #439 (838a7)
🚀 Features
- Vanilla function resolves - by @harlan-zw in #443 (b2ed4)
🐞 Bug Fixes
- Export
InferSeoMetaPlugin
fromunhead/optionalPlugins
- by @harlan-zw in #449 (13db8)
🏎 Performance
- Isolate plugin logic - by @harlan-zw in #451 (66a46)
View changes on GitHub
v1.11.16
No significant changes
View changes on GitHub
v1.11.15
🐞 Bug Fixes
- schemaOrg: Resolve nodes with custom nodes - by @harlan-zw (0f1c9)
- vue2:
head()
not called with vm context - by @harlan-zw (6a58d)
🏎 Performance
- Avoid inlining dependencies - by @harlan-zw (01cc7)
View changes on GitHub
v1.11.14
🐞 Bug Fixes
- useScript: Allow
load()
to be called again onceremove()
is called - by @harlan-zw (6a9b4)
View changes on GitHub
v1.11.13
No significant changes
View changes on GitHub
v1.11.12
🐞 Bug Fixes
- schema:
- Prefer ReturnType instead of infer - by @huang-julien and Julien Huang in #415 (0460f)
- schema-org:
- Mark
unhead
as peer dependency - by @harlan-zw in #419 (e0171) - Duplicate tag generated in some instances - by @harlan-zw (0cf62)
- Mark