react-email@6.6.6

semaphoreui/semaphorereact-email@6.6.6Jul 2, 2026by github-actions[bot]

AI Summary

Improves Outlook compatibility and fixes the deployment path for the generated preview app on Vercel.

Key Highlights

  • Fixes Outlook padding spacer unit issue
  • Traces files from user's project root instead of subfolder for Vercel deployment
  • Updates render dependency to 2.0.10

New Features

  • Fixed Outlook spacer unit
  • Fixed Vercel build file tracing

Full Release Notes

### Patch Changes

* b4ac0d5: Fix `Button` emitting `mso-text-raise` without a unit on its Outlook padding spacer (e.g. `mso-text-raise:18`), which Outlook treats as invalid. The value now carries `px`, matching the unit React already adds on the button label.
* cb3c468: Fix `email build` so the generated preview app deploys on Vercel by tracing files from the user's project root instead of the `.react-email` subfolder.
* Updated dependencies \[c300cfb]
  * @react-email/render@2.0.10