-
Notifications
You must be signed in to change notification settings - Fork 966
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MJML 3 #321
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Conflicts: # doc/config.json # packages/mjml-button/src/index.js # packages/mjml-core/package.json # packages/mjml-core/src/MJMLRenderer.js # packages/mjml-group/src/index.js # packages/mjml-head-attributes/README.md # packages/mjml-head-attributes/src/index.js # packages/mjml-head-font/README.md # packages/mjml-head-font/src/index.js # packages/mjml-head-title/README.md # packages/mjml-head-title/src/index.js # packages/mjml-hero/src/Hero.js # packages/mjml-hero/src/HeroContent.js # packages/mjml-html/src/index.js # packages/mjml-image/src/index.js # packages/mjml-invoice/src/Invoice.js # packages/mjml-list/src/index.js # packages/mjml-location/src/index.js # packages/mjml-navbar/src/InlineLinks.js # packages/mjml-navbar/src/Link.js # packages/mjml-navbar/src/Navbar.js # packages/mjml-table/src/index.js # packages/mjml-text/src/index.js # packages/mjml/test.js
Closed
…idate in cli + remove component in mjml cli
# Conflicts: # packages/mjml-column/src/index.js
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Features
mjml-validator
provides validation to MJML documents with 3 levels ( skip/soft/strict)mj-style
enables users to add CSS in the head that will be inlined in the generated HTMLmj-section
andmj-column
now support the long awaitedborder
(+top/left/right/bottom) attributes (container
needs more work)mj-social
now supports theinner-padding
attribute to add padding between social networksmj-font
now enables users to override default MJML fontsmj-button
now supports theborder-top/right/bottom/left
,width
andheight
attributesmj-section
now support thedirection
attribute to change the way columns display on desktopFixes
mj-include
[Feature request]: Nested mj-include components #337.mjml
is truely optional formj-include
.mjmlconfig
(relative path should now work)mj-group
now correctly supportsbackground-color
and should render well in outlook 2000/2003