Releases: unjs/unhead
Releases · unjs/unhead
Release list
v3.1.8
Immutable
release. Only release title and notes can be modified.
v3.1.7
Immutable
release. Only release title and notes can be modified.
🐞 Bug Fixes
- Guard plugins against double registration - by @harlan-zw in #791 (2bb78)
- Harden head rendering malformed input - by @harlan-zw in #814 (a18e2)
- Reduce minimal bundle size - by @harlan-zw (37600)
- Satisfy bundle size type checks - by @harlan-zw (e8a77)
- Keep vue server exports scoped - by @harlan-zw (dae11)
- Harden script registry keys - by @harlan-zw (5557f)
- angular:
- Correct package type exports - by @harlan-zw in #802 (9e150)
- Request-scope the server head - by @harlan-zw in #810 (7d8e4)
- bundler:
- Lazy-load Vite devtools plugin behind Vite hooks - by @harlan-zw in #790 (e66e2)
- dom:
- Correct and optimize the client DOM renderer - by @harlan-zw in #787 (ace35)
- react:
- Make composables StrictMode double-invoke safe - by @harlan-zw in #809 (7a5ba)
- schema-org:
- Missing subpath exports and vue import cycle - by @harlan-zw in #785 (10a21)
- solid-js:
- Harden streaming wrapper - by @harlan-zw in #804 (9b383)
- streaming:
- Use emitted Vite IIFE asset URL - by @harlan-zw in #789 (4e368)
- unhead:
- Identity-based useScript callback and trigger cleanup - by @harlan-zw in #807 (67d35)
- vue:
- Avoid render-scoped Head watchers - by @harlan-zw in #806 (48e30)
- Normalize useSeoMeta patches - by @harlan-zw in #805 (dc2b8)
- vue,svelte,angular,solid:
- Dispose useScript callbacks by identity - by @harlan-zw in #808 (b796a)
🏎 Performance
- Optimize SSR hot paths - by @harlan-zw in #794 (f806f)
- Reduce bundle size - by @harlan-zw in #817 (89781)
- schema-org:
- Skip unused duplicate cleanup - by @harlan-zw in #816 (90ab8)
- Reduce entry normalization - by @harlan-zw in #815 (aa9c7)
- ssr:
- Self-closing tag hot path - by @harlan-zw in #801 (dafb4)
- unhead:
- Avoid fallback hash allocations - by @TheAlexLichter in #784 (9916b)
- Structural-sharing walkResolver to cut SSR allocation - by @harlan-zw in #812 (7dbdc)
- Remove the dead unhead:payload mechanism - by @harlan-zw in #813 (9cb64)
View changes on GitHub
v3.1.6
Immutable
release. Only release title and notes can be modified.
🏎 Performance
- bundler: Add further transform hook filters - by @TheAlexLichter in #783 (24704)
View changes on GitHub
v3.1.5
Immutable
release. Only release title and notes can be modified.
🐞 Bug Fixes
- vue: Return a no-op entry from clientUseHead when the scope is dead - by @williamchong and William Chong in #778 (9cc71)
🏎 Performance
- bundler:
- Filter transforms by source - by @TheAlexLichter in #781 (f5614)
- Optimize minify transform - by @TheAlexLichter and @harlan-zw in #780 (cc9c3)
- Reduce unplugin transform overhead - by @harlan-zw in #782 (79106)
View changes on GitHub
v3.1.4
Immutable
release. Only release title and notes can be modified.
🐞 Bug Fixes
- bundler:
- Resolve dynamic ogImage in useSeoMeta transform - by @harlan-zw in #770 (06a85)
- scripts:
- Resolve useScript load promise via microtask - by @harlan-zw in #772 (d3cc3)
- types:
- Correct
music.radio_station+ addpayment.linkOG - by @harlan-zw in #775 (80027)
- Correct
- unhead:
- Avoid crash on script template params with no type - by @harlan-zw in #773 (90e75)
- Parse HTML attribute values without backslash escaping - by @harlan-zw in #774 (88c9d)
🏎 Performance
- unhead: Skip defensive tag clones when no mutating hooks registered - by @harlan-zw in #776 (032f2)
View changes on GitHub
v3.1.3
Immutable
release. Only release title and notes can be modified.
🐞 Bug Fixes
- bundler: Resolve devtools bridge and UI assets from package root - by @harlan-zw in #768 (78bcb)
View changes on GitHub
v3.1.2
Immutable
release. Only release title and notes can be modified.
🐞 Bug Fixes
- server: Re-expose
omitLineBreaksrender option - by @harlan-zw in #767 (95604)
View changes on GitHub
v3.1.1
Immutable
release. Only release title and notes can be modified.
🐞 Bug Fixes
- Scope alternate link dedupeKey by href when type is used - by @EduardF1 in #759 (e8699)
- types: Support union rel/type in defineLink and defineScript - by @harlan-zw in #765 (e4663)
View changes on GitHub
v2.1.15
Immutable
release. Only release title and notes can be modified.
No significant changes
View changes on GitHub
v2.1.14
Immutable
release. Only release title and notes can be modified.
🐞 Bug Fixes
- Scope alternate link dedupeKey by href when type is used - by @harlan-zw in #760 (10846)