- e25aaad: unpin tailwindcss to avoid duplicate dependencies
-
2452b7d: update to using tailwindcss@v4, don't inline styles on component props anymore
- Check https://tailwindcss.com/docs/upgrade-guide#changes-from-v3 to see if you need to change utilities
- If you were merging utilities with the
styleprop, consider using tailwind-merge instead. - Configuration should remain in
configprop
- 1e76981: export granular APIs in a more tree shakeable way
- 442f5b6: expose
setupTailwind,sanitizeDeclarationsandinlineStylesfor use in the preview server - Updated dependencies [4f858a3]
- Updated dependencies [aa2bc86]
- @react-email/code-block@0.2.0
- @react-email/body@0.2.0
- @react-email/button@0.2.0
- @react-email/code-inline@0.0.5
- @react-email/container@0.0.15
- @react-email/heading@0.0.15
- @react-email/hr@0.0.11
- @react-email/img@0.0.11
- @react-email/link@0.0.12
- @react-email/preview@0.0.13
- @react-email/text@0.1.5
- Updated dependencies [aa2bc86]
- @react-email/body@0.2.0-canary.0
- Updated dependencies [4f858a3]
- @react-email/code-block@0.2.0-canary.0
- 1e76981: export granular APIs in a more tree shakeable way
- 442f5b6: expose
setupTailwind,sanitizeDeclarationsandinlineStylesfor use in the preview server
- 9360e39: update to using tailwindcss@v4
- 7fa430d: Add a warning when using
safelistand force it to change no behavior
- 86e66d8: Fix color-scheme media queries sometimes not getting sanitized at the className
- ce78a04: add pixelBasedPreset export directly
- 6d5f36f: Extract tailwind pseudo classes to stylesheet
- 934bc53: Extract tailwind pseudo classes to stylesheet
- 297541e: Fix multiple variables in the same declaration not being replaced properly
- 9540fc5: Fix issue with types due to improper build
- 467af4e: Use peerDependencies for react and react-dom
- b34aa90: Move react and react-dom to just dependencies for better DX
- 467af4e: Use peerDependencies for react and react-dom
- f7833da: Move react and react-dom to just dependencies for better DX
- 93de4ce: Fix TailwindConfig's type broken when tailwindcss is not installed on the user's project
- 6bd37a7: Fix duplicate media query styles
- 6bd37a7: Fix Promise being returned as a React Node
- 60db705: Updates
tailwindcssto latest version, but requires use of@react-email/render@>=1.0.0
- d8b4630: Refactored internally to have a much smaller bundle size
- 9ea6073: Fixes CSS variables being replaced with
undefined - 453229a: Fix
css-floatbeing used for utilities such asfloat-left
- 4520ca8: Refactored internally to have a much smaller bundle size
- 15e95c7: Fixes CSS variables being replaced with
undefined - 6c20067: Fix
css-floatbeing used for utilities such asfloat-left
- a4adb29: Updates
tailwindcssto latest version, but requires use of@react-email/render@>=1.0.0
- 5018ce8: - Add support for proper
classNamemanipulation- Make inline styles override Tailwind styles.
- 3caaf53: Updated peer dependencies to allow for React 19 release candidated and React 19 itself
- 6d27a20: Fixes generation of unecessary styles (ex: including
containeras text somehwere in your template)
- 4d492d3: Add support for proper
classNamemanipulation - Make inline styles override Tailwind styles.
- 9052c17: Fixes generation of unecessary styles (ex: including
containeras text somehwere in your template)
- a1c016b: Updated peer dependencies to allow for React 19 release candidated and React 19 itself
- dfb55ce: Changed it so children of a component are only processed after the component is done with them
- Add forward ref
- 3b4b362: Changed it so children of a component are only processed after the component is done with them
- Add forward ref
- Add forward ref