Skip to content

Release 0.4.0

Choose a tag to compare

@mrousavy mrousavy released this 30 Jun 17:12
· 112 commits to main since this release

0.4.0 (2025-06-30)

✨ Features

  • Add <NitroWebImage /> convenience view component (#9) (22a7da3)
  • Add crop(...) (#8) (44fc2d4)
  • Add options to loadImageFromURLAsync(...) (#5) (a750288)
  • Support toArrayBuffer() if it's a GPU image with zero copy (#6) (b9736f6)
  • Thumbhash (#4) (0b96bee)
  • Use SDWebImage (#3) (d0891fd)

🐛 Bug Fixes

  • Fix missing toArrayBuffer() (a5012ad)
  • Make toArrayBuffer() return raw RGBA data on iOS too (#7) (2820015)