v0.3.0

resend/react-emailv0.3.0Jul 9, 2025by pappacena

AI Summary

Fixes Windows encoding issues and introduces a configuration option for API keys.

Key Highlights

  • Added ParseConfig option for API key and configuration setup.
  • Fixed bug with file encoding on Windows.
  • Fixed bounding boxes crop issues out of image limits.

New Features

  • ParseConfig option

Full Release Notes

- Fix bug with encoding of files when running on Windows
- Fix bounding boxes crop issues out of image limits
- Add ParseConfig option, so users can set API key and other configurations when calling parse(... config=ParseConfig()) function
- Other minor bugfixes