@react-email/render@2.1.0
resend/react-email@react-email/render@2.1.0Jul 10, 2026by github-actions[bot]
AI Summary
This release introduces new text conversion utilities and enhances plain text rendering capabilities. It adds experimental APIs to bypass standard HTML-to-text conversion and improves table alignment in plain text outputs.
Key Highlights
- Introduction of `unstableToPlainText` and `unstableTextConversion` APIs
- New APIs allow sidestepping standard html-to-text conversion
- Added `data-text-format="dataTable"` attribute support
- Enhanced plain text rendering for table alignment
New Features
- New `unstableToPlainText` and `unstableTextConversion` utilities
- Support for `data-text-format="dataTable"` attribute
Full Release Notes
### Minor Changes * ba96cfa: introduce new `unstableToPlainText` and `unstableTextConversion` that sidesteps html-to-text ### Patch Changes * 58d8c08: feat: add `data-text-format="dataTable"` to render tables as aligned columns in plain text