@react-email/ui@6.6.8

Gerstep/HumanCompiler@react-email/ui@6.6.8Jul 7, 2026by github-actions[bot]

AI Summary

A patch release addressing out-of-memory crashes during development and optimizing hot reload performance.

Key Highlights

  • Fixed out-of-memory crashes when saving shared components during `email dev`
  • Hot reload now re-renders only the open preview and invalidates specific caches instead of all dependent templates

Full Release Notes

### Patch Changes

* cb2e3d0: Fix out-of-memory crashes when saving a shared component during `email dev`. Hot reload now re-renders only the preview you have open and invalidates the cache for the other affected templates, instead of eagerly re-rendering every dependent template on each save.