Releases: vercel/satori
Releases · vercel/satori
0.0.43
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
- @filipditrich made their first contribution in #225
- @wong2 made their first contribution in #232
- @rxb3rth made their first contribution in #204
- @LuciNyan made their first contribution in #241
- @adarshaacharya made their first contribution in #227
- @mrkldshv made their first contribution in #243
- @jeetiss made their first contribution in #246
Full Changelog: 0.0.42...0.0.43
0.0.42
What's Changed
- doc(README): Add missing definition of jsx example by @azaleta in #191
- chore: Improve error message when improperly loading yoga; run resvg in web worker in playground by @shuding in #210
- fix: Fix consecutive line breaks with
pre
by @shuding in #213 - chore: Refactor image implementation and support background for by @shuding in #214
- fix: backgroundImage with offsets by @Sam-Apostel in #207
New Contributors
- @azaleta made their first contribution in #191
- @Sam-Apostel made their first contribution in #207
Full Changelog: 0.0.41...0.0.42
0.0.41
What's Changed
- fix: remove duplicate styling by @akulsr0 in #193
- feat: Add cjs support by @searchableguy in #195
- chore: added eslint and prettier by @akulsr0 in #196
New Contributors
- @akulsr0 made their first contribution in #193
- @searchableguy made their first contribution in #195
Full Changelog: 0.0.40...0.0.41