Releases: nuxt-modules/og-image
Releases · nuxt-modules/og-image
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)
View changes on GitHub
v3.1.0
🚀 Features
- Support previewing existing og images - by @harlan-zw (fad35)
- nuxt-content: Support
ogImage.url
frontmatter key - by @harlan-zw (cf5f3)
View changes on GitHub
v3.0.9
🐞 Bug Fixes
- Rework path aliases - by @harlan-zw (0479e)
- Replace
#nuxt-og-image
with#og-image
- by @harlan-zw (e3683) - Hmr for nuxt content integration - by @harlan-zw (d8327)
- Default enabled content og images when
strictNuxtContentPaths
- by @harlan-zw (10c21) - Friendlier error message for nuxt content - by @harlan-zw (a80aa)
View changes on GitHub
v3.0.7
🐞 Bug Fixes
- Respect configured
componentIslands
value - by @yassilah in #273 (42e7d) - cloudflare: Exclude all static routes using nitro config - by @harlan-zw (1e988)