Features
- MJ Button supports ghost buttons #116 ! + some new attributes on it (
inner-padding text-transform
) - Mj Font to import custom font when used #80
- Mj Title to set HTML title !
- Mj Table has some new attributes (
cellpadding cellspacing
see #202 ) - Mj Image has now
border-radius
( not supported everywhere ) andtitle
attributes - Mj Include allows you to import partial MJML file
- Mj Head Attributes has now a
mj-all
that update style for every MJML component
API Update
- No more
setMjCssClasses
orsetDefaultAttributes
, they are now properties on MJMLRenderer - ColumnElement is no longer needed
- Default HTML container can now be modified by Mj-Head elements
Fixes
- Cli now adding
.html
only if output html has no extension see #262 - Multiple MJ-Classes should now work as intended
- Element as MjText/MjImage... can be rendered outside a
mj-column
without surroundingtd
- Errors from
.mjmlconfig
give now more relevant informations