Releases: delucis/astro-og-canvas
Releases · delucis/astro-og-canvas
astro-og-canvas@0.7.2
astro-og-canvas@0.7.1
Patch Changes
- e8bb055: Improves handling of cases where OG images are requested to be generated in parallel
astro-og-canvas@0.7.0
Minor Changes
- 5dcccb4: Reverts v0.6.0 changes. NPM was failing to pack bundled dependencies as expected, so this release reverts things to the v0.5.x state until we have time to figure this out.
astro-og-canvas@0.6.0
Minor Changes
- 330c56c: Bundles
canvaskit-wasmto avoid users with strict package managers like PNPM needing to install it directly
astro-og-canvas@0.5.6
Patch Changes
- bb13312: Fixes a README code example
astro-og-canvas@0.5.5
Patch Changes
- ceeecc1: Expands peer dependencies to support Astro v5
astro-og-canvas@0.5.4
Patch Changes
- 252e840: Adds an explicit
Bufferimport for Deno compatibility
astro-og-canvas@0.5.3
Patch Changes
- 0bea94b: Refactors CanvasKit initialization to log more helpful error in PNPM projects without
canvaskit-wasminstalled
astro-og-canvas@0.5.2
Patch Changes
- 9fec927: Fixes image generation for slugs with a leading slash in Astro ≥4.10.2
astro-og-canvas@0.5.1
Patch Changes
- c7d3a7a: Improves README