Back to Explore

resend/react-email

GitHub
10 updates · last 90 days1 watchersOpen source

Last release: 1 week ago

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 upstream repo shows a recent push on 2026-06-02, and multiple related packages had recent updates around 2026-05-27.
  • Apparent update cadence: updates to react-email, @react-email/ui, and @react-email/editor landed together on 2026-05-27, followed by at least another upstream activity by 2026-06-02, suggesting steady ongoing development rather than a dormant state.

AI summary generated Today

AI-generated from public sources. May be inaccurate. Report

Recent updates

  • @react-email/ui@6.5.0

    1 week ago

    This release adds CLI and environment-variable controls to reduce noise from react-email compatibility warnings. You can now restrict which email clients trigger warnings during preview and development, using either the new `--clients` flag or `COMPATIBILITY_EMAIL_CLIENTS`.

    Features
  • react-email@6.5.0

    1 week ago

    react-email 6.5.0 adds a way to narrow which email clients trigger compatibility warnings in the `email dev` preview tooling. It also updates several email components with better accessibility defaults (language direction metadata, image alt fallback, and preview title).

    Features
  • @react-email/editor@1.5.3

    1 week ago

    The @react-email/editor@1.5.3 release notes only state that dependencies were updated (including react-email@6.5.0). However, the bundled code changes introduce new CLI and preview filtering behavior for email compatibility warnings, and they also change the HTML output of several react-email components to add accessibility-related attributes (dir, lang, alt fallback, role, and title).

    Breaking
  • @react-email/editor@1.5.2

    1 week ago

    This release updates @react-email/editor's paste sanitization to remove dangerous HTML elements and unsafe URL schemes during paste handling. It closes a security bypass where attacker-controlled HTML containing the editor's node-* class marker could previously skip sanitization entirely.

    Security
  • @react-email/ui@6.4.0

    1 week ago

    This release updates @react-email/ui to version 6.4.0, but the publisher provided no release notes, so the specific code or API changes are not documented here. Developers should review the repository diff and changelog history for v6.3.x to identify any behavioral changes before upgrading.

  • react-email@6.4.0

    1 week ago

    react-email 6.4.0 includes a fix related to Tailwind-generated CSS variables, specifically addressing issues seen in Gmail. The release resolves and strips unresolved `--tw-*` CSS variables in non-inlinable rules so Tailwind media query utilities render correctly.

  • @react-email/editor@1.5.1

    1 week ago

    Release @react-email/editor@1.5.1 is published as a patch, with release notes only stating that dependencies were updated, specifically react-email@6.4.0. The actual diff shows multiple Tailwind/CSS processing changes in react-email that affect how CSS variables and variant-stacking var() idioms are resolved and sanitized for email clients.

  • @react-email/editor@1.5.0

    1 week ago

    This release adds an additional output field to `composeReactEmail`, exposing the raw, non-prettified HTML used to generate the prettified `html` and `text`. The new `unformattedHtml` field is intended for persistence or sending to avoid Prettier indentation inflating message size (for example, hitting Gmail clipping limits).

    Features
  • @react-email/ui@6.3.3

    1 week ago

    This patch release hardens @react-email/ui's preview-related path resolution to prevent path traversal. It updates `renderEmailByPath` and `getEmailPathFromSlug` to reject paths that resolve outside the configured emails directory.

    Security
  • react-email@6.3.3

    1 week ago

    react-email@6.3.3 was published on 2026-05-25, but the publisher provided no release notes. This means there are no documented changes, fixes, or migrations available from the release notes alone, so developers should review the commit diff and changelog in the repository before upgrading.