author
int64
658
755k
date
stringlengths
19
19
timezone
int64
-46,800
43.2k
hash
stringlengths
40
40
message
stringlengths
5
490
mods
list
language
stringclasses
20 values
license
stringclasses
3 values
repo
stringlengths
5
68
original_message
stringlengths
12
491
424,171
28.04.2020 13:46:24
-7,200
65e9e076be1e76a0f94c33645b14048d1ef375b8
lint, cleanup
[ { "change_type": "MODIFY", "old_path": "packages/mjml-core/src/index.js", "new_path": "packages/mjml-core/src/index.js", "diff": "@@ -193,7 +193,6 @@ export default function mjml2html(mjml, options = {}) {\n}\n}\n-\nconst applyAttributes = mjml => {\nconst parse = (mjml, parentMjClass = '') => {\nco...
JavaScript
MIT License
mjmlio/mjml
lint, cleanup
424,171
28.04.2020 14:05:46
-7,200
743493c88e2b82a0ecd9ba66def9854644403908
fix expose ignoreIncludes option
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -136,10 +136,12 @@ option | unit | description | default value\n-------------|--------|--------------|---------------\nfonts | object | Default fonts imported in the HTML rendered by HTML | See in [index.js](htt...
JavaScript
MIT License
mjmlio/mjml
fix #1886 expose ignoreIncludes option
424,167
30.04.2020 03:30:28
18,000
24322e1c209e91dc553d96ca09cd9d8efc36e97f
fix-1889, `mj-button` attribute table lacks an entry for `letter-spacing`
[ { "change_type": "MODIFY", "old_path": "packages/mjml-button/README.md", "new_path": "packages/mjml-button/README.md", "diff": "@@ -46,6 +46,7 @@ font-weight | number | text thickness\nheight | px | button height | n/a\nhref | link | link to be triggered when the button is clicked | n/a\ninner-paddi...
JavaScript
MIT License
mjmlio/mjml
fix-1889, `mj-button` attribute table lacks an entry for `letter-spacing`
424,171
05.05.2020 17:03:52
-7,200
21034a7187f2bda4b0d66e7a1c63314c88dce71a
fix ignoreIncludes
[ { "change_type": "MODIFY", "old_path": "packages/mjml-parser-xml/src/index.js", "new_path": "packages/mjml-parser-xml/src/index.js", "diff": "@@ -179,7 +179,9 @@ export default function MJMLParser(xml, options = {}, includedIn = []) {\nconst line = findLastIndex(lineIndexes, i => i <= parser.startIn...
JavaScript
MIT License
mjmlio/mjml
fix ignoreIncludes
424,171
05.05.2020 17:04:29
-7,200
30e29ed2cdaec8684d60a6d12ea07b611c765a12
expose ignoreIncludes on mjml2html
[ { "change_type": "MODIFY", "old_path": "packages/mjml-core/src/index.js", "new_path": "packages/mjml-core/src/index.js", "diff": "@@ -82,6 +82,7 @@ export default function mjml2html(mjml, options = {}) {\nkeepComments,\nminify = false,\nminifyOptions = {},\n+ ignoreIncludes = false,\njuiceOptions = ...
JavaScript
MIT License
mjmlio/mjml
expose ignoreIncludes on mjml2html
424,167
09.05.2020 23:37:51
18,000
72436a044792fdf981a487cd51c7d75f70387def
fix remove "vertical-align" for mj-wrapper, docs-only In `mj-wrapper` documentation attribute table, removes line for `vertical-align`.
[ { "change_type": "MODIFY", "old_path": "packages/mjml-wrapper/README.md", "new_path": "packages/mjml-wrapper/README.md", "diff": "@@ -67,4 +67,3 @@ padding-left | px | section left offset | n/a\npadding-right | px | section right offset | n/a\npadding-top | px | section top offset | n/a\ntext-align ...
JavaScript
MIT License
mjmlio/mjml
fix #1897, remove "vertical-align" for mj-wrapper, docs-only In `mj-wrapper` documentation attribute table, removes line for `vertical-align`.
424,171
11.05.2020 14:42:20
-7,200
ff04226ed0d6fa63912621b51a2815021af216ba
fix add letter-spacing on NavbarLink, fix allowed unit on other components
[ { "change_type": "MODIFY", "old_path": "packages/mjml-button/README.md", "new_path": "packages/mjml-button/README.md", "diff": "@@ -46,7 +46,7 @@ font-weight | number | text thickness\nheight | px | button height | n/a\nhref | link | link to be triggered when the button is clicked | n/a\ninner-paddi...
JavaScript
MIT License
mjmlio/mjml
fix #1883 add letter-spacing on NavbarLink, fix allowed unit on other components
424,245
14.05.2020 10:29:48
-7,200
48e9b4531dc906a12ef6b18cee6056d8658a25c4
fix wrapper docs for background-url background-image property was mistakenly used instead of background-url when describing Outlook issue.
[ { "change_type": "MODIFY", "old_path": "packages/mjml-wrapper/README.md", "new_path": "packages/mjml-wrapper/README.md", "diff": "@@ -43,7 +43,7 @@ changed to 100%.\n<aside class=\"notice\">\nIf you're using a background-url on a `mj-wrapper` then do not add one into a section within the mj-wrapper....
JavaScript
MIT License
mjmlio/mjml
fix wrapper docs for background-url background-image property was mistakenly used instead of background-url when describing Outlook issue.
424,257
18.05.2020 10:55:40
-36,000
eb1101b178dc36b3514e70d9c9c4d68833a5e229
Wrong default value for padding on mj-navbar-link
[ { "change_type": "MODIFY", "old_path": "packages/mjml-navbar/README.md", "new_path": "packages/mjml-navbar/README.md", "diff": "@@ -106,7 +106,7 @@ font-style | string | normal/italic/oblique\nfont-weight | number | text thickness | n/a\nhref | string | link to redirect to on click | n/a\nline-heigh...
JavaScript
MIT License
mjmlio/mjml
Wrong default value for padding on mj-navbar-link
424,257
19.05.2020 15:11:41
-36,000
4d98e23dc24f3121405b2cc2e32a9d6aea796d2f
font-style in the docs but not in the code
[ { "change_type": "MODIFY", "old_path": "packages/mjml-navbar/src/NavbarLink.js", "new_path": "packages/mjml-navbar/src/NavbarLink.js", "diff": "@@ -9,6 +9,7 @@ export default class MjNavbarLink extends BodyComponent {\ncolor: 'color',\n'font-family': 'string',\n'font-size': 'unit(px)',\n+ 'font-styl...
JavaScript
MIT License
mjmlio/mjml
font-style in the docs but not in the code
424,250
23.05.2020 21:00:14
21,600
c3bc5f3fd4b6a580221227b5468203f6ddc892e6
feat: add srcset to mj-social-element
[ { "change_type": "MODIFY", "old_path": "packages/mjml-social/src/SocialElement.js", "new_path": "packages/mjml-social/src/SocialElement.js", "diff": "@@ -112,6 +112,7 @@ export default class MjSocialElement extends BodyComponent {\npadding: 'unit(px,%){1,4}',\n'text-padding': 'unit(px,%){1,4}',\nsrc...
JavaScript
MIT License
mjmlio/mjml
feat: add srcset to mj-social-element
424,250
24.05.2020 09:33:09
21,600
0534d22edd6fb398addb32eee7757b283de97667
add srcset to mj-social docs
[ { "change_type": "MODIFY", "old_path": "packages/mjml-social/README.md", "new_path": "packages/mjml-social/README.md", "diff": "@@ -92,6 +92,7 @@ padding-top | px | top offset |\nicon-padding | px | padding around the icon | 0px\ntext-padding | px | padding around the text | 4px 4px 4px 0\nsrc | url...
JavaScript
MIT License
mjmlio/mjml
add srcset to mj-social docs
424,250
24.05.2020 15:50:17
21,600
a08bc282df9eb53fe97ff8ce4e64dd05b52135dd
add sizes attribute to mj-image and mj-social-element
[ { "change_type": "MODIFY", "old_path": "packages/mjml-image/README.md", "new_path": "packages/mjml-image/README.md", "diff": "@@ -39,6 +39,7 @@ padding-left | px | left offset |\npadding-right | px | right offset | n/a\npadding-top | px | top offset | n/a\nrel | string | specify the rel attribute | ...
JavaScript
MIT License
mjmlio/mjml
add sizes attribute to mj-image and mj-social-element
424,213
25.05.2020 21:15:17
25,200
b7e570ebf28749703947c6eb05897590c5725eab
Add mjml-qr-code community component
[ { "change_type": "MODIFY", "old_path": "doc/config.json", "new_path": "doc/config.json", "diff": "\"mjml/packages/mjml-wrapper/README.md\",\n\"mjml/doc/community-components.md\",\n\"mjml/doc/mjml-chart.md\",\n+ \"mjml/doc/mjml-qr-code.md\",\n\"mjml/packages/mjml-validator/README.md\",\n\"mjml/doc/cr...
JavaScript
MIT License
mjmlio/mjml
Add mjml-qr-code community component
424,171
26.05.2020 17:55:48
-7,200
b699575fd3b7f13538f6b314f6bd8af115dba1e2
switch vscode link to mjmlio
[ { "change_type": "MODIFY", "old_path": "packages/mjml/README.md", "new_path": "packages/mjml/README.md", "diff": "@@ -60,7 +60,7 @@ Don't want to install anything? Use the free online editor!\nMJML comes with an ecosystem of tools and plugins, check out:\n- The [MJML App](https://mjmlio.github.io/mj...
JavaScript
MIT License
mjmlio/mjml
switch vscode link to mjmlio
424,171
26.05.2020 18:02:48
-7,200
edf406479df4ed08d246202bd005740e760e4540
switch other links to vscode extension
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -74,7 +74,7 @@ Don't want to install anything? Use the free online editor!\nMJML comes with an ecosystem of tools and plugins, check out:\n- The [MJML App](https://mjmlio.github.io/mjml-app/) (MJML is included)\...
JavaScript
MIT License
mjmlio/mjml
switch other links to vscode extension
424,211
27.05.2020 17:56:10
-7,200
0604a7f71c8d3750b90569918ec40214efa131be
Add Github Action to trigger documentation build
[ { "change_type": "ADD", "old_path": null, "new_path": ".github/workflows/build-documentation.yml", "diff": "+name: Build Documentation\n+\n+on:\n+ push:\n+ tags: ['*']\n+\n+jobs:\n+ buildDoc:\n+ runs-on: ubuntu-latest\n+ steps:\n+ - name: Trigger Documentation Build\n+ uses: peter-evans/repository-d...
JavaScript
MIT License
mjmlio/mjml
Add Github Action to trigger documentation build
424,171
27.05.2020 20:13:44
-7,200
52fbcfd433b6935bbf8f3d1c5de2ee92e701a473
lerna version
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"eslint-config-airbnb-base\": \"^11.3.2\",\n\"eslint-config-prettier\": \"^2.6.0\",\n\"eslint-plugin-import\": \"^2.7.0\",\n- \"lerna\": \"^3.20.2\",\n+ \"lerna\": \"^3.22.0\",\n\"opn\": \"^5.1.0\",\n\"prett...
JavaScript
MIT License
mjmlio/mjml
lerna version
424,178
27.05.2020 22:22:03
-7,200
5c7f7d7f2bd514f5fbdfcdbf9d4cda0489da8017
fix: resolve some merge conflicts and eslint errors
[ { "change_type": "MODIFY", "old_path": ".eslintignore", "new_path": ".eslintignore", "diff": "@@ -2,5 +2,6 @@ node_modules\nlib\npackages/mjml-core/src/types*\ntype.js\n+test-html-attributes.js\ntest.js\nbabel.config.js\n" }, { "change_type": "DELETE", "old_path": "packages/mjml-core/yar...
JavaScript
MIT License
mjmlio/mjml
fix: resolve some merge conflicts and eslint errors
424,178
17.05.2020 17:08:58
-7,200
43edaa51aa15a424aae696799a58f99758e11ee8
feat: use github actions as CI
[ { "change_type": "ADD", "old_path": null, "new_path": ".github/workflows/mjml-workflow.yml", "diff": "+name: Mjml CI\n+on: [push, pull_request]\n+jobs:\n+ build:\n+ runs-on: ubuntu-latest\n+ strategy:\n+ matrix:\n+ node-version: [10.x, 12.x]\n+ steps:\n+ - uses: actions/checkout@v2\n+ - name: Use No...
JavaScript
MIT License
mjmlio/mjml
feat: use github actions as CI
424,178
20.05.2020 09:49:41
-7,200
d851e22c494c1223e2c79fee0411fc324ccacb49
feat: add node 14.x
[ { "change_type": "MODIFY", "old_path": ".github/workflows/mjml-workflow.yml", "new_path": ".github/workflows/mjml-workflow.yml", "diff": "@@ -5,7 +5,7 @@ jobs:\nruns-on: ubuntu-latest\nstrategy:\nmatrix:\n- node-version: [10.x, 12.x]\n+ node-version: [10.x, 12.x, 14.x]\nsteps:\n- uses: actions/check...
JavaScript
MIT License
mjmlio/mjml
feat: add node 14.x
424,178
20.05.2020 09:55:50
-7,200
a0a8f6bd042dd38c00e19fa70a8a664206449b5a
feat: run yarn upgrade
[ { "change_type": "MODIFY", "old_path": "yarn.lock", "new_path": "yarn.lock", "diff": "dependencies:\n\"@babel/highlight\" \"^7.8.3\"\n-\"@babel/compat-data@^7.10.0\":\n- version \"7.10.0\"\n- resolved \"https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.10.0.tgz#1e9129ec36bc7cc5ec202801...
JavaScript
MIT License
mjmlio/mjml
feat: run yarn upgrade
424,178
20.05.2020 11:02:18
-7,200
9809f7869f19ef43b31e6bd2afd2a79c37f0a997
feat: replace build badge
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -10,8 +10,8 @@ If you're looking for MJML 3.3.X check [this branch](https://github.com/mjmlio/m\n</p>\n<p align=\"center\">\n- <a href=\"https://travis-ci.org/mjmlio/mjml\">\n- <img src=\"https://travis-ci.org/m...
JavaScript
MIT License
mjmlio/mjml
feat: replace build badge
424,171
29.05.2020 18:05:58
-7,200
454584ac7bdd555d07a9ee68eac514067e585368
fix mj-html-attributes validation
[ { "change_type": "MODIFY", "old_path": "packages/mjml-head-html-attributes/src/index.js", "new_path": "packages/mjml-head-html-attributes/src/index.js", "diff": "@@ -13,7 +13,10 @@ export default class MjHtmlAttributes extends HeadComponent {\nconst { path } = attributes\nconst custom = children\n- ...
JavaScript
MIT License
mjmlio/mjml
fix mj-html-attributes validation
424,171
11.08.2020 19:38:29
-7,200
0b9e2dbf5ff52c31e892988cd439ede7e506727b
fix dont process head with cheerio
[ { "change_type": "MODIFY", "old_path": "packages/mjml-core/src/index.js", "new_path": "packages/mjml-core/src/index.js", "diff": "@@ -300,6 +300,23 @@ export default function mjml2html(mjml, options = {}) {\ncontent = minifyOutlookConditionnals(content)\n}\n+ if (!isEmpty(globalDatas.htmlAttributes)...
JavaScript
MIT License
mjmlio/mjml
fix #1942 dont process head with cheerio
424,171
11.08.2020 19:38:52
-7,200
9fccb3a80e566479e56ece66fe8db18eaed98584
fix mj-html-attribute validation
[ { "change_type": "MODIFY", "old_path": "packages/mjml-head-html-attributes/README.md", "new_path": "packages/mjml-head-html-attributes/README.md", "diff": "@@ -28,7 +28,7 @@ In the generated html, a mj-text becomes a `td`, and a `div` inside this `td`. I\nTo use this component, you will likely have ...
JavaScript
MIT License
mjmlio/mjml
fix mj-html-attribute validation
424,186
18.08.2020 14:39:45
10,800
d61bc24ec9b8d93ef06a6f81a4f78bb8a02c080e
Fix validate command to use the default base directory
[ { "change_type": "MODIFY", "old_path": "packages/mjml-cli/src/client.js", "new_path": "packages/mjml-cli/src/client.js", "diff": "@@ -193,7 +193,11 @@ export default async () => {\ncompiled = { html: migrate(i.mjml, { beautify: true }) }\nbreak\ncase 'v': // eslint-disable-next-line no-case-declarat...
JavaScript
MIT License
mjmlio/mjml
Fix validate command to use the default base directory
424,159
01.09.2020 18:31:23
-10,800
37993b9127096f218cf023c209dda05ae32b9ce1
Remove unused attributes on mj-spacer
[ { "change_type": "MODIFY", "old_path": "packages/mjml-spacer/README.md", "new_path": "packages/mjml-spacer/README.md", "diff": "@@ -32,6 +32,3 @@ padding-bottom | px | bottom offset |\npadding-left | px | left offset | n/a\npadding-right | px | right offset | n/a\npadding-top | px | top offset | n/a...
JavaScript
MIT License
mjmlio/mjml
Remove unused attributes on mj-spacer Co-authored-by: Oleksandr Reshetnikov <Oleksandr.Reshetnikov@infopulse.com>
424,263
18.08.2020 11:31:34
-7,200
e8f46b373601f56ce5ecb566d7f806decc46ddef
added false and "" as enums for full-width Problem described in
[ { "change_type": "MODIFY", "old_path": "packages/mjml-section/src/index.js", "new_path": "packages/mjml-section/src/index.js", "diff": "@@ -19,7 +19,7 @@ export default class MjSection extends BodyComponent {\n'border-right': 'string',\n'border-top': 'string',\ndirection: 'enum(ltr,rtl)',\n- 'full-w...
JavaScript
MIT License
mjmlio/mjml
added false and "" as enums for full-width Problem described in https://github.com/mjmlio/mjml/issues/2008
424,167
15.09.2020 10:30:00
18,000
35248fc70b2b1e54eeac3fb03163d4854d19b13e
Update mj-font documentation
[ { "change_type": "MODIFY", "old_path": "packages/mjml-head-font/README.md", "new_path": "packages/mjml-head-font/README.md", "diff": "## mj-font\n-This tag allows you to import fonts if used in your MJML document\n+This tag imports fonts.\n+The tag has effect only if the template uses the font, too....
JavaScript
MIT License
mjmlio/mjml
Update mj-font documentation
424,167
15.09.2020 13:23:46
18,000
63e41f20b9cc34090068ef8b7ebb23f3139cd7fc
Mj spacer remove vertical align
[ { "change_type": "MODIFY", "old_path": "packages/mjml-spacer/src/index.js", "new_path": "packages/mjml-spacer/src/index.js", "diff": "@@ -15,7 +15,6 @@ export default class MjSpacer extends BodyComponent {\n'padding-right': 'unit(px,%)',\n'padding-top': 'unit(px,%)',\npadding: 'unit(px,%){1,4}',\n- ...
JavaScript
MIT License
mjmlio/mjml
Mj spacer remove vertical align
424,171
18.09.2020 16:31:51
-7,200
ffe2f3a5d67369beb5caee6e7455e8393e52259d
re-add fix for empty attributes
[ { "change_type": "MODIFY", "old_path": "packages/mjml-core/src/index.js", "new_path": "packages/mjml-core/src/index.js", "diff": "@@ -311,7 +311,7 @@ export default function mjml2html(mjml, options = {}) {\neach(globalDatas.htmlAttributes, (data, selector) => {\neach(data, (value, attrName) => {\n$(...
JavaScript
MIT License
mjmlio/mjml
re-add fix for empty attributes
424,190
23.09.2020 23:11:52
10,800
55f5bade906debdc480f8b5963ab5268602b38b0
feat(mj-accordion-text): add new attributes
[ { "change_type": "MODIFY", "old_path": "packages/mjml-accordion/README.md", "new_path": "packages/mjml-accordion/README.md", "diff": "@@ -121,6 +121,9 @@ color | n/a | text color | n/a\ncss-class | string | class name, added to the root HTML element created | n/a\nfont-family | n/a | font family | U...
JavaScript
MIT License
mjmlio/mjml
feat(mj-accordion-text): add new attributes
424,178
23.09.2020 23:55:30
-7,200
cbfc358cc0644f1e6ecb1ec723cecbdeffb95d7f
revert: Ignore restricted global fixes
[ { "change_type": "MODIFY", "old_path": "packages/mjml-migrate/src/migrate.js", "new_path": "packages/mjml-migrate/src/migrate.js", "diff": "@@ -25,7 +25,8 @@ function removeContainerTag(bodyTag) {\nconst listAttributes = (tag) => tag.attributes\nfunction addPx(value) {\n- if (!Number.isNaN(value) &&...
JavaScript
MIT License
mjmlio/mjml
revert: Ignore restricted global fixes https://github.com/mjmlio/mjml/issues/2040
424,199
01.10.2020 14:45:02
-3,600
9ee7dc2746b3dc4f1ea1a979cdd9c6807392ec34
Adjust skeleton to add word-spacing: normal to body of html
[ { "change_type": "MODIFY", "old_path": "packages/mjml-core/src/helpers/skeleton.js", "new_path": "packages/mjml-core/src/helpers/skeleton.js", "diff": "@@ -76,10 +76,9 @@ export default function skeleton(options) {\n}\n${headRaw.filter(negate(isNil)).join('\\n')}\n</head>\n- <body${\n- backgroundCol...
JavaScript
MIT License
mjmlio/mjml
Adjust skeleton to add word-spacing: normal to body of html
424,199
02.10.2020 15:57:29
-3,600
e4933c0b7b168ba5a0cc78a2736181f869c933ce
add condition within style tag to avoid repetition
[ { "change_type": "MODIFY", "old_path": "packages/mjml-core/src/helpers/skeleton.js", "new_path": "packages/mjml-core/src/helpers/skeleton.js", "diff": "@@ -76,10 +76,7 @@ export default function skeleton(options) {\n}\n${headRaw.filter(negate(isNil)).join('\\n')}\n</head>\n- <body${backgroundColor =...
JavaScript
MIT License
mjmlio/mjml
add condition within style tag to avoid repetition
424,167
20.10.2020 11:10:22
18,000
16eb8e404397c25211c450030f72bfca1c33a2c7
Remove ref to roadmap Remove ref to roadmap
[ { "change_type": "MODIFY", "old_path": "doc/tooling.md", "new_path": "doc/tooling.md", "diff": "@@ -20,4 +20,4 @@ Gulp is a tool designed to help you automate and enhance your workflow. Our plug\n## Contribute to the MJML ecosystem\nThe MJML ecosystem is still young and we're also counting on your h...
JavaScript
MIT License
mjmlio/mjml
Remove ref to roadmap Remove ref to roadmap
424,240
28.09.2020 21:06:03
14,400
32196f8710dd4a40ac9d57ae670f980f31eaa5b2
renderMJML supports sibling elements
[ { "change_type": "MODIFY", "old_path": "packages/mjml-core/src/createComponent.js", "new_path": "packages/mjml-core/src/createComponent.js", "diff": "@@ -72,6 +72,20 @@ class Component {\nrenderMJML(mjml, options = {}) {\nif (typeof mjml === 'string') {\n+ if (mjml.indexOf('<mjml>') === -1) {\n+ // ...
JavaScript
MIT License
mjmlio/mjml
renderMJML supports sibling elements
424,240
14.10.2020 16:44:07
14,400
f4f96f43aed13bfc3d6b786ff9648045adf6519f
Implement fragment suggestion
[ { "change_type": "MODIFY", "old_path": "packages/mjml-core/src/createComponent.js", "new_path": "packages/mjml-core/src/createComponent.js", "diff": "@@ -72,27 +72,17 @@ class Component {\nrenderMJML(mjml, options = {}) {\nif (typeof mjml === 'string') {\n- if (mjml.indexOf('<mjml>') === -1) {\n// s...
JavaScript
MIT License
mjmlio/mjml
Implement fragment suggestion
424,178
06.06.2020 10:04:06
-7,200
d4cf3f7bb11b0d3e9846119163f91c7e4060389e
feat: bump all dependencies
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"babel-eslint\": \"^10.1.0\",\n\"babel-plugin-add-module-exports\": \"^1.0.2\",\n\"babel-plugin-lodash\": \"^3.3.4\",\n- \"es6-promisify\": \"^5.0.0\",\n\"eslint\": \"^6.8.0\",\n\"eslint-config-airbnb-base\"...
JavaScript
MIT License
mjmlio/mjml
feat: bump all dependencies
424,178
06.06.2020 10:09:26
-7,200
6f7a0e734027d20d4096e504665d1814d00bf450
fix: use named import for htmlparser2
[ { "change_type": "MODIFY", "old_path": "packages/mjml-parser-xml/src/index.js", "new_path": "packages/mjml-parser-xml/src/index.js", "diff": "-import * as htmlparser from 'htmlparser2'\n+import { Parser } from 'htmlparser2'\nimport { isObject, findLastIndex, find } from 'lodash'\nimport { filter, ma...
JavaScript
MIT License
mjmlio/mjml
fix: use named import for htmlparser2
424,240
03.11.2020 09:00:32
18,000
16d938a9c632d6f9dc6d6331f6301e8cf0893bdd
Disable console linting errors
[ { "change_type": "MODIFY", "old_path": "packages/mjml-core/src/index.js", "new_path": "packages/mjml-core/src/index.js", "diff": "@@ -341,6 +341,7 @@ export default function mjml2html(mjml, options = {}) {\ncontent = mergeOutlookConditionnals(content)\nif (beautify) {\n+ // eslint-disable-next-line ...
JavaScript
MIT License
mjmlio/mjml
Disable console linting errors (#2076)
424,167
03.11.2020 08:01:30
21,600
c19a5decc9768c8d3e5962d1c25c7801641f1740
Add warning to mj-button
[ { "change_type": "MODIFY", "old_path": "packages/mjml-button/README.md", "new_path": "packages/mjml-button/README.md", "diff": "Displays a customizable button.\n+<aside class=\"notice\">\n+ The `mj-button` won't be fully clickable because of client support.\n+ See discussion at [Issue #359](https://...
JavaScript
MIT License
mjmlio/mjml
Add warning to mj-button
424,227
11.11.2020 22:57:43
-3,600
5c2cb704abb51630de0bb989edda4667c2635cbc
Add align attribute to divider
[ { "change_type": "MODIFY", "old_path": "packages/mjml-divider/README.md", "new_path": "packages/mjml-divider/README.md", "diff": "@@ -20,17 +20,17 @@ Displays a horizontal divider that can be customized like a HTML border.\n</a>\n</p>\n-attribute | unit | description | default value\n---------------...
JavaScript
MIT License
mjmlio/mjml
Add align attribute to divider
424,227
11.11.2020 23:09:38
-3,600
0156ae3002cc0504757d9c74b1abe367141b5713
Do not nest ternary expressions
[ { "change_type": "MODIFY", "old_path": "packages/mjml-divider/src/index.js", "new_path": "packages/mjml-divider/src/index.js", "diff": "@@ -29,17 +29,18 @@ export default class MjDivider extends BodyComponent {\n}\ngetStyles() {\n+ let computeAlign = '0px auto'\n+ if (this.getAttribute('align') === ...
JavaScript
MIT License
mjmlio/mjml
Do not nest ternary expressions
424,218
20.11.2020 10:40:09
-3,600
5538c40645774b18788c977c4adb1e6a244df054
add `@babel/runtime` dep directly to mjml
[ { "change_type": "MODIFY", "old_path": "packages/mjml/package.json", "new_path": "packages/mjml/package.json", "diff": "\"test\": \"node ./test/test-html-attributes.js\"\n},\n\"dependencies\": {\n+ \"@babel/runtime\": \"^7.8.7\",\n\"mjml-accordion\": \"4.7.1\",\n\"mjml-body\": \"4.7.1\",\n\"mjml-but...
JavaScript
MIT License
mjmlio/mjml
add `@babel/runtime` dep directly to mjml
424,167
01.12.2020 22:57:44
21,600
9ca17e88640363214c3eaeda5e240e8cdb4c2e38
mj-section_del_extra_aside A "warning" aside is duplicated early in packages/mjml-section/README.md. This deletes one of them. Further, this shortens the wording in that aside. It removes awkward wording and clarifies. It gets the same message across better. No change to any JavaScript file.
[ { "change_type": "MODIFY", "old_path": "packages/mjml-section/README.md", "new_path": "packages/mjml-section/README.md", "diff": "@@ -28,11 +28,7 @@ changed to 100%.\n</aside>\n<aside class=\"warning\">\n- Sections cannot be nested into sections. Also, any content in a section should also be wrapped...
JavaScript
MIT License
mjmlio/mjml
mj-section_del_extra_aside A "warning" aside is duplicated early in packages/mjml-section/README.md. This deletes one of them. Further, this shortens the wording in that aside. It removes awkward wording and clarifies. It gets the same message across better. No change to any JavaScript file.
424,201
27.11.2020 14:58:37
-7,200
46f1421d8cef9f1a2552f086cbeabf58e5d03410
Update index.js Added missing <tbody> after <table> tag in mj-column component
[ { "change_type": "MODIFY", "old_path": "packages/mjml-column/src/index.js", "new_path": "packages/mjml-column/src/index.js", "diff": "@@ -246,6 +246,7 @@ export default class MjColumn extends BodyComponent {\nwidth: '100%',\n})}\n>\n+ <tbody>\n${this.renderChildren(children, {\nrenderer: (component)...
JavaScript
MIT License
mjmlio/mjml
Update index.js Added missing <tbody> after <table> tag in mj-column component
424,171
15.12.2020 18:32:59
-3,600
16308caeb9290c635d5a091e125aa5cd0d0dd03c
fix cli minify and beautify
[ { "change_type": "MODIFY", "old_path": "packages/mjml-cli/src/client.js", "new_path": "packages/mjml-cli/src/client.js", "diff": "@@ -216,7 +216,7 @@ export default async () => {\nactualPath: i.file,\n})\nif (beautify) {\n- compiled = htmlBeautify(compiled, {\n+ compiled.html = htmlBeautify(compiled...
JavaScript
MIT License
mjmlio/mjml
fix cli minify and beautify
424,171
18.12.2020 14:51:04
-3,600
2e5de0305fb273b3987ac4a62b5cfedb95b6b85b
move mjml-browser into separate package
[ { "change_type": "MODIFY", "old_path": "package.json", "new_path": "package.json", "diff": "\"private\": true,\n\"scripts\": {\n\"build:watch\": \"lerna run build --parallel -- -- -w\",\n- \"build\": \"lerna run build --parallel\",\n+ \"build\": \"lerna run build --parallel --ignore mjml-browser\",\...
JavaScript
MIT License
mjmlio/mjml
move mjml-browser into separate package
424,171
22.12.2020 16:27:26
-3,600
d46dda3f76d09203765cefab293d71342d969b70
eslint disable no-console
[ { "change_type": "MODIFY", "old_path": "packages/mjml-browser/browser-mocks/fs.js", "new_path": "packages/mjml-browser/browser-mocks/fs.js", "diff": "module.exports = {\nreadFileSync: () => {\n- console.warn('fs should not be used in browser build')\n+ console.warn('fs should not be used in browser ...
JavaScript
MIT License
mjmlio/mjml
eslint disable no-console
424,201
25.12.2020 19:26:09
-7,200
c23535bb449310b1eeac9508102ff1b44e47b44c
Fixed background image bug in Yahoo and AOL (mjml-hero) closes
[ { "change_type": "MODIFY", "old_path": "packages/mjml-hero/src/index.js", "new_path": "packages/mjml-hero/src/index.js", "diff": "@@ -99,8 +99,6 @@ export default class MjHero extends BodyComponent {\n},\nhero: {\nbackground: this.getBackground(),\n- 'background-position': this.getAttribute('backgro...
JavaScript
MIT License
mjmlio/mjml
Fixed background image bug in Yahoo and AOL (mjml-hero) closes #2098
424,201
25.12.2020 20:40:56
-7,200
73a5aaaa8c122f027a5c432da81a06f115054624
Fixed mjml-spacer in outlook
[ { "change_type": "MODIFY", "old_path": "packages/mjml-spacer/src/index.js", "new_path": "packages/mjml-spacer/src/index.js", "diff": "@@ -26,6 +26,7 @@ export default class MjSpacer extends BodyComponent {\nreturn {\ndiv: {\nheight: this.getAttribute('height'),\n+ 'line-height': this.getAttribute('h...
JavaScript
MIT License
mjmlio/mjml
Fixed mjml-spacer in outlook
424,201
25.12.2020 21:02:12
-7,200
88fcc8b3d5d5323ed14b43006ea16441a1813e65
Fixed independent border properties, closes
[ { "change_type": "MODIFY", "old_path": "packages/mjml-image/src/index.js", "new_path": "packages/mjml-image/src/index.js", "diff": "@@ -56,10 +56,10 @@ export default class MjImage extends BodyComponent {\nreturn {\nimg: {\nborder: this.getAttribute('border'),\n- 'border-left': this.getAttribute('le...
JavaScript
MIT License
mjmlio/mjml
Fixed independent border properties, closes #1939
424,201
25.12.2020 21:09:08
-7,200
b8bdbb949379b1d47ccbe069bb025237365a405b
Removed conditionalTag import
[ { "change_type": "MODIFY", "old_path": "packages/mjml-spacer/src/index.js", "new_path": "packages/mjml-spacer/src/index.js", "diff": "import { BodyComponent } from 'mjml-core'\n-import conditionalTag from 'mjml-core/lib/helpers/conditionalTag'\n-\nexport default class MjSpacer extends BodyComponent ...
JavaScript
MIT License
mjmlio/mjml
Removed conditionalTag import
424,171
28.12.2020 17:28:35
-3,600
8c10d5257c0c183eeb275ae95ad763a5c8553657
fix align type and outlook (fix
[ { "change_type": "MODIFY", "old_path": "packages/mjml-divider/src/index.js", "new_path": "packages/mjml-divider/src/index.js", "diff": "@@ -81,7 +81,7 @@ export default class MjDivider extends BodyComponent {\n<!--[if mso | IE]>\n<table\n${this.htmlAttributes({\n- align: 'center',\n+ align: this.get...
JavaScript
MIT License
mjmlio/mjml
fix align type and outlook (fix #407)
424,171
28.12.2020 18:11:43
-3,600
a26fc83fb00386f7cb8f9bc768b7af202e34754b
image directionnal borders in doc
[ { "change_type": "MODIFY", "old_path": "packages/mjml-image/README.md", "new_path": "packages/mjml-image/README.md", "diff": "@@ -27,6 +27,10 @@ attribute | unit | description |\nalign | position | image alignment | center\nalt | string | image description | n/a\nborder | string | css border definit...
JavaScript
MIT License
mjmlio/mjml
image directionnal borders in doc
424,171
29.12.2020 15:27:18
-3,600
d991dde169d29179e8781331916526e1e3cc4416
add client-side in readme
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -147,6 +147,34 @@ minifyOptions | Options for html minifier, see [mjml-cli documentation](https://\nmjmlConfigPath | string | The path or directory of the `.mjmlconfig` file (for custom components use) | `proces...
JavaScript
MIT License
mjmlio/mjml
add client-side in readme
424,207
30.12.2020 13:52:44
-3,600
0850de2d53781a664ad4858a1b2797ec7f8448d7
Fixes TypeError when attributes is omitted in JSON-format input
[ { "change_type": "MODIFY", "old_path": "packages/mjml-validator/src/rules/validAttributes.js", "new_path": "packages/mjml-validator/src/rules/validAttributes.js", "diff": "@@ -15,7 +15,7 @@ export default function validateAttribute(element, { components }) {\n...Object.keys(Component.allowedAttribut...
JavaScript
MIT License
mjmlio/mjml
Fixes TypeError when attributes is omitted in JSON-format input
424,168
06.01.2021 15:43:24
18,000
d8b6132beb03ce1006ffde34cd7b5c160fa11c70
Made calculation changes within index.js Corrected calculation for getOutlookWidth within index.js so email padding is subtracted from the email width rather than the parsed width.
[ { "change_type": "MODIFY", "old_path": "packages/mjml-divider/src/index.js", "new_path": "packages/mjml-divider/src/index.js", "diff": "@@ -67,10 +67,9 @@ export default class MjDivider extends BodyComponent {\nswitch (unit) {\ncase '%':\n- return `${\n- (parseInt(containerWidth, 10) * parseInt(pars...
JavaScript
MIT License
mjmlio/mjml
Made calculation changes within index.js Corrected calculation for getOutlookWidth within index.js so email padding is subtracted from the email width rather than the parsed width.
424,173
22.01.2021 15:02:35
18,000
ce2de7e928fbe6c71ab84c16fe594d027d8007bf
fix(core): add default dependencies object
[ { "change_type": "MODIFY", "old_path": "packages/mjml-core/src/helpers/mjmlconfig.js", "new_path": "packages/mjml-core/src/helpers/mjmlconfig.js", "diff": "@@ -93,7 +93,7 @@ export function handleMjmlConfigComponents(\nregisterCompFn,\n)\nregisterDependencies(\n- (requiredComp.default || requiredCom...
JavaScript
MIT License
mjmlio/mjml
fix(core): add default dependencies object
424,173
22.01.2021 15:03:01
18,000
dfb4a5a1e856cf1f20114585840491e6fce7f42d
chore(validator): add type checking and warnings to dep assignment
[ { "change_type": "MODIFY", "old_path": "packages/mjml-validator/src/dependencies.js", "new_path": "packages/mjml-validator/src/dependencies.js", "diff": "export const assignDependencies = (target, ...sources) => {\n+ if (!sources) {\n+ return target\n+ }\n+\nfor (const source of sources) {\n+ if (ty...
JavaScript
MIT License
mjmlio/mjml
chore(validator): add type checking and warnings to dep assignment
424,173
22.01.2021 15:15:33
18,000
cb1a274c8570c06a7405c7694b367f3098d9ee09
fix(validator): invert tag type check + formatting
[ { "change_type": "MODIFY", "old_path": "packages/mjml-validator/src/dependencies.js", "new_path": "packages/mjml-validator/src/dependencies.js", "diff": "@@ -6,7 +6,7 @@ export const assignDependencies = (target, ...sources) => {\nfor (const source of sources) {\nif (typeof source === 'object' && so...
JavaScript
MIT License
mjmlio/mjml
fix(validator): invert tag type check + formatting
424,234
21.01.2021 09:40:59
-3,600
eba839b5c3f7640e972f472abc69c76d88019648
Docs: Fix relative Try-it-live links in the documentation
[ { "change_type": "MODIFY", "old_path": "doc/guide.md", "new_path": "doc/guide.md", "diff": "@@ -43,5 +43,5 @@ MJML has been designed with responsiveness in mind. The abstraction it offers gu\n<br />\n<br />\n<br />\n- <a href=\"/try-it-live/intro\"><img width=\"100px\" src=\"https://mjml.io/assets/i...
JavaScript
MIT License
mjmlio/mjml
Docs: Fix relative Try-it-live links in the documentation
424,246
11.02.2021 11:20:36
18,000
0b7f0f18d6e1c4453356b78f46f70ed7bac5190c
Update index.js deleted semicolons from getOutlookWidth
[ { "change_type": "MODIFY", "old_path": "packages/mjml-divider/src/index.js", "new_path": "packages/mjml-divider/src/index.js", "diff": "@@ -67,9 +67,9 @@ export default class MjDivider extends BodyComponent {\nswitch (unit) {\ncase '%':\n- const effectiveWidth = parseInt(containerWidth, 10) - paddin...
JavaScript
MIT License
mjmlio/mjml
Update index.js deleted semicolons from getOutlookWidth
424,246
11.02.2021 11:33:58
18,000
360921d269327677de2d5156bc78e6b11530f232
Update index.js Added missing curly brackets to getOutlookWidth
[ { "change_type": "MODIFY", "old_path": "packages/mjml-divider/src/index.js", "new_path": "packages/mjml-divider/src/index.js", "diff": "@@ -66,10 +66,11 @@ export default class MjDivider extends BodyComponent {\nconst { parsedWidth, unit } = widthParser(width)\nswitch (unit) {\n- case '%':\n+ case '...
JavaScript
MIT License
mjmlio/mjml
Update index.js Added missing curly brackets to getOutlookWidth
424,203
11.02.2021 20:06:06
-7,200
98d0bb50f7feecbb3426dd4671eed4f8d2add1b0
Add support for title attribute in mj-button This is added to the last element, a or p as the title attribute similarly to name. Closes
[ { "change_type": "MODIFY", "old_path": "packages/mjml-button/README.md", "new_path": "packages/mjml-button/README.md", "diff": "@@ -60,6 +60,7 @@ padding-right | px | right offset\npadding-top | px | top offset | n/a\nrel | string | specify the rel attribute for the button link | n/a\ntarget | strin...
JavaScript
MIT License
mjmlio/mjml
Add support for title attribute in mj-button This is added to the last element, a or p as the title attribute similarly to name. Closes #2175
424,203
11.02.2021 20:16:16
-7,200
badd8332a3fa5756ac7ac4afb93ff3de6bcdf18a
Fix attribute ordering in mj-button readme
[ { "change_type": "MODIFY", "old_path": "packages/mjml-button/README.md", "new_path": "packages/mjml-button/README.md", "diff": "@@ -60,9 +60,9 @@ padding-right | px | right offset\npadding-top | px | top offset | n/a\nrel | string | specify the rel attribute for the button link | n/a\ntarget | strin...
JavaScript
MIT License
mjmlio/mjml
Fix attribute ordering in mj-button readme
424,171
17.02.2021 19:27:32
-3,600
410771a7a77210fa3cb0b85006316710a472b86a
fix render mj-raw in mj-social
[ { "change_type": "MODIFY", "old_path": "packages/mjml-social/src/Social.js", "new_path": "packages/mjml-social/src/Social.js", "diff": "@@ -95,7 +95,10 @@ export default class MjSocial extends BodyComponent {\n<![endif]-->\n${this.renderChildren(children, {\nattributes: this.getSocialElementAttribut...
JavaScript
MIT License
mjmlio/mjml
fix #2169 render mj-raw in mj-social
424,171
17.02.2021 19:53:48
-3,600
5cc031b115595c602b18591fa5a3b7b6a601d891
fix keep config for subsequent files
[ { "change_type": "MODIFY", "old_path": "packages/mjml-cli/src/client.js", "new_path": "packages/mjml-cli/src/client.js", "diff": "import path from 'path'\nimport yargs from 'yargs'\n-import { flow, pick, isNil, negate, pickBy } from 'lodash/fp'\n+import { flow, pick, isNil, negate, pickBy, omit } fr...
JavaScript
MIT License
mjmlio/mjml
fix #2163 keep config for subsequent files
424,171
18.02.2021 16:09:20
-3,600
bafb24a58bf11f778001a1535255e5b835e02a85
fix allow to include css files
[ { "change_type": "MODIFY", "old_path": "doc/components_2.md", "new_path": "doc/components_2.md", "diff": "@@ -25,5 +25,16 @@ You can wrap your external mjml files inside the default `mjml > mj-body`\n</mjml>\n```\n+You can also include external `css` files. They will be inserted the same way as when...
JavaScript
MIT License
mjmlio/mjml
fix #2026 allow to include css files
424,171
18.02.2021 16:42:11
-3,600
ca7af3eba853ddaee8c64c2e680e026c3638a5de
allow to include html files
[ { "change_type": "MODIFY", "old_path": "doc/components_2.md", "new_path": "doc/components_2.md", "diff": "@@ -25,7 +25,12 @@ You can wrap your external mjml files inside the default `mjml > mj-body`\n</mjml>\n```\n-You can also include external `css` files. They will be inserted the same way as when...
JavaScript
MIT License
mjmlio/mjml
allow to include html files
424,171
18.02.2021 17:03:15
-3,600
5b4f63d949d840851b7bcee8a8ff74163990d3bd
add media queries for thunderbird and remove those for owa
[ { "change_type": "MODIFY", "old_path": "doc/components_1.md", "new_path": "doc/components_1.md", "diff": "@@ -32,7 +32,6 @@ A MJML document starts with a `<mjml>` tag, it can contain only `mj-head` and `m\nattribute | unit | description | default value\n----------|------|-------------|--------------...
JavaScript
MIT License
mjmlio/mjml
add media queries for thunderbird and remove those for owa
424,171
19.02.2021 17:43:49
-3,600
0c4589bf609f24a693eae2864474959db5abdeee
re-add background attributes
[ { "change_type": "MODIFY", "old_path": "packages/mjml-hero/src/index.js", "new_path": "packages/mjml-hero/src/index.js", "diff": "@@ -101,6 +101,8 @@ export default class MjHero extends BodyComponent {\n},\nhero: {\nbackground: this.getBackground(),\n+ 'background-position': this.getAttribute('backg...
JavaScript
MIT License
mjmlio/mjml
re-add background attributes
424,167
03.03.2021 09:08:43
21,600
edd645f6f7aa842c90bc0db644df8201e57bb969
accordion-docs-2 changes only to packages/mjml-accordion/README.md grammar, expression, and new attribute packages/mjml-accordion/AccordionElement.js add "border" to "allowedAttributes"
[ { "change_type": "MODIFY", "old_path": "packages/mjml-accordion/README.md", "new_path": "packages/mjml-accordion/README.md", "diff": "<a href=\"https://mjml.io/try-it-live/components/accordion\">\n<img width=\"100px\" src=\"https://mjml.io/assets/img/svg/TRYITLIVE.svg\" alt=\"sexy\" />\n</a>\n-</p>\...
JavaScript
MIT License
mjmlio/mjml
accordion-docs-2 (#2180) changes only to - packages/mjml-accordion/README.md grammar, expression, and new attribute - packages/mjml-accordion/AccordionElement.js add "border" to "allowedAttributes"
424,167
04.03.2021 02:21:37
21,600
54d07fbc0c3dc4a9ed547dbf9784592de8cd6b79
[FIX] Doc missing P tag
[ { "change_type": "MODIFY", "old_path": "packages/mjml-accordion/README.md", "new_path": "packages/mjml-accordion/README.md", "diff": "<a href=\"https://mjml.io/try-it-live/components/accordion\">\n<img width=\"100px\" src=\"https://mjml.io/assets/img/svg/TRYITLIVE.svg\" alt=\"sexy\" />\n</a>\n-\n+</...
JavaScript
MIT License
mjmlio/mjml
[FIX] Doc missing P tag
424,171
02.04.2021 14:21:59
-7,200
d855fc564ffb15fede438bb6ec78a0a603430240
fix options omit fix options omit
[ { "change_type": "MODIFY", "old_path": "packages/mjml-cli/src/client.js", "new_path": "packages/mjml-cli/src/client.js", "diff": "import path from 'path'\nimport yargs from 'yargs'\n-import { flow, pick, isNil, negate, pickBy, omit } from 'lodash/fp'\n-import { isArray, isEmpty, map, get } from 'lod...
JavaScript
MIT License
mjmlio/mjml
fix options omit (#2219) fix options omit
424,171
02.04.2021 14:23:17
-7,200
ae1e2f16cfadf2c85a9de9168d6f78fa0ee6e442
fix background-color on outlook when no-repeat
[ { "change_type": "MODIFY", "old_path": "packages/mjml-section/src/index.js", "new_path": "packages/mjml-section/src/index.js", "diff": "@@ -189,6 +189,9 @@ export default class MjSection extends BodyComponent {\nrenderBefore() {\nconst { containerWidth } = this.context\n+ const bgcolorAttr = this.ge...
JavaScript
MIT License
mjmlio/mjml
fix background-color on outlook when no-repeat (#2202)
424,171
02.04.2021 14:23:52
-7,200
a7a8bbc6659be298cf0688da68df1ad86c20a251
fix doc basic template ref
[ { "change_type": "MODIFY", "old_path": "doc/basic.md", "new_path": "doc/basic.md", "diff": "@@ -191,7 +191,7 @@ This section is a 3-columns-based section. Please notice you can make the paddin\n<mj-section background-color=\"#e7e7e7\">\n<mj-column>\n<mj-social>\n- <mj-social-element name=\"facebook\...
JavaScript
MIT License
mjmlio/mjml
fix doc basic template ref #2148 (#2201)
424,192
02.04.2021 14:58:43
-7,200
bd9bb7f10235ab473a0279c2768161504eace326
Hide Outlook XML DPI to T-Online I came across this bug on T-Online and Mark Robbins suggested a <noscript> tag that is working wonderfully. More details here:
[ { "change_type": "MODIFY", "old_path": "packages/mjml-core/src/helpers/skeleton.js", "new_path": "packages/mjml-core/src/helpers/skeleton.js", "diff": "@@ -42,12 +42,14 @@ export default function skeleton(options) {\np { display:block;margin:13px 0; }\n</style>\n<!--[if mso]>\n+ <noscript>\n<xml>\n<...
JavaScript
MIT License
mjmlio/mjml
Hide Outlook XML DPI to T-Online (#2210) I came across this bug on T-Online and Mark Robbins suggested a <noscript> tag that is working wonderfully. More details here: https://github.com/hteumeuleu/email-bugs/issues/83
424,167
26.04.2021 02:54:20
18,000
c8bae996b798ab8a9a076a022d5671b50ea80eec
[DOC] Update Button Readme
[ { "change_type": "MODIFY", "old_path": "packages/mjml-button/README.md", "new_path": "packages/mjml-button/README.md", "diff": "## mj-button\n<p align=\"center\">\n- <img src=\"https://cloud.githubusercontent.com/assets/6558790/12751346/fd993192-c9bc-11e5-8c91-37d616bf5874.png\" alt=\"desktop\" widt...
JavaScript
MIT License
mjmlio/mjml
[DOC] Update Button Readme
424,171
30.04.2021 14:01:00
-7,200
43694c3fa8e12c8c40ec02870a617f2e4f2a82e7
fix handle keepComments option in cli
[ { "change_type": "MODIFY", "old_path": "packages/mjml-cli/src/client.js", "new_path": "packages/mjml-cli/src/client.js", "diff": "@@ -140,6 +140,7 @@ export default async () => {\nminifyOptions && { minifyOptions },\njuiceOptions && { juiceOptions },\njuicePreserveTags && { juicePreserveTags },\n+ a...
JavaScript
MIT License
mjmlio/mjml
fix #2206 handle keepComments option in cli (#2246)
424,171
30.04.2021 14:46:39
-7,200
8473b06916c7d63767e6e9f4bf29f8eebc93c188
fix keepComments check when no config args
[ { "change_type": "MODIFY", "old_path": "packages/mjml-cli/src/client.js", "new_path": "packages/mjml-cli/src/client.js", "diff": "@@ -140,7 +140,7 @@ export default async () => {\nminifyOptions && { minifyOptions },\njuiceOptions && { juiceOptions },\njuicePreserveTags && { juicePreserveTags },\n- a...
JavaScript
MIT License
mjmlio/mjml
fix keepComments check when no config args
424,201
11.05.2021 21:58:52
-10,800
0fc8b3be2ab8058d3d7cc9139e743840d3215d72
Fix background image in mj-section for Yahoo and AOL. Related to and
[ { "change_type": "MODIFY", "old_path": "packages/mjml-section/src/index.js", "new_path": "packages/mjml-section/src/index.js", "diff": "@@ -112,7 +112,7 @@ export default class MjSection extends BodyComponent {\nthis.getAttribute('background-color'),\n...(this.hasBackground()\n? [\n- `url(${this.get...
JavaScript
MIT License
mjmlio/mjml
Fix background image in mj-section for Yahoo and AOL. Related to #2098 and #2122
424,167
02.06.2021 08:27:11
18,000
f5b183d68f08b49dc27a3f130ca9c99f85c02eb1
[DOC] Update mj-attributes readme
[ { "change_type": "MODIFY", "old_path": "packages/mjml-head-attributes/README.md", "new_path": "packages/mjml-head-attributes/README.md", "diff": "## mj-attributes\n-This tag allows you to modify default attributes on a `mj-tag` and add `mj-class` to them.\n+Inside `mj-attributes`, a tag citing one M...
JavaScript
MIT License
mjmlio/mjml
[DOC] Update mj-attributes readme
424,167
10.06.2021 18:52:27
18,000
ae55dc28342b6b1fdcb59fe57f9a53d875cbfcac
technical-debt--or--better-classed-components mj-divider, mj-font, and mj-image are marked with "static tagOmission = true" in the same place silimar components are marked "const endingTags = true".
[ { "change_type": "MODIFY", "old_path": "packages/mjml-divider/src/index.js", "new_path": "packages/mjml-divider/src/index.js", "diff": "@@ -5,8 +5,6 @@ import widthParser from 'mjml-core/lib/helpers/widthParser'\nexport default class MjDivider extends BodyComponent {\nstatic componentName = 'mj-divi...
JavaScript
MIT License
mjmlio/mjml
technical-debt--or--better-classed-components mj-divider, mj-font, and mj-image are marked with "static tagOmission = true" in the same place silimar components are marked "const endingTags = true".
424,201
11.06.2021 12:25:57
-10,800
d1879e81e16eff85f8a653094f9c066398bdee92
Added missing <tbody> tags in mjml-hero, mjml-button, mjml-social components
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -23,8 +23,7 @@ If you're looking for MJML 3.3.X check [this branch](https://github.com/mjmlio/m\n| <b><a href=\"#translated-documentation\">Translated documentation</a></b>\n| <b><a href=\"#introduction\">Introd...
JavaScript
MIT License
mjmlio/mjml
Added missing <tbody> tags in mjml-hero, mjml-button, mjml-social components (#2111)
424,169
16.06.2021 08:14:03
-7,200
9695d071188d3f82192732ea1c3b9866375312c1
Add msobutton documentation (community)
[ { "change_type": "MODIFY", "old_path": "doc/config.json", "new_path": "doc/config.json", "diff": "\"mjml/doc/community-components.md\",\n\"mjml/doc/mjml-chart.md\",\n\"mjml/doc/mjml-qr-code.md\",\n+ \"mjml/doc/mjml-mso-button.md\",\n\"mjml/packages/mjml-validator/README.md\",\n\"mjml/doc/create.md\"...
JavaScript
MIT License
mjmlio/mjml
Add msobutton documentation (community)
424,163
16.06.2021 15:17:51
-7,200
733b3b8d75a6749136f1df1aa7866e566464e4c3
[Update] Slack API is deprecated, use link instead
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -187,7 +187,7 @@ A free-to-use MJML API is available to make it easy to integrate MJML in your ap\n# MJML Slack\n-MJML wouldn't be as cool without its amazing community. Head over the [Community Slack](https://s...
JavaScript
MIT License
mjmlio/mjml
[Update] Slack API is deprecated, use link instead
424,169
16.06.2021 10:12:48
-7,200
b08c26aa73ac917ce1e4daf4822ebf1964105c99
Fix mso-button documentation
[ { "change_type": "MODIFY", "old_path": "doc/mjml-mso-button.md", "new_path": "doc/mjml-mso-button.md", "diff": "-# mjml-msobutton\n+## mjml-msobutton\nButton that also use the [VML](https://docs.microsoft.com/en-us/windows/win32/vml/shape-element--vml) solution for radius.\n@@ -15,14 +15,14 @@ More ...
JavaScript
MIT License
mjmlio/mjml
Fix mso-button documentation
424,218
20.06.2021 11:42:23
-7,200
cbd908713c57dd78dd56c06f3db9fd416f8d70e0
require newer babel runtime fixes
[ { "change_type": "MODIFY", "old_path": "packages/mjml/package.json", "new_path": "packages/mjml/package.json", "diff": "\"test\": \"node ./test/test-html-attributes.js\"\n},\n\"dependencies\": {\n- \"@babel/runtime\": \"^7.8.7\",\n+ \"@babel/runtime\": \"^7.14.6\",\n\"mjml-cli\": \"4.10.0\",\n\"mjml...
JavaScript
MIT License
mjmlio/mjml
require newer babel runtime fixes #2299
424,167
21.06.2021 03:32:21
18,000
728d7282311d8c78a91d25d140bfd6843f48d083
Mj-hero doc update
[ { "change_type": "MODIFY", "old_path": "packages/mjml-hero/README.md", "new_path": "packages/mjml-hero/README.md", "diff": "@@ -32,7 +32,8 @@ Fixed height\nheight=\"469px\"\nbackground-width=\"600px\"\nbackground-height=\"469px\"\n- background-url=\"https://cloud.githubusercontent.com/assets/1830348...
JavaScript
MIT License
mjmlio/mjml
Mj-hero doc update
424,183
21.06.2021 16:02:37
-7,200
49b53fae2daee0e6cbd8042d292f418cfc9fa5fe
Add role attribute to mj-tables
[ { "change_type": "MODIFY", "old_path": "packages/mjml-table/README.md", "new_path": "packages/mjml-table/README.md", "diff": "@@ -54,5 +54,6 @@ padding-bottom | percent/px | bottom offset\npadding-left | percent/px | left offset | n/a\npadding-right | percent/px | right offset | n/a\npadding-top | p...
JavaScript
MIT License
mjmlio/mjml
Add role attribute to mj-tables (#2303)
424,167
24.06.2021 15:41:49
18,000
4f83e2c85f5d8bc1803bd649b3388e8dd55bb7fe
mj-accordion_border attribute default may be incorrect in docs
[ { "change_type": "MODIFY", "old_path": "packages/mjml-accordion/README.md", "new_path": "packages/mjml-accordion/README.md", "diff": "attribute | unit | description | default value\n----------|------|-------------|---------------\n-border | string | CSS border format | none\n-container-background-co...
JavaScript
MIT License
mjmlio/mjml
mj-accordion_border attribute default may be incorrect in docs
424,249
30.06.2021 07:30:06
14,400
89fe24c0cb716c9b9531974eb49e2f251a46b22d
fix: added type guard to color validation
[ { "change_type": "MODIFY", "old_path": "packages/mjml-core/src/types/color.js", "new_path": "packages/mjml-core/src/types/color.js", "diff": "@@ -21,7 +21,7 @@ export default () =>\n}\ngetValue() {\n- if (this.value.match(shorthandRegex)) {\n+ if (typeof this.value === 'string' && this.value.match(s...
JavaScript
MIT License
mjmlio/mjml
fix: added type guard to color validation
424,167
05.09.2021 00:15:29
18,000
f940100ef82a0fc2f7aa9c0c1a0e307784cd7c90
in packages/mjml-hero/README.md, remove the entry in the attributes table for "width". PR motivated by discussion at
[ { "change_type": "MODIFY", "old_path": "packages/mjml-hero/README.md", "new_path": "packages/mjml-hero/README.md", "diff": "@@ -119,4 +119,3 @@ padding-left | px | left offset\npadding-right | px | right offset | 0px\npadding-top | px | top offset | 0px\nvertical-align | top/middle/bottom | content ...
JavaScript
MIT License
mjmlio/mjml
in packages/mjml-hero/README.md, remove the entry in the attributes table for "width". PR motivated by discussion at https://mjml.slack.com/archives/C12HPPHG8/p1630753983002500
424,207
10.09.2021 10:44:23
-7,200
a84b188fb6ec31319bdcf7b9cdf47ac819c36027
Docs and linter corrections for invalid / missing attributes
[ { "change_type": "MODIFY", "old_path": "packages/mjml-carousel/README.md", "new_path": "packages/mjml-carousel/README.md", "diff": "@@ -34,7 +34,7 @@ This component enables you to set the styles of the carousel elements.\nattribute | unit | description | default value\n----------|------|------------...
JavaScript
MIT License
mjmlio/mjml
Docs and linter corrections for invalid / missing attributes (#2352)
424,163
06.09.2021 11:43:27
-7,200
d445d8067fe4455856423aa4b9745545ac9e758c
[FIX] Title is missing on button
[ { "change_type": "MODIFY", "old_path": "packages/mjml-button/src/index.js", "new_path": "packages/mjml-button/src/index.js", "diff": "@@ -150,10 +150,11 @@ export default class MjButton extends BodyComponent {\n<${tag}\n${this.htmlAttributes({\nhref: this.getAttribute('href'),\n- rel: this.getAttrib...
JavaScript
MIT License
mjmlio/mjml
[FIX] Title is missing on button
424,209
14.09.2021 19:50:46
-19,080
d722213a97453bf2c24d83513be3fbbc383cabd0
[fix]: Add title to button before style atribute
[ { "change_type": "MODIFY", "old_path": "packages/mjml-button/src/index.js", "new_path": "packages/mjml-button/src/index.js", "diff": "@@ -152,9 +152,9 @@ export default class MjButton extends BodyComponent {\nhref: this.getAttribute('href'),\nname: this.getAttribute('name'),\nrel: this.getAttribute(...
JavaScript
MIT License
mjmlio/mjml
[fix]: Add title to button before style atribute
424,209
14.09.2021 19:27:29
-19,080
b3ee3e9f3ab10377b964eba94d0508c9760c47e0
[fix]: Add title to image anchor
[ { "change_type": "MODIFY", "old_path": "packages/mjml-image/src/index.js", "new_path": "packages/mjml-image/src/index.js", "diff": "@@ -121,6 +121,7 @@ export default class MjImage extends BodyComponent {\ntarget: this.getAttribute('target'),\nrel: this.getAttribute('rel'),\nname: this.getAttribute(...
JavaScript
MIT License
mjmlio/mjml
[fix]: Add title to image anchor