Releases: nuxt-modules/og-image
Releases · nuxt-modules/og-image
v4.1.4
🐞 Bug Fixes
- Migrate to
@unocss/preset-wind3
- by @harlan-zw (1ac19) - Add
unstorage
as a peer dependency - by @harlan-zw (e624a)
🏎 Performance
View changes on GitHub
v4.1.3
🐞 Bug Fixes
- Drop deprecated await on component registration - by @harlan-zw (6f8fa)
- Decode image src with html string - by @dvanmali in #314 (9a63c)
View changes on GitHub
v4.1.2
v4.1.1
chore: release v4.1.1
v4.1.0
v4.0.3
🐞 Bug Fixes
- Re-add
#nuxt-og-image-utils
alias - by @harlan-zw (fd85f) - Broken public image resolving - by @harlan-zw (2ba98)
- Support
ital
font families - by @harlan-zw (8c8cb)
View changes on GitHub
v4.0.2
🐞 Bug Fixes
app.baseURL
support regression - by @harlan-zw (78e29)app.baseURL
prerendering image resolving - by @harlan-zw (d1b7a)- Throw error when using
defineOgImage*
fns client-side - by @harlan-zw in #293 (3370d) - Support virtual images when prerendering - by @harlan-zw (057aa)
- Redirects not being followed - by @harlan-zw (091c6)
- Prerender using crawled query params - by @harlan-zw (a988a)
- Noop
chromium-bidi
- by @harlan-zw (bc327) - Handle malformed og image paths - by @harlan-zw (4bd74)
View changes on GitHub
v4.0.1
v4.0.0
Introduction
The v4 major of Nuxt OG Image is a simple release to remove deprecations and add support for the Nuxt SEO v2 stable.
⚠️ Breaking Features
Site Config v3
Nuxt Site Config is a module used internally by Nuxt OG Image.
The major update to v3.0.0 shouldn't have any direct effect on your site, however, you may want to double-check
the breaking changes.
🚨 Breaking Changes
- Upgrade nuxt-site-config v3 - by @harlan-zw (0e37a)
View changes on GitHub
v3.1.1
🐞 Bug Fixes
- Improve prerendering error debugging - by @harlan-zw in #281 (2f338)