@@ -6,6 +6,115 @@ description: "New features, bug fixes, and improvements made to each package."
6
6
icon : " list-check"
7
7
---
8
8
9
+ ## May 9, 2025
10
+
11
+ ** React Email 4.0.12**
12
+
13
+ - add an explicit error when running Node <= 17
14
+
15
+ **Text 0.1.4**
16
+
17
+ - fix numerical margin values being overwritten by 0
18
+
19
+ **Components 0.0.39**
20
+
21
+ - Updated dependencies
22
+
23
+
24
+ ## May 2, 2025
25
+
26
+ **Text 0.1.3**
27
+
28
+ - give priority to the margin in the user's style
29
+
30
+ **Components 0.0.38**
31
+
32
+ - Updated dependencies
33
+
34
+
35
+ ## May 1, 2025
36
+
37
+ **React Email 4.0.11**
38
+
39
+ - fix improper require in email export
40
+ - update next to 15.3.1
41
+
42
+ **React Email 4.0.10**
43
+
44
+ - fix support for `import ... = require(...)` syntax
45
+ - fix email dev not working with traversal error
46
+
47
+ **React Email 4.0.9**
48
+
49
+ - add `.json` import support for hot reloading
50
+ - add error message for when an email template does not have a default export
51
+ - ensure dependencies outside emails directory are completely resolved
52
+ - fix Node 18 support
53
+ - fix access to files outside static directory
54
+ - fix backwards compatibility with render versions
55
+ - fix dependent of dependents not causing hot reloads
56
+ - fix non-email files being rendered during hot reloading
57
+ - use range of versions for dependencies
58
+
59
+ **React Email 4.0.8**
60
+
61
+ - Log out errors that happen when `export`'s esbuild fails
62
+
63
+ **Components 0.0.37**
64
+
65
+ - Updated dependencies
66
+
67
+
68
+
69
+
70
+
71
+
72
+
73
+
74
+
75
+
76
+
77
+
78
+
79
+
80
+
81
+
82
+
83
+
84
+
85
+
86
+
87
+ **Text 0.1.2**
88
+
89
+ - Fix priority of margin styles not being kept
90
+
91
+ **Tailwind 1.0.5**
92
+
93
+ - Fix multiple variables in the same declaration not being replaced properly
94
+
95
+ **Render 1.1.0**
96
+
97
+ - Deprecate the pretty option for render in favor of standalone pretty function
98
+ - Use range of versions for dependencies
99
+
100
+ **Markdown 0.0.15**
101
+
102
+ - Use caret range of versions for dependencies
103
+
104
+ **Code Block 0.0.13**
105
+
106
+ - Use caret range of versions for dependencies
107
+
108
+ ## Apr 09, 2025
109
+
110
+ **React Email 4.0.7**
111
+
112
+ - Fix deno not working as an option for email build
113
+
114
+ **Create Email 1.1.0**
115
+
116
+ - use caret for dependency on react-email and @react-email/components
117
+
9
118
## Apr 08, 2025
10
119
11
120
**React Email 4.0.6**
0 commit comments