You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ColumnElement such as text, image, list, ... now supports container-background-color
MJML support Open Sans, Droid Sans, Lato and Roboto fonts and, fonts are imported only when used
Add support to share and non-share url for mj-social, add :url to disable share link for a social network : <mj-social display="twitter:url facebook google:url" />
New components
mj-invoice : Display a table of items with calculated total price.
mj-table : This tag allows you to display table and filled it with data.
mj-location : Display a Google Maps location link
Bug fixes
mj-raw tags should no longer parse incorrect tags, see #25
Custom MJ Element with empty content or string content no longer make MJML crash, see #62
mj-button default attributes has been updated to match other element, see #109 and #69