Skip to content

Releases: delucis/astro-og-canvas

astro-og-canvas@0.5.0

18 Apr 22:00
733a77b

Choose a tag to compare

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 release

    Note: pnpm users may need to manually update in their project too:

    pnpm i canvaskit-wasm@^0.39.1

astro-og-canvas@0.4.2

18 Dec 13:41
1291f6b

Choose a tag to compare

Patch Changes

  • be0c969: Adds missing comma in README

astro-og-canvas@0.4.1

05 Dec 16:06
39de6fd

Choose a tag to compare

Patch Changes

astro-og-canvas@0.4.0

01 Dec 18:24
ed4c634

Choose a tag to compare

Minor Changes

  • c9b3dc9: Adds support for rendering a background image

astro-og-canvas@0.3.2

21 Nov 00:27
fb09af3

Choose a tag to compare

Patch Changes

  • 8416369: Update deterministic-object-hash from 1.3.1 to 2.0.2

astro-og-canvas@0.3.1

08 Nov 13:32
c22fae2

Choose a tag to compare

Patch Changes

astro-og-canvas@0.3.0

08 Nov 00:51
aed4068

Choose a tag to compare

Minor Changes

  • 1b83057: Add support for loading local font files
  • 19f025a: Cache images across builds

astro-og-canvas@0.2.1

06 Sep 10:12
2db83a7

Choose a tag to compare

Patch Changes

  • 467523f: Add note about canvaskit-wasm for pnpm users to README

astro-og-canvas@0.2.0

06 Sep 08:40
d7b1d0d

Choose a tag to compare

Minor Changes

  • 2f8952c: Add support for Astro 3.0 and remove support for Astro 1.0 and 2.0.

    When upgrading, update your OpenGraph routes to use GET instead instead of lowercase get:

    import { OGImageRoute } from 'astro-og-canvas';
    
    - export const { getStaticPaths, get } = OGImageRoute({
    + export const { getStaticPaths, GET } = OGImageRoute({
      // ...
    });

astro-og-canvas@0.1.8

27 Apr 08:48
c320646

Choose a tag to compare

Patch Changes

  • a598023: Fix unexpected slug truncation for paths without extension
  • ed36da8: Bump dev dependencies