- 7e344b3: Add support for React 19
- 612003c: Fix memory leak caused by how Marked custom renderer was used
- 5f1e815: Fixes inner error for styles like
fontWeight: 500
- a916ef1: Fix: replace quotes in custom styles with html hex code
-
092dd65: ## Fixes
- Markdown custom styles can't handle quotes properly
-
b6f11cc: Rename exports to be generic
- remove
data-idattributes from components, utils and types react-emailpeer and dev dependency
- remove
-
c78e7e4: ### Changes
- Remove
DOMPurifyfrom lib
- Fixed unordered list
ulstyles
- Remove
-
3ae845c: ### Changes
- Added
Markedfor markdown transformations - Removed
ParseMarkdownToReactEmailfunction
- Fixed issue with list parsing
- Fixed
parseCssInJsToInlineCssissue with numerical values
- Added
-
b5f7677: ### Bug fixes
- Fixed issue with parsing paragraphs
- Converted bold and italics tag to and
- Fixed issue with parsing nested blockquotes
- Fixed issue with parsing code blocks
This PR added optimisations for the following:
- Cleaning up unused style tags for the generated markup
- Moved the changesets
- Added CI workflows
All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.0.3 (2023-07-04)
- Added checks to handle
undefined | null | '' - Added checks to handle input that is not of type
string
3.0.1 (2023-07-04)
- Added
target="_blank"attribute to link tags
3.0.0 (2023-07-04)
- Made
data-idattributes optional in rendered markup - Added sanitization for markdown output in react-email component
- Updated
parseMarkdownToReactEmailJSXfunction usage synthax
2.0.2 (2023-06-20)
- Removed
data-idattributes from markup
2.0.1 (2023-06-20)
- Major Bug fix for
parseMarkdownToReactEmailJSX - Major Bug fix for
reactEmailMarkdownComponent
1.2.0 (2023-06-15)
- Added support for tables from GFM
- Added support for strikethrough from GFM
1.0.2 (2023-06-11)
- Updated Package.json
1.0.1 (2023-06-7)
https://github.com/codeskills-dev/md-to-react-email/releases/tag/v1.0.0
- Updated README.md
1.0.0 (2023-06-7)
Note: Initial package release