| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| @react-email_editor@1.6.12 source code.tar.gz | 2026-07-27 | 140.3 MB | |
| @react-email_editor@1.6.12 source code.zip | 2026-07-27 | 141.1 MB | |
| README.md | 2026-07-27 | 512 Bytes | |
| Totals: 3 Items | 281.4 MB | 0 | |
Patch Changes
- 2f595da: Fix code blocks losing their theme, language and styling when an email is imported back into the editor.
- 81380ef: Make body margin and padding theme-driven instead of hardcoded on the email
<Body>. Theminimaltheme's body panel now includes a Margin input and defaults its padding inputs to0, so body spacing is visible and editable in the inspector and can be overridden per document. Thebasictheme keeps itsmargin: 0; padding: 0body reset with unchanged output.