Skip to content

Commit

Permalink
chore(docs): Add changelogs for September 2nd and October 31st (#1753)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmfern authored Oct 31, 2024
1 parent 1f873df commit 076039c
Showing 1 changed file with 84 additions and 0 deletions.
84 changes: 84 additions & 0 deletions apps/docs/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand Down

1 comment on commit 076039c

@vercel
Copy link

@vercel vercel bot commented on 076039c Oct 31, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-email-demo – ./apps/demo

react-email-demo-git-main-resend.vercel.app
react-email-demo.vercel.app
demo.react.email
react-email-demo-resend.vercel.app

Please sign in to comment.