@react-email/editor@1.5.5
resend/react-email@react-email/editor@1.5.5Jun 16, 2026by github-actions[bot]
AI Summary
Fixes a crash in the Typography Inspector caused by the Strikethrough button by correcting the internal Tiptap mark name used for formatting.
Key Highlights
- Fixed Strikethrough button error in typography inspector
- Updated react-email dependency to 6.6.1
- Corrected Tiptap mark name from 'line-through' to 'strike'
Full Release Notes
### Patch Changes * d6956c8: Fix the Strikethrough button in the typography inspector throwing "There is no mark type named 'line-through'". The `FORMAT_ITEMS` entry now uses the tiptap mark name `strike` instead of the CSS `text-decoration` value `line-through`. * Updated dependencies \[21bac49] * react-email@6.6.1