@react-email/ui@6.9.0

k2-fsa/OmniVoice@react-email/ui@6.9.0Jul 15, 2026by github-actions[bot]

AI Summary

Introduces a new collapsible panel UI for the preview props editor and fixes resource management for hot reload sockets.

Key Highlights

  • Preview props editor moved to a collapsible panel beside the preview
  • Added JSON syntax highlighting to the props editor
  • Disconnected hot reload sockets when preview components unmount to prevent accumulation

New Features

  • Collapsible panel UI for editing preview props
  • Read-only mode for static builds in the props editor

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.