Skip to content

Releases: delucis/astro-og-canvas

astro-og-canvas@0.1.7

16 Mar 21:39
8aa555f

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

Choose a tag to compare

Patch Changes

  • c063c32: Allow installation in Astro v2 projects

astro-og-canvas@0.1.5

19 Oct 10:43
83d3981

Choose a tag to compare

Patch Changes

  • 98be213: Handle index files in default slugifier (e.g. /foo/index.md now becomes /foo.png instead of /foo/index.png)

astro-og-canvas@0.1.4

02 Oct 22:34
26834bd

Choose a tag to compare

Patch Changes

  • cadcdb5: Improve layout logic to better handle long text

astro-og-canvas@0.1.3

30 Sep 20:13
9ab3112

Choose a tag to compare

Patch Changes

  • 819977a: Support HTML entities in title & description
  • be5c57f: Remove unused array in font manager
  • cd14cbe: Fix bug causing font manager to return previous manager instance

astro-og-canvas@0.1.2

30 Sep 16:14
5ee1812

Choose a tag to compare

Patch Changes

  • 641bbe9: Fix debug logging prefix
  • 479a011: Ship compiled JavaScript output instead of uncompiled TypeScript.
  • 7fd6d5b: Support async getImageOptions

astro-og-canvas@0.1.1

30 Sep 14:01
20ea5f3

Choose a tag to compare

Patch Changes

  • 373b227: Work around memory leak by avoiding reinstantiations of CanvasKit.FontMgr
  • e8f3952: Avoid top-level await for better support in different environments

astro-og-canvas@0.1.0

29 Sep 23:56
6e58b83

Choose a tag to compare

Minor Changes