@react-email/editor
0.0.0-canary.51
Major Changes
- abb7e8d: add
getEmailHTML()andgetEmailText()toEmailEditorRef, removegetHTML(), renameonChangetoonUpdate
Patch Changes
- 766cc41: remove placeholder from starter kit, keep it in standalone editor
- ca6a71d: Render Table as a native
<table>instead ofSectionto fix invalid<tr>inside<td>nesting in email output - 7d587f3: Align
EmailEditor'sonReadycallback withonUpdateso it receivesEmailEditorRef - 07fb6f0: fix color pickers closing and not letting drag happen in root node
- react-email@6.0.0-canary.2
0.0.0-canary.50
Major Changes
- 3ea987b: avoid injecting undefined css values
Minor Changes
- 274647c: add placeholder style
- c95a1e5: add
onUploadImageprop toEmailEditorand merge image paste/drop handlers into a single plugin - 783f16f: don't add an extra focus scope provider if there's already one present above Inspector.Root
- 18323bd: add trailing nodes for columns and sections
Patch Changes
- 29a2cd9: remove line height from default inbox styles
- f3f988b: collapse
SlashCommand.RootintoSlashCommandand stop exporting internalCommandList/CommandListProps. Replace<SlashCommand.Root ...>with<SlashCommand ...>.- react-email@6.0.0-canary.1