react-email
react-email copied to clipboard
π Build and send emails using React
### Describe the Bug When I run `email dev`, it opens up in the browser but none of the buttons work and it doesn't automatically refresh, although the CLI seems...
- **add dev:preview command** - **update to use flex layouts** - **remove commented code** - **remove toolbar from sidebar** - **very initial draft of bottom toolbar** - **do more design...
### Describe the Bug @react-email/code-block depends on vulnerable version of prismjs See https://github.com/advisories/GHSA-x7hr-w5r2-h6wg for vulnerability description. Unfortunately as of 3/4/2025 https://github.com/PrismJS/prism appears abandoned and has not had a commit in...
# Summary If deno is the slected package manager use quiet flag not silent as it currently stops the dependencies being installed. Closes: https://github.com/resend/react-email/issues/1938 Affected command: ```bash bun email build...
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.29.0 to 1.30.0. Release notes Sourced from prismjs's releases. v1.30.0 What's Changed check that currentScript is set by a script tag by @βlkuechler in PrismJS/prism#3863 New Contributors...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [prismjs](https://redirect.github.com/PrismJS/prism) | [`1.29.0` -> `1.30.0`](https://renovatebot.com/diffs/npm/prismjs/1.29.0/1.30.0) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/)...
- **use the oficial lottie react library** - **add initial draft for react-dom rendering** - **use portals, SO MUCH SIMPLER** - **lint** - **fix props name** - **wire up overwritten...
### Describe the Bug I have a nextjs app with prettier as a dev dependency. Recently I upgraded the version of prettier to the latest one. Since then now when...
Closes #1871