Patch Changes
- Updated dependencies [b448c3b]
- react-email@6.7.0
You can now specify custom export extensions like .blade.php using the --extension/-e flag.
Introduced unstableToPlainText and unstableTextConversion to bypass html-to-text for plain text rendering. Added data-text-format="dataTable" to render tables as aligned columns in plain text.
Removed dangling CSS file exports in the package definition.
Fixed group utilities that included invalid CSS rules that were not being applied.
Fixed bubble menus and the Inspector losing the editor selection on click. The FocusScopes registry was being wiped on every plugin reconfiguration; it now persists until the plugin is removed or the editor is destroyed.
Fixed out-of-memory crashes when saving a shared component during email dev. Hot reload now re-renders only the preview you have open and invalidates the cache for other affected templates, instead of eagerly re-rendering every dependent template on each save.
Fixed email build computing the wrong output file tracing root in nested-workspace monorepos, which caused Vercel deploys to fail with an ENOENT error on the routes manifest.
Fixed Markdown link href/title and image title attributes no longer escaping double quotes, which could break out of the attribute in rendered HTML. Also fixed Tailwind classes not being inlined into styles for Section, Column, and Row components, two-value logical shorthands with non-numeric values producing invalid duplicated longhands, and rgba() syntax conversion for email client support.
Serialized email nodes are now keyed at the mapped result boundary, preventing React key warnings when exporting editor content containing marked text like bold, italic, and links.
email build when the spam check API errors or times out — the build now logs a warning and continues without a baked-in spam score.Patch Changes Updated dependencies \[6a5ff2a] Updated dependencies \[4cf4c72] Updated dependencies \[fa77d55] Updated dependencies \[fa52a0…
Resend · React EmailFixed bubble menus and the Inspector losing the editor selection on click. The FocusScopes registry was being wiped on every plugin reconfi…
Resend · React Email