Skip to content

Releases: resend/react-email

react-email 2.1.2

29 Apr 18:54
86ecc97
Compare
Choose a tag to compare

What's Changed

  • Changes the dependency on react to be any of the minor versions of 18.x.x fixing #1432
    • Along with this new version, there were also new versions for all packages of components and for the @react-email/components that fixes this issue on them.

      It should now allow you to use [email protected] and any other minor or patch version that comes for React 18.

Full Changelog: https://github.com/resend/react-email/compare/[email protected]@2.1.2

react-email 2.1.2-canary.0

03 Apr 18:24
de8597f
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Updated dependency on @react-email/components to the latest canary

Full Changelog: https://github.com/resend/react-email/compare/[email protected]@2.1.2-canary.0

create-email 0.0.25-canary.1

03 Apr 18:24
de8597f
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Updated template's dependencies to the latest canary ones (#1400)

Full Changelog: https://github.com/resend/react-email/compare/[email protected]@0.0.25-canary.1

create-email 0.0.25-canary.0

03 Apr 17:41
44427a3
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Fixed wrongly imported <Tailwind> component from @react-email/tailwind which was not installed (#1387, thanks @hank619!)

Full Changelog: https://github.com/resend/react-email/compare/[email protected]@0.0.25-canary.0

@react-email/tailwind 0.0.16-canary.1

03 Apr 18:23
de8597f
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Fixes children always being transformed into an array by (#1397)

Full Changelog: https://github.com/resend/react-email/compare/@react-email/[email protected]...@react-email/[email protected]

@react-email/[email protected]

03 Apr 17:42
44427a3
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Fixed components that were created with React.forwardRef not being rendered at all (#1335, thanks @nzben!)

Full Changelog: https://github.com/resend/react-email/compare/@react-email/[email protected]...@react-email/[email protected]

@react-email/head 0.0.8-canary.0

03 Apr 17:37
44427a3
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Added a <meta> to disable iOS reformatting the text on the email template (#1369, thanks @endymion1818!)

react-email 2.1.1

28 Mar 13:54
8a030bb
Compare
Choose a tag to compare

What's Changed

  • Fixed links on the sidebar being broken with a custom emails directory (#1356)
  • Upgraded dependency on @react-email/components to 0.0.16
  • Made the preview server detect changes to dependencies of email templates for hot reloading (#1379)
  • Remove existing out directory when running email export multiple times (#1373) (Thanks @bennyburrito!)
  • Use internal implementation for the logged tree when running email export for better security (#1221)
  • Fixes missing URL, TextDecoder, TextEncoder and other global missing things on the preview server (#1259)

create-email 0.0.24

28 Mar 13:43
8a030bb
Compare
Choose a tag to compare

What's Changed

  • Upgrade template dependencies to the latest versions (#1384)
  • Use internal implementation for the logged tree (#1221)

@react-email/tailwind 0.0.15

28 Mar 13:42
8a030bb
Compare
Choose a tag to compare

What's Changed

  • Fixed media query selectors being escaped, which caused issues for some email clients (#1114)
  • Improved internal code readability and fixed key warnings (#1351)
  • Fixed missing head errors being thrown after minification of the Email's component code (#1352)
  • Fixed not being able to use Tailwind classes on the <html> element (#1352)