@react-email/render@2.1.0
microsoft/TinyTroupe@react-email/render@2.1.0Jul 10, 2026by github-actions[bot]
AI Summary
A minor release focused on improving plain text rendering capabilities with new unstable APIs and enhanced table formatting.
Key Highlights
- Introduce new unstableToPlainText and unstableTextConversion APIs
- Add data-text-format='dataTable' to render tables as aligned columns in plain text
New Features
- unstableToPlainText API
- unstableTextConversion API
- DataTable text format rendering
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