All Versions
19
Latest Version
Avg Release Cycle
37 days
Latest Release
1266 days ago

Changelog History
Page 2

  • v4.5.0 Changes

    September 17, 2019

    🔋 Features

    • 👍 Allow social elements without links to make simple image-text lists (thanks @krystof-k)
    • ⚠ Trigger validation warning when mj-include file is not found (#1689)
    • Mj-text line-height accepts negative values (#1639)
    • Prefix some css classes with mj- (#1620)

    🛠 Fixes

    • ⚡️ Update to latest Yargs to resolve vulnerable transient dependencies (thanks @hermanbanken)
    • 🛠 Fix auto generated column classes conflicts

    Minor breaking changes

    • 🛠 Due to the fix of the auto generated column classes, 3 columns with no width specified will now have a css class mj-column-per-33-333333333333336 instead of mj-column-per-33. Also, the outlook-group-fix and full-width-mobile classes have been prefixed with mj-. Be careful if you used those in a css selector.
    • Due to the "social elements without links" feature, a mj-social-element with neither name nor href will no longer have a <a> tag around it.
  • v4.4.1

    July 30, 2019
  • v4.4.0 Changes

    July 17, 2019

    🔋 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)
  • v4.4.0-beta.3 Changes

    July 02, 2019

    🛠 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 )
  • v4.4.0-beta.2 Changes

    May 24, 2019

    🔋 Features

    • 👌 Improve mj-button clickable zone when fixed width
    • 👍 allow to specify base path for mj-includes in cli (#1546)
    • doc to ignore content during minification (#1527)
    • 📚 Other documentation updates

    🛠 Fixes

    • ⬆️ 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)
  • v4.4.0-beta.1 Changes

    February 18, 2019

    🔋 Features

    • Mj-buttons are now Fully clickable ! (except on outlook)(Thanks to @hellocosmin !)
    • 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

    🛠 Fixes

    • 🛠 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)
  • v4.3.1 Changes

    January 08, 2019

    🛠 Fixes

    • Flush all the rendered html to stdout before exiting in mjml-cli (#1461) (thanks @sangaline!)
    • Validation: accept mj-raw everywhere except in endingTags
    • 🛠 Migrate can now handle mj-social networks suffixes like :url from mjml v3
  • v4.3.0 Changes

    January 03, 2019

    🔋 Features

    • ➕ Added title attribute on social img (#1447)
    • Mjml-migrate now has a beautify option
    • 🛠 Mjml-validator: small fixes, greatly improved flexibility when used standalone
    • 📚 Multiple documentation improvements

    🛠 Fixes

    • 🛠 Fix parsing when a single line endingTag contains an opening tag (#1358)
    • 📌 Pinned all internal mjml dependencies versions (#1442)
  • v4.2.1 Changes

    November 26, 2018

    🔋 Features

    • paddings on social icon and text (#1384)
    • 👌 support font-weight on style on social (#1412)
    • 👍 Allow minifyOptions (#1405) and fonts to be set from cli

    🛠 Fixes

    • rm other exports from mjml to fix require('mjml') (#1387)
    • hero children width shouldnt depend on siblings (#1357)
    • most errors will be directed to stderr instead of stdout (#1342)
    • 🛠 minor doc fixes (#1432)
    • Declare missing dependencies on babel-runtime
    • 📄 order attributes alphabetically in docs (#1385)