Releases: vercel/satori
0.2.3
0.2.2
@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
0.2.0
What's Changed
- chore: Create CODEOWNERS by @shuding in #382
- chore: use jsx runtime in test by @jeetiss in #381
- feat: Experimental support for custom Tailwind configurations by @marcbouchenoire in #340
New Contributors
- @marcbouchenoire made their first contribution in #340
Full Changelog: 0.1.2...0.2.0
0.1.2
0.1.1
0.1.0
0.0.46
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
- chore: add lint cache by @Simon-He95 in #355
- feat: support the lang="ja" attribute by @LuciNyan in #260
- Change language code to locale code, add readme and example by @shuding in #356
- support flex gap by @jeetiss in #262
- chore: update contributing.md & add .npmrc by @btea in #363
New Contributors
- @Simon-He95 made their first contribution in #355
- @btea made their first contribution in #363
Full Changelog: 0.0.45...0.0.46
0.0.45
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
- feat: support for currentcolor by @LuciNyan in #296
- fix: support for kannada by @ianonavy in #314
- Resolve image size for data URIs by @sahithyandev in #310
- Prefer svg width and height prop and only set viewBox when available by @huozhi in #329
- fix: data uri quote handling by @wei in #333
- Add currentColor support for SVGs by @jueungrace in #299
- Support full width characters and symbols for support for common Japanese text by @neverether in #344
- Fix emojis wrongly handled due to kerning logic by @shuding in #351
- Fix \n bug by @shuding in #352
- Fix word break and add tests by @shuding in #353
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
- @ianonavy made their first contribution in #314
- @wooorm made their first contribution in #292
- @sahithyandev made their first contribution in #310
- @huozhi made their first contribution in #329
- @wei made their first contribution in #333
- @promer94 made their first contribution in #330
- @neverether made their first contribution in #344
Full Changelog: 0.0.44...0.0.45
0.0.44
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 tolinear-gradient
andrepeating-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
- @jueungrace made their first contribution in #251
- @yisibl made their first contribution in #279
Full Changelog: 0.0.43...0.0.44