Releases: unjs/unhead
Releases · unjs/unhead
v2.1.12
Immutable
release. Only release title and notes can be modified.
🐞 Bug Fixes
- Harden prototype pollution - by @harlan-zw (a6ed9)
- Case insensitive attr dedupe - by @harlan-zw (3146b)
View changes on GitHub
v2.1.11
Immutable
release. Only release title and notes can be modified.
⚠️ Security
- Fixed XSS bypass in useHeadSafe via attribute name injection (GHSA-g5xx-pwrp-g3fv). Users handling untrusted input with useHeadSafe should upgrade immediately.
🐞 Bug Fixes
- addons,schema-org: Permissive peer dependencies - by @harlan-zw (4c5d1)
View changes on GitHub
v2.1.10
Immutable
release. Only release title and notes can be modified.
🐞 Bug Fixes
- solid-js: Correct peerDependency version - by @tyeporter in #671 (64e17)
View changes on GitHub
v2.1.9
Immutable
release. Only release title and notes can be modified.
v2.1.8
Immutable
release. Only release title and notes can be modified.
🐞 Bug Fixes
- schema-org: Avoid crashing from 3+ duplicate nodes - by @harlan-zw (4baf9)
View changes on GitHub
v2.1.7
Immutable
release. Only release title and notes can be modified.
🐞 Bug Fixes
- unhead:
- deduplicate matching tags inside same render cycle - by @harlan-zw in #668 (5c0b2)
View changes on GitHub
v2.1.6
Immutable
release. Only release title and notes can be modified.
v2.1.5
Immutable
release. Only release title and notes can be modified.
🐞 Bug Fixes
- react: Dispose head entries on unmount in React 18 StrictMode - by @harlan-zw in #664 (50ffe)
- scripts: Prevent scope disposal from aborting unrelated trigger in
useScript- by @cernymatej in #660 (e8f5b) - unhead: Dedupe link rel without hreflang or type - by @danielroe in #658 (1487d)
View changes on GitHub
v2.1.4
Immutable
release. Only release title and notes can be modified.
🐞 Bug Fixes
- schema-org: Remove unimplemented SchemaOrgDebug - by @onmax in #649 (642dc)
- unhead: Dedupe
<link rel="alternate">by hreflang/type only, drop href from key - by @harlan-zw in #656 (86175)
View changes on GitHub
v2.1.3
Immutable
release. Only release title and notes can be modified.
🐞 Bug Fixes
- unhead:
- Dedupe
<link rel="alternate">- by @danielroe and onmax in #655 (fdabe)
- Dedupe
- vue:
- Support computed getter trigger - by @harlan-zw in #638 (fd63a)
- Guard
s._statusRef- by @danielroe in #642 (4ef03)
🏎 Performance
- vue: Avoid duplicating error message in the bundle - by @panstromek in #652 (194e5)