react-email@6.9.1
Portkey-AI/gatewayreact-email@6.9.1Jul 23, 2026by github-actions[bot]
AI Summary
A patch release addressing static asset serving security and Tailwind CSS dark mode support compatibility.
Key Highlights
- Fixes security vulnerability regarding static asset serving by preventing path escaping.
- Resolves Tailwind CSS dark mode and media-query variants not rendering correctly with Tailwind 4.3.3+.
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>`