Releases: nuxt-modules/og-image
Releases · nuxt-modules/og-image
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)
View changes on GitHub
v3.0.0-rc.59
v3.0.0-rc.58
v3.0.0-rc.57
🐞 Bug Fixes
- Remove
nuxt-icon
as dependency - by @harlan-zw (f0e3c) - Prefer wasm
@css-inline/css-inline
dep - by @harlan-zw in #237 (f4202) - Stricter opt-in for inline styling - by @harlan-zw in #240 (adaa2)
- Support
defaults.url
- by @harlan-zw (bbfe7) - Saner default cache base path - by @harlan-zw (0bfc8)
- devtools: Better UI for twitter title - by @harlan-zw in #239 (73291)