Skip to content

Commit 3c43126

Browse files
authored
chore(docs): Add changelog entries for May 1st, 2nd and 9th (#2226)
1 parent 221ebf7 commit 3c43126

File tree

1 file changed

+109
-0
lines changed

1 file changed

+109
-0
lines changed

apps/docs/changelog.mdx

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,115 @@ description: "New features, bug fixes, and improvements made to each package."
66
icon: "list-check"
77
---
88

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+
- @react-email/[email protected]
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+
- @react-email/[email protected]
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+
- @react-email/[email protected]
67+
- @react-email/[email protected]
68+
- @react-email/[email protected]
69+
- @react-email/[email protected]
70+
- @react-email/[email protected]
71+
- @react-email/[email protected]
72+
- @react-email/[email protected]
73+
- @react-email/[email protected]
74+
- @react-email/[email protected]
75+
- @react-email/[email protected]
76+
- @react-email/[email protected]
77+
- @react-email/[email protected]
78+
- @react-email/[email protected]
79+
- @react-email/[email protected]
80+
- @react-email/[email protected]
81+
- @react-email/[email protected]
82+
- @react-email/[email protected]
83+
- @react-email/[email protected]
84+
- @react-email/[email protected]
85+
- @react-email/[email protected]
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+
9118
## Apr 08, 2025
10119

11120
**React Email 4.0.6**

0 commit comments

Comments
 (0)