Skip to content

Releases: mjmlio/mjml

v4.15.0

29 Jan 13:37

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.14.1...v4.15.0

v4.14.1

11 Apr 09:34

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.14.0...v4.14.1

v4.14.0

05 Apr 09:51

Choose a tag to compare

What's Changed

New

Fixes

Documentation

  • [DOC] Update docs with note about vertical align bug by @altescape in #2472
  • [DOC] Add doc for mjml-chartjs community component by @typpo in #2487
  • [DOC] Fix doc about the fonts option. by @tdelmas in #2522
  • [DOC] Add list of ports and wrappers to the documentation by @SebastianStehle in #2510
  • [DOC] improve mj-text doc by @mifi in #2492
  • [DOC] Documentation (Ports) - MJML.NET Details Updated by @LiamRiddell in #2530
  • [DOC] Add Neos CMS in the tooling section by @jonnitto in #2552
  • [DOC] style: make align option consistent by @pahan35 in #2370
  • [DOC] style!: comment about removed atom hint plugin by @darioesp in #2624
  • [DOC] useMjmlConfigOptions doc description by @tiwilliam in #2621
  • [DOC] fix juiceOptions option name in documentation by @preaction in #2617
  • [DOC] mjml-react home by @IanEdington in #2639

New Contributors

Full Changelog: v4.13.0...v4.14.0

v4.13.0

19 Aug 07:53

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.12.0...v4.13.0

v4.12.0

26 Jan 15:08

Choose a tag to compare

Features

  • allow to add text before doctype (#2146)
  • allow to use a .mjmlconfig.js, allow to provide preprocessors in mjmlconfig.js (#2249)
  • expose mjml file path in components props (#2344)

Fixes

  • watch on non mjml includes (#2261)
  • better error message when malformed mjml (#2372)

v4.11.0

25 Nov 15:27

Choose a tag to compare

What's Changed

  • Allow functions to be added as styles in head by @vidhu in #2377

New Contributors

Full Changelog: v4.10.4...v4.11.0

v4.10.3

10 Sep 14:46

Choose a tag to compare

Features

  • Update @babel/runtime dependency on all packages (thanks @doits)

Fixes

  • Documentation fix (thanks @GarryFlemings)
  • Docs and linter corrections for invalid / missing attributes (fixes #2352, thanks @BenjaminNolan)
  • Add title missing attribute on mj-button

v4.10.2

21 Jul 17:09

Choose a tag to compare

Features

  • Add cli flag to omit file header comment on stdout (fixes #2039, thanks @timo-reymann)
  • Allow components that use the color validator on an attribute without a default value (fixes #1955, #2315, thanks @chadfurman)
  • Support "inherit" color (thanks @chadfurman)
  • Update dependencies

Fixes

v4.10.1

24 Jun 14:29

Choose a tag to compare

Features

Fixes

v4.10.0

17 Jun 14:32

Choose a tag to compare

Features

  • Add documentation for community component msobutton, (thanks @adrien Zinger)

Fixes

  • Fix background image in mj-section for Yahoo and AOL. (fixes #2098, thanks @Pharmasolin)
  • Added missing tags in mjml-hero, mjml-button, mjml-social (thanks @Pharmasolin)
  • removed useless "tagOmission" property on some components (thanks @GarryFlemings)
  • Update cheerio (thanks @pfmnzone)
  • Documentation improvements (thanks @GarryFlemings)

Potential breaking changes

  • The missing tbody tags that were added on mjml-hero, mjml-button and mjml-social might require a change in the css selectors, i.e. if you used a mj-style with .css-class > table > tr you'll need to add the tbody in the selector.