react-email@2.1.3-canary.0
版本发布时间: 2024-05-15 22:04:00
resend/react-email最新发布版本:create-email@0.0.34(2024-09-03 00:00:52)
What's Changed
- Fixes missing Headers class on the global context for email templates by @ugurrdemirel in https://github.com/resend/react-email/pull/1446
- Fixes missing URLSearchParams on the global context for email templates by @vlaforet (#1419)
- Only show the filename on the preview page title and on the topbar by @gabrielmfern in https://github.com/resend/react-email/pull/1197
- Redirect users back to
/
if the email is not found on/preview
by @gabrielmfern in https://github.com/resend/react-email/pull/1205 - Fixes a few possible file system race conditions for
email dev
by @gabrielmfern in https://github.com/resend/react-email/pull/1313 - Fixes a typo on a global variable passed onto the VM context for resolving email components when previewing by @gabrielmfern in https://github.com/resend/react-email/pull/1341
- Fixes different
react-dom
version being used to render email templates by @gabrielmfern in https://github.com/resend/react-email/pull/1431 - Remove the dependency on
@react-email/render
when runningemail build
by @gabrielmfern in https://github.com/resend/react-email/pull/1457 - Fixes an issue that was happening when using
email dev
and the user had a kind of configuration in theirbrowserslist
by @gabrielmfern #1401 - Improved the way stack traces are computed so that they are clearer and more precise by @gabrielmfern (#1264)
Full Changelog: https://github.com/resend/react-email/compare/react-email@2.1.2...react-email@2.1.3-canary.0