@react-email/ui@6.8.0
resend/react-email@react-email/ui@6.8.0Jul 13, 2026by github-actions[bot]
AI Summary
Introduces a live-editing Props tab in the preview toolbar and fixes static build responsiveness issues.
Key Highlights
- Add a Props tab to the preview toolbar for live-editing
- Fixed toolbar tabs not responding on statically built previews
New Features
- Live-editing props in the preview toolbar
Full Release Notes
### Minor Changes * 9605c04: Add a Props tab to the preview toolbar for live-editing the props a template is rendered with. Edits re-render the preview without changing the template's `PreviewProps`, invalid JSON is flagged inline, and a reset restores the template defaults. ### Patch Changes * 7b32bf6: Fixed toolbar tabs not responding on statically built previews when the page was opened with a `toolbar-panel` query param in the URL.