@react-email/ui@6.9.0

elie222/inbox-zero@react-email/ui@6.9.0Jul 15, 2026by github-actions[bot]

AI Summary

The preview props editor has been relocated to a collapsible panel with syntax highlighting for better UX. Static builds now display props in read-only mode. Additionally, hot reload sockets are disconnected when components unmount to prevent connection buildup.

Key Highlights

  • Preview props editor moved to a collapsible panel
  • Syntax-highlighted JSON editor
  • Read-only props in static builds
  • Fixed hot reload socket accumulation

New Features

  • Collapsible panel for props editing
  • Syntax highlighting for JSON
  • Read-only props view for static builds

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.