We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f5dfe4 + 70c8629 commit ce3d95bCopy full SHA for ce3d95b
.changeset/fast-bobcats-battle.md
CHANGELOG.md
@@ -1,5 +1,19 @@
1
# Change Log
2
3
+## 4.0.0
4
+
5
+### Major Changes
6
7
+- 3ae845c: ### Changes
8
9
+ - Added [`Marked`](https://marked.js.org/) for markdown transformations
10
+ - Removed `ParseMarkdownToReactEmail` function
11
12
+ ### Fixes
13
14
+ - Fixed issue with [list parsing](https://github.com/codeskills-dev/md-to-react-email/issues/11)
15
+ - Fixed `parseCssInJsToInlineCss` issue with numerical values
16
17
## 3.0.4
18
19
### Patch Changes
package.json
@@ -1,6 +1,6 @@
{
"name": "md-to-react-email",
- "version": "3.0.4",
+ "version": "4.0.0",
"description": "A simple Markdown parser for React-email written in typescript.",
"keywords": [
"markdown",
0 commit comments