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.