Skip to content

Latest commit

 

History

History
91 lines (54 loc) · 2.55 KB

changelog.mdx

File metadata and controls

91 lines (54 loc) · 2.55 KB
title description
Changelog
New features, bug fixes, and improvements made to md-to-react-email

Major Changes

  • Added Marked for markdown transformations
  • Removed ParseMarkdownToReactEmail function

Fixes

  • Fixed issue with list parsing
  • Fixed parseCssInJsToInlineCss issue with numerical values

Bug fixes

  • Fixed issue with parsing paragraphs
  • Converted bold and italics tag to <strong> and <em>
  • 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.

Features

  • Added checks to handle undefined | null | ''
  • Added checks to handle input that is not of type string

Features

  • Added target="_blank" attribute to link tags

Features

  • Made data-id attributes optional in rendered markup
  • Added sanitization for markdown output in react-email component
  • Updated parseMarkdownToReactEmailJSX function usage synthax

Features

  • Removed data-id attributes from markup

Features

  • Major Bug fix for parseMarkdownToReactEmailJSX
  • Major Bug fix for reactEmailMarkdown Component

Features

  • Added support for tables from GFM
  • Added support for strikethrough from GFM

Bug Fixes for commonJS

  • Updated Package.json
  • Updated README.md

1.0.0

Note: Initial package release