MJML v4.6.0 Release Notes

Release Date: 2020-03-03 // about 4 years ago
  • ๐Ÿ”‹ Features

    • โž• Add preprocessors to mjml parser - Fixes #42, #874, #457, #459 (thanks @XBeg9)
    • โž• Add "inner-background-color" to mj-column to improve gutter. You can set different background-colors for padding and content. Also adds "inner-border" and "inner-border-radius".
    • โž• Add "letter-spacing" attribute to mj-button (thanks @milap1296)
    • โž• Add "usemap" attribute to mj-image (thanks @vinikira)

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix #1628 --filePath option accepts directories. Also, fix watch of nested includes when filePath is specified.
    • ๐Ÿ›  Fix #1670 mj-accordion fallback for Thunderbird (thanks @bertho-zero)
    • ๐Ÿ›  Fix #1801 dont escape url when "baseUrl" is set on mj-navbar
    • ๐Ÿ›  Fix mj-group background-color on outlook 2016 - set bgcolor on table (thanks @btd)
    • ๐Ÿ›  Fix invalid font-size value on p tag on mj-divider (thanks @allentsai93)
    • ๐Ÿ›  Fix #1848 cli --version alias
    • ๐Ÿ‘ Allow "border-radius" to be percentage or px based on several components (thanks @zslabs)
    • ๐Ÿ›  Fix http links in code examples (thanks @edjw)
    • ๐Ÿ“š Multiple documentation improvements (thanks @GarryFlemings, @toantqt, @petetnt, @allanlewis, @davidsneighbour)