React Email is a set of high-quality, unstyled React and TypeScript components for building responsive email templates. It helps reduce layout issues by handling inconsistencies across email clients, and it includes an Editor to write templates and export email-ready HTML and plain text.
Project status
- Actively maintained: The source shows continued GitHub activity, with an upstream push on 2026-09-02 and multiple package updates within the last month, including targeted editor and UI fixes.
- Update cadence: Updates appear to land roughly weekly to biweekly in August and early September 2026 (for example, 2026-08-04, 08-07, 08-10, 08-25, 09-01, 09-02).
AI summary generated
Recent updates
@react-email/editor@1.7.6
v1.7.6 is a patch release focused on fixing the editor bubble menu alignment state for left alignment and inherited alignment scenarios. The diff also includes a react-email dependency update and several unrelated app and catalog/markdown serving changes within the monorepo.
@react-email/ui@6.9.5
Version @react-email/ui@6.9.5 was published on 2026-09-08. The publisher did not provide release notes, so no specific new features, fixes, or breaking changes can be verified from the release notes alone.
react-email@6.9.5
This patch release fixes an issue where responsive padding was not being applied to the inner <td> elements for the Container and Section components. Upgrade to react-email@6.9.5 to ensure responsive padding behaves correctly across supported email clients.
@react-email/editor@1.7.4
Release @react-email/editor@1.7.4 updates the email editor's button reset styles to apply `box-sizing: border-box`. This prevents full-width buttons with padding from overflowing their container in delivered emails. The change is reflected in the basic and minimal button reset themes and the default button styles used by the theming system.
@react-email/editor@1.7.3
This release updates @react-email/editor to 1.7.3, with release notes only calling out a dependency bump to react-email@6.9.3. However, the code diff also includes changes in @react-email/ui (6.9.3) related to sidebar state behavior and multiple documentation updates for the editor’s default theme CSS import.
@react-email/ui@6.9.3
This patch release improves the email editor UI behavior by preserving the sidebar state when switching between emails. Specifically, it keeps the sidebar scroll position, the collapsed/expanded state, and which folders are open.
react-email@6.9.3
react-email@6.9.3 was published on 2026-08-25, but no release notes were provided by the publisher. As a result, there is no documented information about new features, bug fixes, breaking changes, security updates, or dependency changes in this release.
@react-email/editor@1.7.2
v1.7.2 is a patch release for @react-email/editor focused on how the editor handles the Enter key when splitting paragraphs. The release notes specifically claim that paragraph `style` and `class` are preserved when splitting a paragraph mid-text.
@react-email/editor@1.7.1
Version @react-email/editor@1.7.1 is a patch release that bumps the monorepo packages (react-email to 6.9.2, and ui to 6.9.2) and updates several tests. The provided editor release notes only mention react-email@6.9.2, but the code diff also shows dependency updates (via ui) and a behavioral change surfaced through the check-spam tests.
@react-email/ui@6.9.2
This patch release updates the underlying Next.js dependency to address high-severity vulnerabilities discovered by npm audit. The change is intended to pull in safer bundled dependencies (postcss and sharp) without introducing new React Email UI features.
Securityreact-email@6.9.2
react-email version 6.9.2 was published, but no release notes were provided by the publisher. Because the change log is unavailable here, you should verify the actual code diff and run your test suite and type checks before upgrading, especially if you rely on any specific rendering or formatting behavior.
@react-email/editor@1.7.0
Release @react-email/editor@1.7.0 makes the basic theme's Container alignment default to centered instead of left. The change is reflected in the editor theme configuration and corresponding container rendering tests.
@react-email/editor@1.6.14
Release @react-email/editor@1.6.14 is a patch version that claims to fix duplicated top-level container nodes when the container enforcer races collaborative (Yjs/Liveblocks) sync transactions. The code change goes beyond that statement by altering when and how the enforcer wraps containerless document states during collaborative sync.
@react-email/editor@1.6.13
Release @react-email/editor@1.6.13 updates the editor's basic email reset styling. Specifically, it removes the body margin and padding reset that was previously applied in the generated email HTML.
Breaking@react-email/editor@1.6.12
This patch release focuses on fixing code blocks when an email is imported back into the editor, ensuring language, theme, and styling are recovered. It also changes how body spacing is handled by making body margin and padding fully theme-driven, including new inspector controls for the minimal theme.
@react-email/editor@1.6.11
The @react-email/editor@1.6.11 release notes only mention dependency updates, specifically pulling in react-email@6.9.1. However, the actual code changes included in this update modify preview static asset handling (URL decoding and path traversal protections) and change Tailwind CSS rule extraction behavior for media query variants such as dark mode.
@react-email/ui@6.9.1
This release is for @react-email/ui version 6.9.1, but the publisher provided no release notes, so the specific code changes are not documented here. Developers should not assume behavior is unchanged, and should verify the upgrade by checking the package changelog and the underlying commit diff for this version.
react-email@6.9.1
This patch release fixes preview-server handling of static assets, specifically ensuring URL-encoded filenames work correctly while preventing decoded paths from escaping the static directory. It also fixes Tailwind class processing so `dark:` and other media-query variants are preserved with `tailwindcss@4.3.3+`.
Security@react-email/editor@1.6.10
Release @react-email/editor@1.6.10 is labeled as a patch release and, per the provided release notes, primarily bumps react-email to 6.9.0. However, the actual diff includes substantial UI changes in @react-email/ui, including a redesign of the preview props editor and changes to hot reload socket lifecycle management.
@react-email/ui@6.9.0
This release updates the preview props editing experience by moving the props editor into a collapsible panel next to the preview and using a syntax-highlighted JSON editor. It also improves the dev hot reload behavior by disconnecting preview hot reload sockets when preview components unmount to avoid accumulated connections during template navigation.
Features