@react-email/ui@6.9.0

laramies/theHarvester@react-email/ui@6.9.0Jul 15, 2026by github-actions[bot]

AI Summary

Minor update to the React Email UI library introducing a new layout for the preview props editor and improvements to hot reload management.

Key Highlights

  • Preview props editor moved to a collapsible side panel with syntax-highlighted JSON editing
  • Static builds now display props in read-only mode
  • Disconnects hot reload sockets on component unmount to prevent connection accumulation

New Features

  • Collapsible preview props editor with syntax highlighting

Full Release Notes

### Minor Changes

* badeb1b: The preview props editor now lives in a collapsible panel beside the preview, with a syntax-highlighted JSON editor. Static builds show the props read-only.

### Patch Changes

* 4166fb6: Disconnect hot reload sockets when preview components unmount to prevent connections from accumulating across template navigation.