@react-email/ui@6.9.0
reacherhq/check-if-email-exists@react-email/ui@6.9.0Jul 15, 2026by github-actions[bot]
AI Summary
A minor release that improves the preview experience by adding a collapsible panel with a syntax-highlighted JSON editor for preview props. Also includes a patch fix to prevent socket accumulation during preview navigation.
Key Highlights
- Preview props editor moved to a collapsible panel beside the preview
- Syntax-highlighted JSON editor for preview props
- Static builds show props in read-only mode
- Hot reload sockets disconnect when preview components unmount
New Features
- Collapsible preview props panel
- Syntax-highlighted JSON editor for props
- Read-only mode for static builds
- Improved socket management for hot reload
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.