Skip to content

0.8.0

Compare
Choose a tag to compare
@FelixSchwarz FelixSchwarz released this 25 Aug 19:13
· 62 commits to main since this release

This is a significant release which fixes quite a few annoying issues with HTML inside <mj-text> (e.g. stripped white space, html entities).

  • parse MJML using BeautifulSoup4 which fixes several issues with HTML inside
    mj-text (e.g. HTML entities, missing white space) (Casey Holzer)
  • prevent exception when trying to set padding for <mj-column> (reported by Peter Coles)
  • fix setting width attribute for mj-button (spotted by Michael Romanenko)
  • support css inlining (via inlineStyle) if "css_inline" is installed (Casey Holzer)

New Contributors: