Skip to content

Commit 4d7cc1e

Browse files
authored
feat(docs): Add changelog for Jan 19, 2024 (#1157)
1 parent 3e58bc0 commit 4d7cc1e

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

apps/docs/changelog.mdx

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

9+
## Jan 19, 2024
10+
11+
**React-Email `2.0.0`**
12+
13+
Breaking changes:
14+
15+
- Static files for the preview server are now kept under `./emails/static` or
16+
inside your specified emails directory.
17+
- The preview app is not downloaded anymore and it now comes alongside the CLI
18+
- Monorepos are now fully supported because of this
19+
- Emails are built instead of copied
20+
21+
Misc changes:
22+
23+
- UI improved and icons updated
24+
- Added a view to see how your email is going to look on mobile
25+
- Error overlay specific to your emails
26+
- Sub-folders are now supported, allowing for certain ones to be ignored by
27+
the preview app if prefixed with `_` (ex: `_components`)
28+
- Improved filtering for showing emails on the sidebar that only shows them if they have an export default somewhere inside. This is a bit of a heuristic and can still be improved though.
29+
30+
**Components `0.0.14`**
31+
32+
- Bump `@react-email/render` to `0.0.12`
33+
- Add `@react-email/code-block` version `0.0.2` and export it
34+
- Add `@react-email/code-inline` version `0.0.1` and export it
35+
36+
**Create Email `0.0.22`**
37+
38+
Template Changes:
39+
40+
- Remove `.react-email` from template workspaces
41+
- Bump `@react-email/components` to `0.0.14`
42+
- Bump `react-email` to `2.0.0`
43+
44+
**Render `0.0.12`**
45+
46+
- Fix import for `js-beautify` breaking for ESM users
47+
48+
**Code Inline `0.0.1`**
49+
50+
- Create component with support for the `orange.fr` email client
51+
52+
**Code Block `0.0.2`**
53+
54+
- Issue with import for `prismjs` due to it being commonjs
55+
956
## Jan 16, 2024
1057

1158
**Render `0.0.11`**

0 commit comments

Comments
 (0)