Skip to content

Releases: resend/react-email

@react-email/components 0.0.24

29 Aug 15:33
f48c7f5
Compare
Choose a tag to compare

@react-email/code-block 0.0.8

29 Aug 15:32
f48c7f5
Compare
Choose a tag to compare

react-email 3.0.1

23 Aug 16:16
7ec13f9
Compare
Choose a tag to compare

react-email 3.0.0

22 Aug 15:05
Compare
Choose a tag to compare

What's Changed

Major Changes

  • 1a47335: Use a built version of preview app when running email dev

Patch Changes

  • 19cab7b: Fixes decorators causing dependency tree babel parsing to fail
  • 14b7d1d: update socket.io/socket.io-client to 4.7.5
  • b68e166: Fix sharp warning when running email dev
  • 3caaf53: Updated peer dependencies to allow for React 19 release candidated and React 19 itself
  • 9a5fd78: fix email template preview failing with emails having spaces
  • d118a39: Fixes tooltip color being black for specific theming configurations
  • 481e339: Fixes root directories being hidden when they are alone at their depth
  • f9483ec: Updated usage of render to treat a returned promise for the new @react-email/[email protected]

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

create-email 0.0.31

22 Aug 15:12
Compare
Choose a tag to compare

What's Changed

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

@react-email/text 0.0.10

22 Aug 15:08
Compare
Choose a tag to compare

What's Changed

  • 3caaf53: Updated peer dependencies to allow for React 19 release candidate and React 19 itself

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

@react-email/[email protected]

22 Aug 15:21
Compare
Choose a tag to compare

What's Changed

Minor Changes

  • 5018ce8: Add support for proper className manipulation
  • 5018ce8: Make inline styles override Tailwind styles.

Patch Changes

  • 3caaf53: Updated peer dependencies to allow for React 19 release candidate and React 19 itself
  • 6d27a20: Fixes generation of unnecessary styles (ex: including container as text somewhere in your template)

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

@react-email/[email protected]

22 Aug 15:19
Compare
Choose a tag to compare

What's changed

  • 3caaf53: Updated peer dependencies to allow for React 19 release candidate and React 19 itself

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

@react-email/row 0.0.10

22 Aug 15:18
Compare
Choose a tag to compare

What's Changed

  • 3caaf53: Updated peer dependencies to allow for React 19 release candidated and React 19 itself

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

@react-email/render 1.0.0

22 Aug 15:18
Compare
Choose a tag to compare

What's Changed

Major Changes

  • f9483ec: Deprecated renderAsync and made render itself always async

    Why

    Three reasons:

    1. Better support of NextJS's latest versions
    2. Being ready for future React API deprecations
    3. Support for Suspense which allows for using async inside components

    See #1144 for more info.

    How to upgrade

    If you are using the old render, you will need to now treat the Promise
    that comes out of it, as it is now async. If you are using renderAsync,
    you can replace it with render and things should work the same.

Patch Changes

  • 3caaf53: Updated peer dependencies to allow for React 19 release candidate and React 19 itself

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