@react-email/ui@6.9.0
resend/react-email@react-email/ui@6.9.0Jul 15, 2026by github-actions[bot]
AI Summary
This minor release introduces a new collapsible panel for editing preview props featuring a syntax-highlighted JSON editor, with read-only access for static builds.
Key Highlights
- New collapsible props editor panel
- Syntax-highlighted JSON editor
- Read-only props for static builds
New Features
- Collapsible props editor panel with JSON 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.