Skip to content

Commit 1b0148c

Browse files
authored
chore(docs): Add changelog for the 4th of November (#1761)
1 parent 937a65d commit 1b0148c

File tree

1 file changed

+66
-51
lines changed

1 file changed

+66
-51
lines changed

apps/docs/changelog.mdx

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

9+
## Nov 04, 2024
10+
11+
**Tailwind 1.0.1**
12+
13+
- Fix duplicate media query styles
14+
- Fix Promise being returned as a React Node
15+
16+
**Create Email 0.1.1**
17+
18+
- Fix `workspace:` prefix not being removed from react-email dev dep
19+
20+
**Components 0.0.27**
21+
22+
- Updated dependencies
23+
- @react-email/tailwind@1.0.1
24+
925
## Oct 31, 2024
1026

1127
**Tailwind 1.0.0**
@@ -47,44 +63,43 @@ icon: "list-check"
4763

4864
## Sep 02, 2024
4965

50-
5166
**Create Email 0.1.0**
5267

5368
- Move "react-email" package to devDependencies for the template
5469

5570
**Components 0.0.26**
5671

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
72+
- Updated dependencies
73+
- @react-email/section@0.0.15
74+
- @react-email/row@0.0.11
75+
- @react-email/tailwind@1.0.0
76+
- @react-email/button@0.0.18
77+
- @react-email/render@1.0.2
78+
- @react-email/link@0.0.11
79+
- @react-email/body@0.0.10
80+
- @react-email/code-block@0.0.9
81+
- @react-email/code-inline@0.0.4
82+
- @react-email/column@0.0.12
83+
- @react-email/container@0.0.14
84+
- @react-email/font@0.0.8
85+
- @react-email/head@0.0.11
86+
- @react-email/heading@0.0.14
87+
- @react-email/hr@0.0.10
88+
- @react-email/html@0.0.10
89+
- @react-email/img@0.0.10
90+
- @react-email/markdown@0.0.12
91+
- @react-email/preview@0.0.11
92+
- @react-email/text@0.0.10
7893

7994
**Create Email 0.0.34**
8095

8196
- Update dependencies
82-
- @react-email/components@0.0.25
97+
- @react-email/components@0.0.25
8398

8499
**Components 0.0.25**
85100

86101
- Updated dependencies
87-
- @react-email/code-block@0.0.9
102+
- @react-email/code-block@0.0.9
88103

89104
**Code Block 0.0.9**
90105

@@ -118,13 +133,13 @@ icon: "list-check"
118133

119134
- Add `react-dom` as a dependency of the template
120135
- Update dependencies
121-
122-
- @react-email/components@0.0.23
136+
137+
- @react-email/components@0.0.23
123138

124139
**Tailwind 0.1.0**
125140

126141
- Add support for proper `className` manipulation
127-
* This means support for `twMerge`
142+
- This means support for `twMerge`
128143
- Make inline styles override Tailwind styles.
129144
- Updated peer dependencies to allow for React 19 release candidate and React 19 itself
130145
- Fixes generation of unnecessary styles (ex: including `container` as text somewhere in your template)
@@ -189,7 +204,7 @@ icon: "list-check"
189204
**Components 0.0.23**
190205

191206
- Updated peer dependencies to allow for React 19 release candidate and React 19 itself
192-
- Update dependencies
207+
- Update dependencies
193208
- @react-email/code-inline@0.0.4
194209
- @react-email/code-block@0.0.7
195210
- @react-email/container@0.0.14
@@ -405,7 +420,7 @@ icon: "list-check"
405420

406421
- Fixed `email export` failing when emails use hooks
407422
- Fixed different `react-dom` version being used to render email templates
408-
- Fixed the "__filanem" typo passed on the VM context for resolving email components on the preview
423+
- Fixed the "\_\_filanem" typo passed on the VM context for resolving email components on the preview
409424
- Fixed possible file system race conditions
410425
- Redirect users back to `/` if the email is not found on `/preview`
411426
- Show only the filename on the preview page title and on the top bar
@@ -416,41 +431,41 @@ icon: "list-check"
416431

417432
**Create Email 0.0.26**
418433

419-
* Updated template dependencies to the latest versions
420-
* Fixed `Tailwind` being imported from `@react-email/tailwind` instead of `@react-email/components`
434+
- Updated template dependencies to the latest versions
435+
- Fixed `Tailwind` being imported from `@react-email/tailwind` instead of `@react-email/components`
421436

422437
**Tailwind 0.0.17**
423438

424-
* Remove `react` from normal dependencies, and only keep it as a peer dependency
425-
* Fixed the React JSX runtime being bundled
426-
* Fixed types for `TailwindConfig` being basically a `Record<string, any>`
427-
* Fixed children always being transformed into an array
428-
* Fixed `React.forwardRef` components not working inside of Tailwind
439+
- Remove `react` from normal dependencies, and only keep it as a peer dependency
440+
- Fixed the React JSX runtime being bundled
441+
- Fixed types for `TailwindConfig` being basically a `Record<string, any>`
442+
- Fixed children always being transformed into an array
443+
- Fixed `React.forwardRef` components not working inside of Tailwind
429444

430-
**Render 0.0.14**
445+
**Render 0.0.14**
431446

432-
* Fixed Issue with the `await import` when using inside Next.js
433-
* Use the `renderToPipeableStream` instead of `renderToStaticNodeStream`
447+
- Fixed Issue with the `await import` when using inside Next.js
448+
- Use the `renderToPipeableStream` instead of `renderToStaticNodeStream`
434449

435450
**Head 0.0.9**
436451

437-
* Added an iOS formatting meta tag as default
452+
- Added an iOS formatting meta tag as default
438453

439454
**Components 0.0.18**
440455

441-
* Updated dependency on `@react-email/head` to `0.0.9`
442-
* Updated dependency on `@react-email/render` to `0.0.14`
443-
* Updated dependency on `@react-email/tailwind` to `0.0.17`
456+
- Updated dependency on `@react-email/head` to `0.0.9`
457+
- Updated dependency on `@react-email/render` to `0.0.14`
458+
- Updated dependency on `@react-email/tailwind` to `0.0.17`
444459

445460
## Apr 29, 2024
446461

447-
| | | | |
448-
|-------------------|----------------------|-----------------------|----------------------|
449-
| **Body 0.0.8** | **Button 0.0.15** | **Code Inline 0.0.2** | **Code block 0.0.4** |
450-
| **Column 0.0.10** | **Container 0.0.12** | **Font 0.0.6** | **Head 0.0.8** |
451-
|**Heading 0.0.12** | **Hr 0.0.8** | **Html 0.0.8** | **Img 0.0.8** |
452-
| **Link 0.0.8** | **Markdown 0.0.10** | **Preview 0.0.9** | **Render 0.0.13** |
453-
| **Row 0.0.8** | **Section 0.0.12** | **Tailwind 0.0.16** | **Text 0.0.8** |
462+
| | | | |
463+
| ------------------ | -------------------- | --------------------- | -------------------- |
464+
| **Body 0.0.8** | **Button 0.0.15** | **Code Inline 0.0.2** | **Code block 0.0.4** |
465+
| **Column 0.0.10** | **Container 0.0.12** | **Font 0.0.6** | **Head 0.0.8** |
466+
| **Heading 0.0.12** | **Hr 0.0.8** | **Html 0.0.8** | **Img 0.0.8** |
467+
| **Link 0.0.8** | **Markdown 0.0.10** | **Preview 0.0.9** | **Render 0.0.13** |
468+
| **Row 0.0.8** | **Section 0.0.12** | **Tailwind 0.0.16** | **Text 0.0.8** |
454469

455470
- Fixed the peer dependency on React to allow for all minor versions after `18.2.0`
456471

@@ -526,7 +541,7 @@ icon: "list-check"
526541
**Create Email `0.0.23`**
527542

528543
- Template having the static directory at the root of the `react-email-starter` instead of inside `emails`
529-
- Fixes missing obligatory dependencies on the template as of `react-email` `2.0`
544+
- Fixes missing obligatory dependencies on the template as of `react-email` `2.0`
530545

531546
**Button `0.0.14`**
532547

0 commit comments

Comments
 (0)