Skip to content

Releases: delucis/astro-og-canvas

astro-og-canvas@0.4.1

05 Dec 16:06
39de6fd
Compare
Choose a tag to compare

Patch Changes

astro-og-canvas@0.4.0

01 Dec 18:24
ed4c634
Compare
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
Compare
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
Compare
Choose a tag to compare

Patch Changes

astro-og-canvas@0.3.0

08 Nov 00:51
aed4068
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Patch Changes

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

astro-og-canvas@0.1.7

16 Mar 21:39
8aa555f
Compare
Choose a tag to compare

Patch Changes

  • 8c10732: Manually free memory after generating an image

astro-og-canvas@0.1.6

17 Jan 15:20
9c9b6d5
Compare
Choose a tag to compare

Patch Changes

  • c063c32: Allow installation in Astro v2 projects