v3.0.4
Patch Changes
-
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
Optimisations
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)
Features
- Added checks to handle
undefined | null | '' - Added checks to handle input that is not of type
string
3.0.1 (2023-07-04)
Features
- Added
target="_blank"attribute to link tags
3.0.0 (2023-07-04)
Features
- 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)
Features
- Removed
data-idattributes from markup
2.0.1 (2023-06-20)
Features
- Major Bug fix for
parseMarkdownToReactEmailJSX - Major Bug fix for
reactEmailMarkdownComponent
1.2.0 (2023-06-15)
Features
- Added support for tables from GFM
- Added support for strikethrough from GFM
1.0.2 (2023-06-11)
Bug Fixes for commonJS
- Updated Package.json