MJML v4.4.0 Release Notes

Release Date: 2019-07-17 // almost 5 years ago
  • ๐Ÿ”‹ Features

    • Mj-buttons are now Fully clickable ! (except on outlook)(Thanks to @hellocosmin !)
      Fully clickable when width is in px, when width is in % only the inner-padding is clickable
    • Mj-image: Fix Alt Text, allow font-size and max-height attribute (thanks @Zelltron)
    • ๐Ÿ‘ Allow to preserve tags from being altered by juice when inlining css (#1450)
    • โž• Add an option to disable migration warnings
    • ๐Ÿ‘ allow to specify base path for mj-includes in cli (#1546)
    • doc to ignore content during minification (#1527)
    • ๐Ÿ“š Other documentation updates

    ๐Ÿ›  Fixes

    • ๐Ÿ›  fix parser issue when failed include (#1607)
    • ignore raw elements in column width calculation in mj-group (#1621)
    • โœ‚ remove old windows phone 8 fix , remove old outlook fixes, lowercase Margin (#1619, #1618, #1614 thanks @hteumeuleu)
    • ๐Ÿ”’ Bump chokidar & juice to resolve a security vulnerability (thanks @schmod)
    • https for carousel arrows img urls (thanks @sylvaindumont )
    • โฌ†๏ธ Upgrade chokidar to fix braces CVE (#1516 thanks @Sparticuz)
    • ๐Ÿ›  Fix cli output path calculation with \ separators (windows)
    • ๐Ÿšš Move cross-env into devDependencies (thanks @nexdrew)
    • ๐Ÿ– handle auto value in unit validation, allow it in mj-image height (#1538)
    • set mj-column font-size to 0 (#1560)
    • โœ‚ remove cellpadding and cellspacing from mj-table style
    • ๐Ÿ‘ Allow 2 values for inner-padding on mj-button and mj-social (thanks @aew)
    • ๐Ÿ›  Fix Navbar ico-align attribute (#1495)
    • Don't migrate null values when migrating a json template
    • ๐Ÿ›  Fix validation regex, allow unitless line-height and paddings on navbar
    • ๐Ÿ›  Fix for ipad display block on social image (#1441)
    • 0๏ธโƒฃ Hero width defaults to container width (#1632)