react-email@6.9.1

k2-fsa/OmniVoicereact-email@6.9.1Jul 23, 2026by github-actions[bot]

AI Summary

Addresses critical fixes for static asset security and Tailwind CSS variant rendering in the preview server.

Key Highlights

  • Fixed static asset serving with URL-encoded filenames to prevent path traversal
  • Fixed <Tailwind> component dropping dark: and media-query variants in Tailwind CSS 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>`