[!WARNING]
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
resend/react-email (@react-email/tailwind)
### [`v0.0.19`](https://togithub.com/resend/react-email/blob/HEAD/packages/tailwind/CHANGELOG.md#0019)
[Compare Source](https://togithub.com/resend/react-email/compare/@react-email/tailwind@0.0.18...@react-email/tailwind@0.0.19)
##### Patch Changes
- [`dfb55ce`](https://togithub.com/resend/react-email/commit/dfb55ce): Changed it so children of a component are only processed after the component is done with them
- Add forward ref
### [`v0.0.18`](https://togithub.com/resend/react-email/releases/tag/%40react-email/tailwind%400.0.18): @react-email/tailwind 0.0.18
[Compare Source](https://togithub.com/resend/react-email/compare/@react-email/tailwind@0.0.17...@react-email/tailwind@0.0.18)
#### What's Changed
- Fixes relatively complex media queries not being parsed properly by [@gabrielmfern](https://togithub.com/gabrielmfern) on [#1475](https://togithub.com/resend/react-email/issues/1475)
**Full Changelog**: https://github.com/resend/react-email/compare/[@react-email/tailwind](https://togithub.com/react-email/tailwind)[@0](https://togithub.com/0).0.17...[@react-email/tailwind](https://togithub.com/react-email/tailwind)[@0](https://togithub.com/0).0.18
### [`v0.0.17`](https://togithub.com/resend/react-email/releases/tag/%40react-email/tailwind%400.0.17): @react-email/tailwind 0.0.17
[Compare Source](https://togithub.com/resend/react-email/compare/@react-email/tailwind@0.0.16...@react-email/tailwind@0.0.17)
#### What's Changed
- Treat React as a peer dependency by [@eps1lon](https://togithub.com/eps1lon) on [#1463](https://togithub.com/resend/react-email/issues/1463)
- Fixes the inlining of the JSX runtime by [@eps1lon](https://togithub.com/eps1lon) on [#1462](https://togithub.com/resend/react-email/issues/1462)
- Fixes types for `TailwindConfig` being basically a `Record` by [@gabrielmfern](https://togithub.com/gabrielmfern) on [#1439](https://togithub.com/resend/react-email/issues/1439)
- Fixes children always being transformed into an array by [@gabrielmfern](https://togithub.com/gabrielmfern) on [#1397](https://togithub.com/resend/react-email/issues/1397)
- Fixes `React.forwardRef` components not working by [@nzben](https://togithub.com/nzben) on [#1335](https://togithub.com/resend/react-email/issues/1335)
**Full Changelog**: https://github.com/resend/react-email/compare/[@react-email/tailwind](https://togithub.com/react-email/tailwind)[@0](https://togithub.com/0).0.16...[@react-email/tailwind](https://togithub.com/react-email/tailwind)[@0](https://togithub.com/0).0.17
### [`v0.0.16`](https://togithub.com/resend/react-email/compare/@react-email/tailwind@0.0.15...@react-email/tailwind@0.0.16)
[Compare Source](https://togithub.com/resend/react-email/compare/@react-email/tailwind@0.0.15...@react-email/tailwind@0.0.16)
### [`v0.0.15`](https://togithub.com/resend/react-email/releases/tag/%40react-email/tailwind%400.0.15): @react-email/tailwind 0.0.15
[Compare Source](https://togithub.com/resend/react-email/compare/v0.0.14...@react-email/tailwind@0.0.15)
#### What's Changed
- Fixed media query selectors being escaped, which caused issues for some email clients ([https://github.com/resend/react-email/pull/1114](https://togithub.com/resend/react-email/pull/1114))
- Improved internal code readability and fixed key warnings ([https://github.com/resend/react-email/pull/1351](https://togithub.com/resend/react-email/pull/1351))
- Fixed missing head errors being thrown after minification of the Email's component code ([https://github.com/resend/react-email/pull/1352](https://togithub.com/resend/react-email/pull/1352))
- Fixed not being able to use Tailwind classes on the `` element ([https://github.com/resend/react-email/pull/1352](https://togithub.com/resend/react-email/pull/1352))
### [`v0.0.14`](https://togithub.com/resend/react-email/releases/tag/v0.0.14)
[Compare Source](https://togithub.com/resend/react-email/compare/v0.0.13...v0.0.14)
#### Patches
- Fix lint [#660](https://togithub.com/resend/react-email/issues/660)
### [`v0.0.13`](https://togithub.com/resend/react-email/releases/tag/v0.0.13)
[Compare Source](https://togithub.com/resend/react-email/compare/v0.0.12...v0.0.13)
#### Patches
- Support external file imports inside of email components [#615](https://togithub.com/resend/react-email/issues/615)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
^0.0.12
->^0.0.19
Release Notes
resend/react-email (@react-email/tailwind)
### [`v0.0.19`](https://togithub.com/resend/react-email/blob/HEAD/packages/tailwind/CHANGELOG.md#0019) [Compare Source](https://togithub.com/resend/react-email/compare/@react-email/tailwind@0.0.18...@react-email/tailwind@0.0.19) ##### Patch Changes - [`dfb55ce`](https://togithub.com/resend/react-email/commit/dfb55ce): Changed it so children of a component are only processed after the component is done with them - Add forward ref ### [`v0.0.18`](https://togithub.com/resend/react-email/releases/tag/%40react-email/tailwind%400.0.18): @react-email/tailwind 0.0.18 [Compare Source](https://togithub.com/resend/react-email/compare/@react-email/tailwind@0.0.17...@react-email/tailwind@0.0.18) #### What's Changed - Fixes relatively complex media queries not being parsed properly by [@gabrielmfern](https://togithub.com/gabrielmfern) on [#1475](https://togithub.com/resend/react-email/issues/1475) **Full Changelog**: https://github.com/resend/react-email/compare/[@react-email/tailwind](https://togithub.com/react-email/tailwind)[@0](https://togithub.com/0).0.17...[@react-email/tailwind](https://togithub.com/react-email/tailwind)[@0](https://togithub.com/0).0.18 ### [`v0.0.17`](https://togithub.com/resend/react-email/releases/tag/%40react-email/tailwind%400.0.17): @react-email/tailwind 0.0.17 [Compare Source](https://togithub.com/resend/react-email/compare/@react-email/tailwind@0.0.16...@react-email/tailwind@0.0.17) #### What's Changed - Treat React as a peer dependency by [@eps1lon](https://togithub.com/eps1lon) on [#1463](https://togithub.com/resend/react-email/issues/1463) - Fixes the inlining of the JSX runtime by [@eps1lon](https://togithub.com/eps1lon) on [#1462](https://togithub.com/resend/react-email/issues/1462) - Fixes types for `TailwindConfig` being basically a `RecordConfiguration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.