Releases: codeskills-dev/md-to-react-email
Releases · codeskills-dev/md-to-react-email
Release list
v5.0.6
v5.0.5
Patch Changes
- 7e344b3: Add support for React 19
v5.0.4
Patch Changes
- 612003c: Fix memory leak caused by how Marked custom renderer was used
v5.0.3
Patch Changes
- 5f1e815: Fixes inner error for styles like
fontWeight: 500
v5.0.2
Patch Changes
- a916ef1: Fix: replace quotes in custom styles with html hex code
v5.0.1
Patch Changes
-
092dd65: ## Fixes
- Markdown custom styles can't handle quotes properly
v5.0.0
Major Changes
-
b6f11cc: Rename exports to be generic
Removed
- remove
data-idattributes from components, utils and types react-emailpeer and dev dependency
- remove
v4.1.0
Minor Changes
-
c78e7e4: ### Changes
- Remove
DOMPurifyfrom lib
Fixes
- Fixed unordered list
ulstyles
- Remove
v4.0.0
Major Changes
-
3ae845c: ### Changes
- Added
Markedfor markdown transformations - Removed
ParseMarkdownToReactEmailfunction
Fixes
- Fixed issue with list parsing
- Fixed
parseCssInJsToInlineCssissue with numerical values
- Added
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