Skip to content

Releases: vercel/satori

0.2.2

04 Feb 16:57
ecae228
Compare
Choose a tag to compare

@vercel/og 0.1.0

Note: If you are using @vercel/og, please upgrade to the latest version @vercel/[email protected] which is using this new Satori release under the hood.

Bug Fixes

0.2.1

03 Feb 14:47
6ae34e5
Compare
Choose a tag to compare

0.2.1 (2023-02-03)

Bug Fixes

  • support radial-gradient with unspecified (#385) (6ae34e5)

0.2.0

01 Feb 23:24
bc615fa
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.2...0.2.0

0.1.2

28 Jan 01:31
aa11f4c
Compare
Choose a tag to compare

0.1.2 (2023-01-28)

Bug Fixes

  • use correct fonts instead of the default one (#376) (aa11f4c)

0.1.1

12 Jan 11:10
0df9666
Compare
Choose a tag to compare

0.1.1 (2023-01-12)

Bug Fixes

  • [twemoji] Migrate from MaxCDN to cdnjs (#371) (0df9666)

0.1.0

09 Jan 19:40
3e26862
Compare
Choose a tag to compare

0.1.0 (2023-01-09)

Features

0.0.46

09 Jan 10:54
f762ed0
Compare
Choose a tag to compare

New Features

  • Flexbox's gap is now supported (example) 🎉
  • lang="ja-JP" attribute to specify the targeted locale for dynamic fonts to load and render (example)

Note: If you are using @vercel/og, please upgrade to the latest version @vercel/[email protected] which is using this new Satori release under the hood.

What's Changed

New Contributors

Full Changelog: 0.0.45...0.0.46

0.0.45

07 Jan 01:50
adead0d
Compare
Choose a tag to compare

What's Changed

This new release includes a couple of important bug fixes and improvements related to emoji handling, image sizes, viewBox, currentColor, break-word and white-space, it's recommended to upgrade.

Note: If you are using @vercel/og, please upgrade to the latest version @vercel/[email protected] which is using this new Satori release under the hood.

Core Changes

Playground and Other Improvements

  • fix: playground current color stopped working by @LuciNyan in #294
  • Update docs to reflect currentcolor support restriction by @jueungrace in #300
  • Add exports of Font, FontWeight, FontStyle types by @wooorm in #292
  • feat: add tailwind support for html preview by @promer94 in #330
  • Playground improvement by @shuding in #349

New Contributors

Full Changelog: 0.0.44...0.0.45

0.0.44

07 Nov 08:12
0d74835
Compare
Choose a tag to compare

What's Changed

  • Fixes 234 background image url fails when using quotes by @Sam-Apostel in #256
  • Add support for passing in 0 as first argument to linear-gradient and repeating-linear-gradient + color model tests by @jueungrace in #251
  • Better kerning by @shuding in #258
  • Add docs about asm.js/WASM/native differences by @mrkldshv in #259
  • chore: use lowercase for resvg-js names by @yisibl in #279
  • feat: throw explicit errors when useing unsupported image types by @LuciNyan in #276
  • Support multiple directions in linear-gradient by @shuding in #284
  • Fix image size resolution by @shuding in #285
  • Support Noto math and symbol fonts by @shuding in #286

New Contributors

Full Changelog: 0.0.43...0.0.44

0.0.43

21 Oct 23:38
0f16844
Compare
Choose a tag to compare

What's Changed

  • chore: update readme to mention dangerouslySetInnerHTML by @styfle in #226
  • fix: support both integer and float numerical values of viewBox, width and height regex matching in image handler by @filipditrich in #225
  • Add whiteSpace: pre-line support by @shuding in #233
  • Improve error message when fonts option is not passed by @wong2 in #232
  • feat: playground aspect-ratio configuration added by @rxb3rth in #204
  • chore: fix typo by @LuciNyan in #241
  • chore: add .idea into .gitignore by @LuciNyan in #242
  • feature(playground): Migrate playground app to typescript by @adarshaacharya in #227
  • feat: throw error when dangerouslySetInnerHTML is used by @mrkldshv in #243
  • Fix font weight resolving by @jeetiss in #246
  • Support dynamic size by @jeetiss in #247
  • Fix emoji detection by @shuding in #248
  • Fix SVG parsing bugs with viewBox and width/height by @shuding in #249

New Contributors

Full Changelog: 0.0.42...0.0.43