react-email@6.9.1
resend/react-emailreact-email@6.9.1Jul 23, 2026by github-actions[bot]
AI Summary
This patch fixes issues with serving static files containing special characters and resolves a Tailwind CSS rendering bug where dark mode and media queries were dropped.
Key Highlights
- Fixes serving of static assets with URL-encoded filenames
- Fixes Tailwind dark mode and media query variants
Full Release Notes
### Patch Changes * ea02028: Serve static assets with URL-encoded filenames correctly in the preview server while preventing decoded paths from escaping the static directory. * 60c96a6: Fix `<Tailwind>` dropping `dark:` and other media-query variants with `tailwindcss@4.3.3`+, where the conditional value was inlined as the base style and the `@media` rule never reached the `<head>`