Releases: nuxt-modules/og-image
Releases Β· nuxt-modules/og-image
v3.0.0-rc.6
Bug Fixes
- font resolution regression (ef537eb)
v3.0.0-rc.5
Bug Fixes
nitro.compressPublicAssets
breaking images #123 (534205c)
- empty
query
in meta (685f426)
- ensure nitro options are initialized (58846ff)
- Nitro re-export warnings (c7eee0f), closes #122
- NuxtSeo: ensure
icon
is booleanable (f729b88)
v3.0.0-rc.0
The next major of Nuxt OG Image will be officially released in the next few days.
This rc is a sneak peak for Nuxt SEO users, feel free to opt-in to this latest version if you'd like to try it before then.
See the v3 release docs to learn more.
v2.2.4
Bug Fixes
- also check body append for payload (805cea7)
v2.2.3
Bug Fixes
- order meta tags higher, lower payload (aab9ed2)
v2.2.2
Bug Fixes
- easier overrides for prebuilt images using
defineOgImage
(01c3c00), closes #105
v2.2.1
Bug Fixes
- consistent
cacheTtl
ms usage (5fd812e), closes #104
- perf: combine named google font imports (c47a3f5)
v2.2.0
Bug Fixes
- sync Cache-Control header time with options (#102) (ac82b56)
Features π
html
option for quicker og:image generation (3b03e32)
Feeling too lazy to make an OgImage component? Just throw the html in the new html
attribute.
defineOgImage({
html: `<div class="h-full w-full bg-blue-500 flex justify-center items-center text-white">Hello world!</div>`
})
v2.1.3
Bug Fixes
- ensure
cssInline
gets mocked when disabled (ed62325)
v2.1.2
Bug Fixes
- disable
css-inline
dep for unsupported envs (913817b), closes #93
- prefer
optimizeDeps
vite config (c10cf7c)