Skip to content

Releases: codeskills-dev/md-to-react-email

v5.0.4

21 Nov 17:45
74a9635
Compare
Choose a tag to compare

Patch Changes

  • 612003c: Fix memory leak caused by how Marked custom renderer was used

v5.0.3

15 Nov 12:24
8228085
Compare
Choose a tag to compare

Patch Changes

  • 5f1e815: Fixes inner error for styles like fontWeight: 500

v5.0.2

13 Mar 12:56
5ab7b29
Compare
Choose a tag to compare

Patch Changes

  • a916ef1: Fix: replace quotes in custom styles with html hex code

v5.0.1

13 Mar 10:27
5091ef8
Compare
Choose a tag to compare

Patch Changes

  • 092dd65: ## Fixes

    • Markdown custom styles can't handle quotes properly

v5.0.0

02 Oct 01:20
eab6eee
Compare
Choose a tag to compare

Major Changes

  • b6f11cc: Rename exports to be generic

    Removed

    • remove data-id attributes from components, utils and types
    • react-email peer and dev dependency

v4.1.0

17 Sep 03:44
a3a592a
Compare
Choose a tag to compare

Minor Changes

  • c78e7e4: ### Changes

    • Remove DOMPurify from lib

    Fixes

    • Fixed unordered list ul styles

v4.0.0

25 Aug 10:27
ce3d95b
Compare
Choose a tag to compare

Major Changes

  • 3ae845c: ### Changes

    • Added Marked for markdown transformations
    • Removed ParseMarkdownToReactEmail function

    Fixes

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

v3.0.4

15 Jul 01:58
36f7090
Compare
Choose a tag to compare

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-id attributes optional in rendered markup
  • Added sanitization for markdown output in react-email component
  • Updated parseMarkdownToReactEmailJSX function usage synthax

2.0.2 (2023-06-20)

Features

  • Removed data-id attributes from markup

2.0.1 (2023-06-20)

Features

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

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

Version 3.0.3 release

04 Jul 13:40
Compare
Choose a tag to compare

v3.0.3 release version of md-to-react-email
🔗: md-to-react-email-3.0.3

Full Changelog: v3.0.1...v3.0.3

Version 3.0.1 release

04 Jul 13:18
Compare
Choose a tag to compare

v3.0.1 release version of md-to-react-email
🔗: md-to-react-email-3.0.1

Full Changelog: v2.0.2...v3.0.0

Full Changelog: v3.0.0...v3.0.1