Releases: resend/react-email
@react-email/components 0.0.24
What's Changed
- Updated dependencies [1afe32a]
- @react-email/[email protected]
- Updated dependencies [7481b12]
- @react-email/[email protected]
Full Changelog: https://github.com/resend/react-email/compare/@react-email/[email protected]...@react-email/[email protected]
@react-email/code-block 0.0.8
What's Changed
- 1afe32a: Add versper theme
Full Changelog: https://github.com/resend/react-email/compare/@react-email/[email protected]...@react-email/[email protected]
react-email 3.0.1
What's Changed
- a40904e: Fix hot reloading
Full Changelog: https://github.com/resend/react-email/compare/[email protected]@3.0.1
react-email 3.0.0
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
What's Changed
- ed8db84: add react-dom as a template dependency as well
- Updated dependencies [19cab7b]
- Updated dependencies [14b7d1d]
- Updated dependencies [b68e166]
- Updated dependencies [3caaf53]
- Updated dependencies [1a47335]
- Updated dependencies [9a5fd78]
- Updated dependencies [d118a39]
- Updated dependencies [481e339]
- Updated dependencies [f9483ec]
- [email protected]
- @react-email/[email protected]
Full Changelog: https://github.com/resend/react-email/compare/[email protected]@0.0.31
@react-email/text 0.0.10
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]
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]
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
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
What's Changed
Major Changes
-
f9483ec: Deprecated
renderAsync
and maderender
itself always asyncWhy
Three reasons:
- Better support of NextJS's latest versions
- Being ready for future React API deprecations
- 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 usingrenderAsync
,
you can replace it withrender
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]