All Versions
19
Latest Version
Avg Release Cycle
37 days
Latest Release
1638 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.