Releases: delucis/astro-og-canvas
Releases · delucis/astro-og-canvas
[email protected]
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.
[email protected]
Minor Changes
- 330c56c: Bundles
canvaskit-wasm
to avoid users with strict package managers like PNPM needing to install it directly
[email protected]
Patch Changes
- bb13312: Fixes a README code example
[email protected]
Patch Changes
- ceeecc1: Expands peer dependencies to support Astro v5
[email protected]
Patch Changes
- 252e840: Adds an explicit
Buffer
import for Deno compatibility
[email protected]
Patch Changes
- 0bea94b: Refactors CanvasKit initialization to log more helpful error in PNPM projects without
canvaskit-wasm
installed
[email protected]
Patch Changes
- 9fec927: Fixes image generation for slugs with a leading slash in Astro ≥4.10.2
[email protected]
Patch Changes
- c7d3a7a: Improves README
[email protected]
Minor Changes
-
e66e580: Switches to using the “full”
canvaskit-wasm
build to generate images. This fixes support for rendering as JPEG or WEBP instead of the default PNG. -
e66e580: Updates
canvaskit-wasm
to the latest releaseNote: pnpm users may need to manually update in their project too:
pnpm i canvaskit-wasm@^0.39.1
[email protected]
Patch Changes
- be0c969: Adds missing comma in README