Skip to content

v4.10.0

Compare
Choose a tag to compare
@kmcb777 kmcb777 released this 17 Jun 14:32
· 107 commits to master since this release

Features

  • Add documentation for community component msobutton, (thanks @adrien Zinger)

Fixes

  • Fix background image in mj-section for Yahoo and AOL. (fixes #2098, thanks @Pharmasolin)
  • Added missing tags in mjml-hero, mjml-button, mjml-social (thanks @Pharmasolin)
  • removed useless "tagOmission" property on some components (thanks @GarryFlemings)
  • Update cheerio (thanks @pfmnzone)
  • Documentation improvements (thanks @GarryFlemings)

Potential breaking changes

  • The missing tbody tags that were added on mjml-hero, mjml-button and mjml-social might require a change in the css selectors, i.e. if you used a mj-style with .css-class > table > tr you'll need to add the tbody in the selector.