@react-email/render@2.0.10
resend/react-email@react-email/render@2.0.10Jul 2, 2026by github-actions[bot]
AI Summary
This release removes unnecessary resource hints injected by React during server-side rendering. Since email clients ignore preload tags, their removal reduces noise in the generated HTML output.
Key Highlights
- Stripped auto-injected image preload links
- Cleaned up HTML output for email clients
Full Release Notes
### Patch Changes * c300cfb: Strip React's auto-injected `<link rel="preload" as="image">` resource hints from rendered email HTML. React adds one to the document `<head>` for every `<img>` during SSR, but email clients ignore preload hints, so they were just noise in the output. Other `<link>` tags (stylesheets, fonts, user-authored non-image preloads) are left untouched.