Releases: nuxt-modules/og-image
Releases · nuxt-modules/og-image
v3.0.0-rc.68
v3.0.0-rc.67
🚨 Breaking Changes
- Improved rendering of inline elements - by @harlan-zw (3f52c)
- Serve prerendered images at
/__og-image__/static/*
- by @harlan-zw (71b59)
🚀 Features
- Zero Runtime mode - by @harlan-zw in #261 (14522)
- cloudflare: Optimize routes.json for prerendered og images - by @harlan-zw (a307a)
🐞 Bug Fixes
- Serve cached fonts when rendering html previews - by @harlan-zw (f77e0)
- Clear unused font caches on start - by @harlan-zw (bb918)
- Fallback to first og image component on failure - by @harlan-zw (3d70c)
- Import shared utils from alias paths - by @harlan-zw (887ee)
- stackblitz: Disable css-inline by default - by @harlan-zw (92187)
View changes on GitHub
v3.0.0-rc.66
🐞 Bug Fixes
- content: Exception when configuring ogImage from markdown files - by @harlan-zw (18bb3)
- templates: Text invisible on Nuxt SEO template with dark mode - by @harlan-zw (ec5d9)
View changes on GitHub
v3.0.0-rc.65
🐞 Bug Fixes
- Support
SERVER_PRESET
to detect env - by @harlan-zw (00d09) - Support computed getters and ref props - by @harlan-zw (675c0)
- Broken route rule extending - by @harlan-zw (f4e02)
- Warn on satori
.webp
usage - by @harlan-zw (0b66a) useNitroApp
build warnings - by @harlan-zw (551b8)- Check wasm file exists for checksum - by @harlan-zw (ca71c)
View changes on GitHub
v3.0.0-rc.64
🚨 Breaking Changes
To opt in simply require add the @css-inline/css-inline
dependency.
pnpm add -D @css-inline/css-inline
Additionally, if you're using edge rendering you may need to add the@css-inline/css-inline-wasm
dependency.
View changes on GitHub
v3.0.0-rc.63
No significant changes
View changes on GitHub
v3.0.0-rc.62
🐞 Bug Fixes
- devtools: Avoid recursion bug on debug tab - by @harlan-zw (409a5)
View changes on GitHub
v3.0.0-rc.61
No significant changes
View changes on GitHub
v3.0.0-rc.60
🐞 Bug Fixes
- Normalize
component
with route rules - by @harlan-zw (39270)
🏎 Performance
- Use
devalue
over JSON.stringify, JSON.parse - by @harlan-zw (09a1d)