Skip to content

Releases: nuxt-modules/og-image

v3.0.0-rc.6

11 Dec 08:56
Compare
Choose a tag to compare
v3.0.0-rc.6 Pre-release
Pre-release

Bug Fixes

  • font resolution regression (ef537eb)

v3.0.0-rc.5

11 Dec 07:41
Compare
Choose a tag to compare
v3.0.0-rc.5 Pre-release
Pre-release

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

09 Dec 07:34
Compare
Choose a tag to compare
v3.0.0-rc.0 Pre-release
Pre-release

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

06 Nov 13:21
Compare
Choose a tag to compare

Bug Fixes

  • also check body append for payload (805cea7)

v2.2.3

30 Oct 09:09
Compare
Choose a tag to compare

Bug Fixes

  • order meta tags higher, lower payload (aab9ed2)

v2.2.2

30 Oct 08:47
Compare
Choose a tag to compare

Bug Fixes

  • easier overrides for prebuilt images using defineOgImage (01c3c00), closes #105

v2.2.1

30 Oct 08:19
Compare
Choose a tag to compare

Bug Fixes

  • consistent cacheTtl ms usage (5fd812e), closes #104
  • perf: combine named google font imports (c47a3f5)

v2.2.0

27 Oct 06:41
Compare
Choose a tag to compare

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

14 Oct 09:27
Compare
Choose a tag to compare

Bug Fixes

  • ensure cssInline gets mocked when disabled (ed62325)

v2.1.2

11 Oct 16:36
Compare
Choose a tag to compare

Bug Fixes

  • disable css-inline dep for unsupported envs (913817b), closes #93
  • prefer optimizeDeps vite config (c10cf7c)