From 076039cfa76ab72a4faaa86ef895520cc657fd2e Mon Sep 17 00:00:00 2001 From: Gabriel Miranda Date: Thu, 31 Oct 2024 09:05:31 -0700 Subject: [PATCH] chore(docs): Add changelogs for September 2nd and October 31st (#1753) --- apps/docs/changelog.mdx | 84 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 84 insertions(+) diff --git a/apps/docs/changelog.mdx b/apps/docs/changelog.mdx index cd5b188fe8..0ea7133843 100644 --- a/apps/docs/changelog.mdx +++ b/apps/docs/changelog.mdx @@ -6,6 +6,90 @@ description: "New features, bug fixes, and improvements made to each package." icon: "list-check" --- +## Oct 31, 2024 + +**Tailwind 1.0.0** + +- Updates `tailwindcss` to latest version, but requires use of `@react-email/render@>=1.0.0` +- Refactored internally to have a much smaller bundle size +- Fixes CSS variables being replaced with `undefined` +- Fix `css-float` being used for utilities such as `float-left` + +**React Email 3.0.2** + +- bump chokidar to v4 +- Add util/types as a module +- Fix missing Request and Response globals +- Fix NODE_ENV for emails as "PRODUCTION" instead of "DEVELOPMENT" +- Update socket.io and socket.io-client +- Add AbortSignal, Event and EventTarget +- Add missing timers/promises Node module for `email dev` + +**Button 0.0.1** + +- Fix NaN values on rendered Button HTML + +**Link 0.0.11** + +- Fix textDecoration reset being too broad + +**Render 1.0.2** + +- Fix null characters in between chunks when using high-density characters + +**Row 0.0.11** + +- Fixes default attributes overriding props + +**Section 0.0.15** + +- Fixes default attributes overriding props + +## Sep 02, 2024 + + +**Create Email 0.1.0** + +- Move "react-email" package to devDependencies for the template + +**Components 0.0.26** + +- Updated dependencies + - @react-email/section@0.0.15 + - @react-email/row@0.0.11 + - @react-email/tailwind@1.0.0 + - @react-email/button@0.0.18 + - @react-email/render@1.0.2 + - @react-email/link@0.0.11 + - @react-email/body@0.0.10 + - @react-email/code-block@0.0.9 + - @react-email/code-inline@0.0.4 + - @react-email/column@0.0.12 + - @react-email/container@0.0.14 + - @react-email/font@0.0.8 + - @react-email/head@0.0.11 + - @react-email/heading@0.0.14 + - @react-email/hr@0.0.10 + - @react-email/html@0.0.10 + - @react-email/img@0.0.10 + - @react-email/markdown@0.0.12 + - @react-email/preview@0.0.11 + - @react-email/text@0.0.10 + +**Create Email 0.0.34** + +- Update dependencies + - @react-email/components@0.0.25 + +**Components 0.0.25** + +- Updated dependencies + - @react-email/code-block@0.0.9 + +**Code Block 0.0.9** + +- Fix Versper theme's background color + ## Aug 23, 2024 **React Email 3.0.1**