MJML v4.7.1 Release Notes
Release Date: 2020-09-30 // about 4 years ago-
๐ Fixes
- โ add attributes on
mj-accordion-text
(thanks @brunohkbx) - ๐ fix regression on migrate (thanks @DRoet)
- โ add attributes on
Previous changes from v4.7.0
-
๐ 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)