@@ -6,6 +6,90 @@ description: "New features, bug fixes, and improvements made to each package."
6
6
icon : " list-check"
7
7
---
8
8
9
+ ## Oct 31, 2024
10
+
11
+ ** Tailwind 1.0.0**
12
+
13
+ - Updates ` tailwindcss ` to latest version, but requires use of ` @react-email/render@>=1.0.0 `
14
+ - Refactored internally to have a much smaller bundle size
15
+ - Fixes CSS variables being replaced with ` undefined `
16
+ - Fix ` css-float ` being used for utilities such as ` float-left `
17
+
18
+ ** React Email 3.0.2**
19
+
20
+ - bump chokidar to v4
21
+ - Add util/types as a module
22
+ - Fix missing Request and Response globals
23
+ - Fix NODE_ENV for emails as "PRODUCTION" instead of "DEVELOPMENT"
24
+ - Update socket.io and socket.io-client
25
+ - Add AbortSignal, Event and EventTarget
26
+ - Add missing timers/promises Node module for ` email dev `
27
+
28
+ ** Button 0.0.1**
29
+
30
+ - Fix NaN values on rendered Button HTML
31
+
32
+ ** Link 0.0.11**
33
+
34
+ - Fix textDecoration reset being too broad
35
+
36
+ ** Render 1.0.2**
37
+
38
+ - Fix null characters in between chunks when using high-density characters
39
+
40
+ ** Row 0.0.11**
41
+
42
+ - Fixes default attributes overriding props
43
+
44
+ ** Section 0.0.15**
45
+
46
+ - Fixes default attributes overriding props
47
+
48
+ ## Sep 02, 2024
49
+
50
+
51
+ ** Create Email 0.1.0**
52
+
53
+ - Move "react-email" package to devDependencies for the template
54
+
55
+ ** Components 0.0.26**
56
+
57
+ - Updated dependencies
58
+ - @react-email/section @0.0.15
59
+ - @react-email/row @0.0.11
60
+ - @react-email/tailwind @1.0.0
61
+ - @react-email/button @0.0.18
62
+ - @react-email/render @1.0.2
63
+ - @react-email/link @0.0.11
64
+ - @react-email/body @0.0.10
65
+ - @react-email/code-block @0.0.9
66
+ - @react-email/code-inline @0.0.4
67
+ - @react-email/column @0.0.12
68
+ - @react-email/container @0.0.14
69
+ - @react-email/font @0.0.8
70
+ - @react-email/head @0.0.11
71
+ - @react-email/heading @0.0.14
72
+ - @react-email/hr @0.0.10
73
+ - @react-email/html @0.0.10
74
+ - @react-email/img @0.0.10
75
+ - @react-email/markdown @0.0.12
76
+ - @react-email/preview @0.0.11
77
+ - @react-email/text @0.0.10
78
+
79
+ ** Create Email 0.0.34**
80
+
81
+ - Update dependencies
82
+ - @react-email/components @0.0.25
83
+
84
+ ** Components 0.0.25**
85
+
86
+ - Updated dependencies
87
+ - @react-email/code-block @0.0.9
88
+
89
+ ** Code Block 0.0.9**
90
+
91
+ - Fix Versper theme's background color
92
+
9
93
## Aug 23, 2024
10
94
11
95
** React Email 3.0.1**
0 commit comments