Skip to content

Releases: vercel/satori

0.18.3

15 Sep 23:09
Compare
Choose a tag to compare

0.18.3 (2025-09-15)

Bug Fixes

  • Support forwardRef wrapped component (#601)

0.18.2

02 Sep 13:09
5bcd097
Compare
Choose a tag to compare

0.18.2 (2025-09-02)

Bug Fixes

  • Support passing instantiated wasm instance to init() (#709) (5bcd097), closes #693

0.18.1

29 Aug 12:56
589d9fa
Compare
Choose a tag to compare

0.18.1 (2025-08-29)

Bug Fixes

0.18.0

28 Aug 21:02
f24d911
Compare
Choose a tag to compare

0.18.0 (2025-08-28)

Features

  • added obj fit to image (#703) (4a7d0bc)
  • Standalone build to support providing WASM binary manually (#705) (f24d911), closes #693

0.16.2

29 Jul 21:32
3262159
Compare
Choose a tag to compare

0.16.2 (2025-07-29)

Bug Fixes

0.16.1

23 Jul 09:28
691f01d
Compare
Choose a tag to compare

0.16.1 (2025-07-23)

Bug Fixes

0.16.0

21 Jul 15:40
5945f7a
Compare
Choose a tag to compare

This is a big update thanks to updates from our dependency Yoga.

  • Support for box-sizing
  • Support for display: contents
  • Support for position: static
  • Support for align-content: space-evenly
  • Better support for position: absolute
  • Support for percentage values for gap

Also removed the satori/wasm entrypoint as we're always inlining the WASM binary in the lib source now.

0.16.0 (2025-07-21)

Features

0.15.2

09 Jun 12:11
b54f510
Compare
Choose a tag to compare

0.15.2 (2025-06-09)

Bug Fixes

0.15.1

09 Jun 12:02
055e4e0
Compare
Choose a tag to compare

0.15.1 (2025-06-09)

Bug Fixes

  • allow lines to start with words that begin with special characters (#674) (055e4e0), closes #656

0.15.0

09 Jun 11:43
6646c27
Compare
Choose a tag to compare

0.15.0 (2025-06-09)

Features

  • Support text-decoration-style: double (#685) (6646c27)