Mjml Versions Save

MJML: the only framework that makes responsive-email easy

v4.15.2

2 months ago

v4.15.0

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/mjmlio/mjml/compare/v4.14.1...v4.15.0

v4.14.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/mjmlio/mjml/compare/v4.14.0...v4.14.1

v4.14.0

1 year ago

What's Changed

New

Fixes

Documentation

New Contributors

Full Changelog: https://github.com/mjmlio/mjml/compare/v4.13.0...v4.14.0

v4.13.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/mjmlio/mjml/compare/v4.12.0...v4.13.0

v4.12.0

2 years ago

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

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/mjmlio/mjml/compare/v4.10.4...v4.11.0

v4.10.3

2 years ago

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

2 years ago

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

  • Documentation updates (thanks @GarryFlemings, @timo-reymann)

v4.10.1

2 years ago

Features

  • Add role attribute to mj-table (fixes #2303, thanks @mohamedsalem401)
  • Add role: 'presentation' on mj-section's table (thanks @mohamedsalem401)

Fixes

  • Require newer babel runtime (fixes #2299, thanks @doits)
  • Documentation update (thanks @GarryFlemings)