Skip to content

Releases: mjmlio/mjml

v4.15.2

29 Jan 16:32
Compare
Choose a tag to compare

v4.15.0

29 Jan 13:37
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

New

Fixes

Documentation

New Contributors

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

v4.13.0

19 Aug 07:53
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Features

Fixes