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

Changelog History
Page 1

  • v4.7.1 Changes

    September 30, 2020

    ๐Ÿ›  Fixes

    • โž• add attributes on mj-accordion-text (thanks @brunohkbx)
    • ๐Ÿ›  fix regression on migrate (thanks @DRoet)
  • v4.7.0 Changes

    September 18, 2020

    ๐Ÿ”‹ Features

    • โž• Add a new head component, mj-html-attributes, which allows to add any attribute on the generated html tags using css selectors
    • โž• Add support of 'cover' and 'contain' on background-size for mj-section and mj-wrapper (thanks @Alexnortung), and other small improvements of background-images on outlook.
    • Return the mjml json structure (thanks @DRoet)
    • ๐Ÿ“ฆ Include directory for monorepo packages (thanks @iamandrewluca)
    • โž• Add support of 'srcset' on mj-social-element (thanks @rickytranmer)
    • โž• Add support of 'sizes' on mj-image and mj-social-element (thanks @rickytranmer)
    • โž• Add support of 'letter-spacing' on multiple components
    • Automatically normalize lodash imports (thanks @TrySound)
    • ๐Ÿ”ฆ Expose 'ignoreIncludes' option

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix mjml-migrate dependencies versions (thanks @TrySound)
    • ๐Ÿ”„ Change to new twitter share link (thanks @kitfit-dave)
    • ๐Ÿ›  Fix support of 'font-style' on mj-navbar-link (thanks @kevingermain)
    • ๐Ÿ›  Fix to allow empty attributes
    • โฌ†๏ธ Upgrade yargs and drop commander (thanks @TrySound)
    • โšก๏ธ Update juice version (thanks @TrySound)
    • ๐Ÿ›  Fix validate command to use the default base directory (thanks Yuri Guilherme)
    • โœ‚ Remove extra argument in call to borderParser (thanks @FelixSchwarz)
    • Code improvements (thanks @TrySound, @DRoet)
    • ๐Ÿ“š Documentation improvements (thanks @GarryFlemings)
    • ๐Ÿ“š Documentation fixes (thanks @kevingermain, @dmgawel)
  • v4.7.0-beta.2 Changes

    August 28, 2020

    ๐Ÿ”‹ Features

    • Return the mjml json structure (thanks @DRoet)
    • ๐Ÿ“ฆ Include directory for monorepo packages (thanks @iamandrewluca)

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix #1942 mj-html-attribute cause trailing </link></meta>
    • ๐Ÿ›  Fix to allow empty attributes
    • โฌ†๏ธ Upgrade yargs and drop commander (thanks @TrySound)
    • ๐Ÿ›  Fix validate command to use the default base directory (thanks Yuri Guilherme)
    • โœ‚ Remove extra argument in call to borderParser (thanks @FelixSchwarz)
    • Code improvements (thanks @TrySound, @DRoet)
    • ๐Ÿ“š Documentation improvements (thanks @GarryFlemings)
  • v4.7.0-beta.1

    May 29, 2020
  • v4.7.0-beta.0

    May 27, 2020
  • v4.6.3 Changes

    May 05, 2020
    • ๐Ÿ›  Fix ignoreIncludes, and expose this option on mjml2html
  • v4.6.2

    March 04, 2020
  • v4.6.1 Changes

    March 03, 2020

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix cli's --watch when no --config options defined
  • v4.6.0 Changes

    March 03, 2020

    ๐Ÿ”‹ 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)
  • v4.5.1 Changes

    September 27, 2019

    ๐Ÿ›  Fixes

    • ๐Ÿ›  fix minify outlook conditionals. Regex could hang forever when many spaces in the last tag inside a conditional.