Releases: mjmlio/mjml
Releases · mjmlio/mjml
1.3.0-beta4
- Clean code
- Fix CDATA for
mj-raw - Fix
font-sizeformj-html - Use
widthformj-divider
1.3.0-beta3
- MJML support Open Sans, Droid Sans, Lato and Roboto fonts
- Fonts are imported only when it is used
mj-column'svertical-alignis now applied on outlook too see #7
1.3.0-beta
- MJML can now be used in a isomorphic environment !
mj-rawtags 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-buttondefault attributes has been updated to match other element, see #109 and #69max-widthonmj-imagehas been removed see #86coloris no longer inherited and see #105mj-socialnow have a padding between fortext-modefalsemjmlcli supports i/o streams see #91
1.2.1
1.2.0
- Padding syntax rework
- Elements with padding can now be written with
paddingsyntax inpx, e.g.padding: 20px 0is now a valid thing! padding-left|-top|-right|-bottomnow overridepaddingdefinition : Hello` will now have a top padding of 35px and a bottom padding of 20px
- Elements with padding can now be written with
mj-socialreceive a heavy lifting thanks to @hteumeuleu 's work- New syntax: you can now reorder and choose what social network you want to display.
<mj-social display="twitter facebook google" />will display only twitter, facebook and google, in this particular order. base-urlhas been added to allow self-hosted icons
- New syntax: you can now reorder and choose what social network you want to display.
mj-sectionsupportstext-align- Fixed a crash when empty
mj-text
Body width, Column background Color
- Adding
widthproperty onbody - Now
columnsupportsbackground-color! - Fix a render issue with
imageon iOs
Remove HTMLTidy
- No more escaped characters caused by htmltidy
- Margin on
divideris now fixed
Bug fixes + typos
- Update MjDivider for a better render on Outlook & Gmail
- MjImage should behave better with no
widthattributes - Added a default
background-sizeon section to render properly - Update lint rules
Cli fix
- Typo in command line interface: fixed
1st Release
- Command line tool
- Node library