All Versions
19
Latest Version
Avg Release Cycle
37 days
Latest Release
1662 days ago
Changelog History
Page 1
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)
- โ add attributes on
-
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
- ๐ Fix cli's
-
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.