Releases: nuxt-modules/og-image
Releases · nuxt-modules/og-image
v6.3.2
No significant changes
View changes on GitHub
v6.3.1
v6.3.0
🚀 Features
- security: Add URL signing to prevent parameter tampering - by @harlan-zw in #546 (87a25)
🐞 Bug Fixes
- security: Strict mode, deprecate
html- by @harlan-zw in #545 (25c05)
View changes on GitHub
v6.2.6
v6.2.5
🐞 Bug Fixes
- Hydration-issue warning due to SSR generated DateTime value - by @khatastroffik in #535 (92d9d)
- Sanitize component props - by @harlan-zw in #543 (3dcf8)
- Harden security defaults - by @harlan-zw in #540 (9902a)
- Whitelist component props to prevent cache key DoS - by @harlan-zw in #544 (bd05a)
View changes on GitHub
v6.2.4
🐞 Bug Fixes
- Burst cache when og image templates change - by @harlan-zw (0b817)
- Drop query param build id cache bursting - by @harlan-zw (851b1)
View changes on GitHub
v6.2.3
🐞 Bug Fixes
- cloudflare: Detect legacy assets mode - by @harlan-zw (7f60a)
🏎 Performance
- devtools: Drop json-editor-vue - by @harlan-zw (14a58)
View changes on GitHub
v6.2.2
No significant changes
View changes on GitHub
v6.2.1
🐞 Bug Fixes
- Missing compatibility config - by @harlan-zw (45410)
- devtools: Broken resolution - by @harlan-zw (57ac2)
View changes on GitHub
v6.2.0
🚀 Features
- content: Add
defineOgImageSchema()composable - by @harlan-zw in #520 (e9cde)
🐞 Bug Fixes
- Update pnpm-lock.yaml - by @harlan-zw (0784c)
- Broken slash decoding in some cases - by @harlan-zw (6f8ac)
- B64 encode props with URL-sensitive characters - by @harlan-zw in #530 (6e8f4)
- Resolve CI issues - by @harlan-zw (f3e30)
- Use explicit imports mapping for #nuxtseo-shared - by @harlan-zw (08594)
- Use direct nuxtseo-shared/runtime imports, bump to ^0.3.0 - by @harlan-zw (31b1a)
- Resolve CI failures in lint, build, typecheck, and tests - by @harlan-zw (47e85)
- Use dot-notation for ambiguous CalcTest component in type test - by @harlan-zw (3ba63)
- client: Resolve layer-devtools path via import.meta.resolve - by @harlan-zw (dd4e0)
- cloudflare: Resolve fonts via localFetch when ASSETS binding unavailable - by @harlan-zw in #527 (c850d)