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
17.12.2018 17:13:54
-3,600
20c39e8508dbb235abf9304e9468a353cc60a646
fix allow to preserve tags when inlining, update docs
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -99,6 +99,8 @@ argument | description | default value\n`mjml [input] --config.beautify` | Beautifies the output (`true` or `false`) | true\n`mjml [input] --config.minify` | Minifies the output (`true` or `false`...
JavaScript
MIT License
mjmlio/mjml
fix #1450 allow to preserve tags when inlining, update docs
424,171
17.12.2018 17:22:09
-3,600
f497d2d8b952e93786973dd40b4316ab455d7355
more missing doc
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -140,6 +140,9 @@ beautify | boolean | Option to beautify the HTML output | false\nminify | boolean | Option to minify the HTML output | false\nvalidationLevel | string | Available values for the [validator](http...
JavaScript
MIT License
mjmlio/mjml
more missing doc
424,171
19.12.2018 18:15:24
-3,600
53ac1d55d71b82d30741aa53912b32a956ed4296
fix unit validation regex
[ { "change_type": "MODIFY", "old_path": "packages/mjml-core/src/types/unit.js", "new_path": "packages/mjml-core/src/types/unit.js", "diff": "@@ -18,7 +18,7 @@ export default params => {\nthis.matchers = [\nnew RegExp(\n- `^(((\\\\d|,|.){1,}(${units.map(escapeRegExp).join('|')})|0)( )?){${args.join(\n...
JavaScript
MIT License
mjmlio/mjml
fix unit validation regex
424,171
19.12.2018 18:15:57
-3,600
097f3a3bb83b8ca74f9eb4ddec56f9835de71d3f
allow padding attributes on navbar, which are supported
[ { "change_type": "MODIFY", "old_path": "packages/mjml-navbar/src/Navbar.js", "new_path": "packages/mjml-navbar/src/Navbar.js", "diff": "@@ -22,6 +22,11 @@ export default class MjNavbar extends BodyComponent {\n'ico-padding-top': 'unit(px,%)',\n'ico-padding-right': 'unit(px,%)',\n'ico-padding-bottom'...
JavaScript
MIT License
mjmlio/mjml
allow padding attributes on navbar, which are supported
424,171
19.12.2018 18:20:59
-3,600
85225de38209ea5dd0b580b351ec0d08c9c071c9
allow unitless line-height
[ { "change_type": "MODIFY", "old_path": "packages/mjml-button/src/index.js", "new_path": "packages/mjml-button/src/index.js", "diff": "@@ -22,7 +22,7 @@ export default class MjButton extends BodyComponent {\nhref: 'string',\nname: 'string',\n'inner-padding': 'unit(px,%)',\n- 'line-height': 'unit(px,%...
JavaScript
MIT License
mjmlio/mjml
allow unitless line-height
424,171
21.12.2018 16:38:53
-3,600
873accb1bd4b7eb6bf834bc646610ded1300a629
change template at beginning of doc
[ { "change_type": "MODIFY", "old_path": "doc/guide.md", "new_path": "doc/guide.md", "diff": "@@ -31,7 +31,9 @@ MJML has been designed with responsiveness in mind. The abstraction it offers gu\n<mj-body>\n<mj-section>\n<mj-column>\n- <mj-text>Hi sexy!</mj-text>\n+ <mj-image width=\"100\" src=\"/assets...
JavaScript
MIT License
mjmlio/mjml
change template at beginning of doc
424,171
21.12.2018 16:41:07
-3,600
3483b9ce89bef5f078bc640b33c6d88e73c59277
full img link, unit
[ { "change_type": "MODIFY", "old_path": "doc/guide.md", "new_path": "doc/guide.md", "diff": "@@ -31,7 +31,7 @@ MJML has been designed with responsiveness in mind. The abstraction it offers gu\n<mj-body>\n<mj-section>\n<mj-column>\n- <mj-image width=\"100\" src=\"/assets/img/logo-small.png\"></mj-imag...
JavaScript
MIT License
mjmlio/mjml
full img link, unit
424,171
02.01.2019 18:20:34
-3,600
5b6a1446fe02a5e93f1e21fecd9ede9fafbae03b
update static doc for website
[ { "change_type": "MODIFY", "old_path": "doc/basic.md", "new_path": "doc/basic.md", "diff": "@@ -182,3 +182,19 @@ For the text part, you are going to need two `<mj-text>`s like above. One with a\n</mj-section>\n```\nThis section is a 3-columns-based section. Please notice you can make the padding var...
JavaScript
MIT License
mjmlio/mjml
update static doc for website
424,171
02.01.2019 19:14:27
-3,600
c752296ed4ab9d04cbb0e89d81cff8020ec7045d
lil doc improvements
[ { "change_type": "MODIFY", "old_path": "doc/basic.md", "new_path": "doc/basic.md", "diff": "@@ -76,7 +76,7 @@ The text padding represents the inner space around the content within the `mj-te\nbackground-size=\"cover\"\nbackground-repeat=\"no-repeat\">\n- <mj-column width=\"600\">\n+ <mj-column width...
JavaScript
MIT License
mjmlio/mjml
lil doc improvements
424,171
02.01.2019 19:26:17
-3,600
0eb67480bf0e2695baf8a0e3a62814d44183e0fb
add blank space so that example is in front of related explanation
[ { "change_type": "MODIFY", "old_path": "doc/getting_started.md", "new_path": "doc/getting_started.md", "diff": "@@ -57,6 +57,10 @@ Let's take the following layout to illustrate this:\nSince the first section defines only 2 columns, the engine will translate that in a layout where each column takes 5...
JavaScript
MIT License
mjmlio/mjml
add blank space so that example is in front of related explanation
424,171
07.01.2019 11:00:22
-3,600
5a75cda9aeb9f11751fd1834eff63adc95f77aa5
fix migrate social suffixes
[ { "change_type": "MODIFY", "old_path": "packages/mjml-migrate/src/migrate.js", "new_path": "packages/mjml-migrate/src/migrate.js", "diff": "@@ -66,16 +66,19 @@ function migrateSocialSyntax(socialTag) {\n// migrate all attributes to their child attributes\nkeys(networks).forEach(network => {\n+ const...
JavaScript
MIT License
mjmlio/mjml
fix migrate social suffixes
424,171
07.01.2019 17:55:26
-3,600
b97d7ae6b5b8024719d5ed8f4b72002ff12a1eb5
allow mj-raw everywhere but endingTags
[ { "change_type": "MODIFY", "old_path": "packages/mjml/src/dependencies.js", "new_path": "packages/mjml/src/dependencies.js", "diff": "export default {\n- mjml: ['mj-body', 'mj-head'],\n- 'mj-accordion': ['mj-accordion-element'],\n- 'mj-accordion-element': ['mj-accordion-title', 'mj-accordion-text'],...
JavaScript
MIT License
mjmlio/mjml
allow mj-raw everywhere but endingTags
424,171
07.01.2019 18:22:10
-3,600
b599f669ef8df5bd8995f833ce19fb8f113c16e1
rm mj-raw from carousel and social allowed children
[ { "change_type": "MODIFY", "old_path": "packages/mjml/src/dependencies.js", "new_path": "packages/mjml/src/dependencies.js", "diff": "@@ -7,7 +7,7 @@ export default {\n'mj-attributes': [/^.*^/],\n'mj-body': ['mj-raw', 'mj-section', 'mj-wrapper', 'mj-hero'],\n'mj-button': [],\n- 'mj-carousel': ['mj-c...
JavaScript
MIT License
mjmlio/mjml
rm mj-raw from carousel and social allowed children
424,228
10.01.2019 14:39:45
18,000
458f8a1e341b696ed0416bcd6495d3802a7e94be
Fix Alt Text Hidden Bug/Allow for Font Size && Allow Max-Height to Change Placholder Size
[ { "change_type": "MODIFY", "old_path": "packages/mjml-image/src/index.js", "new_path": "packages/mjml-image/src/index.js", "diff": "@@ -32,6 +32,8 @@ export default class MjImage extends BodyComponent {\ntarget: 'string',\nwidth: 'unit(px)',\nheight: 'unit(px)',\n+ 'max-height': 'unit(px,%)',\n+ 'fo...
JavaScript
MIT License
mjmlio/mjml
Fix Alt Text Hidden Bug/Allow for Font Size && Allow Max-Height to Change Placholder Size
424,216
11.01.2019 13:50:53
-3,600
4ecf65c2ef80e02fe2c51ba7bdc54247d3abf14c
Add css-class to body components' documentation
[ { "change_type": "MODIFY", "old_path": "packages/mjml-navbar/README.md", "new_path": "packages/mjml-navbar/README.md", "diff": "@@ -64,6 +64,7 @@ attribute | unit | description\n----------------------------|--------------------|------------------------------------------------------------------------...
JavaScript
MIT License
mjmlio/mjml
Add css-class to body components' documentation
424,171
22.01.2019 17:51:08
-3,600
eb4fe66044d3d3d2652a74ae18f38d304dc5f4d1
dont migrate null values
[ { "change_type": "MODIFY", "old_path": "packages/mjml-migrate/src/migrate.js", "new_path": "packages/mjml-migrate/src/migrate.js", "diff": "/* eslint-disable no-console */\n-import { keys, find } from 'lodash'\n+import { keys, find, isNil } from 'lodash'\nimport MJMLParser from 'mjml-parser-xml'\nim...
JavaScript
MIT License
mjmlio/mjml
dont migrate null values
424,171
25.01.2019 17:15:35
-3,600
1cbbf19b7c9409d5333790df40de0a7d07af1285
option to disable migration warning
[ { "change_type": "MODIFY", "old_path": "packages/mjml-core/src/index.js", "new_path": "packages/mjml-core/src/index.js", "diff": "@@ -58,6 +58,7 @@ export default function mjml2html(mjml, options = {}) {\nvalidationLevel = 'soft',\nfilePath = '.',\nmjmlConfigPath = null,\n+ noMigrateWarn = false,\n}...
JavaScript
MIT License
mjmlio/mjml
option to disable migration warning
424,171
28.01.2019 13:18:01
-3,600
c2772dc92fe44580584571b4a4cb0c732ef1c7b0
fix test import for latests node versions
[ { "change_type": "ADD", "old_path": null, "new_path": "packages/mjml-core/tests/head-components-test.js.bk", "diff": "+const chai = require('chai')\n+const mjml = require('mjml')\n+\n+const testValues = [\n+ {\n+ test: 'mj-attributes',\n+ input: `<mjml>\n+ <mj-head>\n+ <mj-attributes>\n+ <mj-class n...
JavaScript
MIT License
mjmlio/mjml
fix test import for latests node versions
424,171
05.02.2019 13:58:59
-3,600
fb8fb8c83e160a8f202d34679667de809dff7090
fix ico-align
[ { "change_type": "MODIFY", "old_path": "packages/mjml-navbar/src/Navbar.js", "new_path": "packages/mjml-navbar/src/Navbar.js", "diff": "@@ -68,7 +68,6 @@ export default class MjNavbar extends BodyComponent {\n'mso-hide': 'all',\n'-moz-user-select': 'none',\n'user-select': 'none',\n- align: this.getA...
JavaScript
MIT License
mjmlio/mjml
fix #1495 ico-align
424,159
18.02.2019 13:51:11
-7,200
38dd7a0d07bcff822ce5d3da72c0ae47e47274e8
update mjml-spacer documentation (remove redundant border attributes)
[ { "change_type": "MODIFY", "old_path": "packages/mjml-spacer/README.md", "new_path": "packages/mjml-spacer/README.md", "diff": "@@ -24,11 +24,6 @@ Displays a blank space.\nattribute | unit | description | default value\n----------------------------|-------------|--------------------------------|----...
JavaScript
MIT License
mjmlio/mjml
update mjml-spacer documentation (remove redundant border attributes)
424,166
20.02.2019 17:18:47
21,600
755d811e1a429e74616b0fd42456f0a2c0c0898f
specify amount of units for mj-button inner-padding
[ { "change_type": "MODIFY", "old_path": "packages/mjml-button/src/index.js", "new_path": "packages/mjml-button/src/index.js", "diff": "@@ -21,7 +21,7 @@ export default class MjButton extends BodyComponent {\nheight: 'unit(px,%)',\nhref: 'string',\nname: 'string',\n- 'inner-padding': 'unit(px,%)',\n+ ...
JavaScript
MIT License
mjmlio/mjml
specify amount of units for mj-button inner-padding
424,166
20.02.2019 17:18:54
21,600
2a17e0094dd58d1c6676d0be796c5ec9099b6033
specify amount of units for mj-social inner-padding
[ { "change_type": "MODIFY", "old_path": "packages/mjml-social/src/Social.js", "new_path": "packages/mjml-social/src/Social.js", "diff": "@@ -13,7 +13,7 @@ export default class MjSocial extends BodyComponent {\n'icon-size': 'unit(px,%)',\n'icon-height': 'unit(px,%)',\n'icon-padding': 'unit(px,%){1,4}'...
JavaScript
MIT License
mjmlio/mjml
specify amount of units for mj-social inner-padding
424,261
01.03.2019 11:07:52
18,000
14840701db0917e0e29aa1d792343e52ea3c1438
Always use POSIX-style slashes
[ { "change_type": "MODIFY", "old_path": "packages/mjml-cli/src/commands/watchFiles.js", "new_path": "packages/mjml-cli/src/commands/watchFiles.js", "diff": "@@ -69,7 +69,7 @@ export default (input, options) => {\n)\nconst watcher = chokidar\n- .watch(input)\n+ .watch(input.replace(/\\\\/g,'/'))\n.on(...
JavaScript
MIT License
mjmlio/mjml
Always use POSIX-style slashes
424,171
05.03.2019 11:11:09
-3,600
1efd88b0bd71d6e328a5008e475d07979b578164
fix guess output path when using backslashes
[ { "change_type": "MODIFY", "old_path": "packages/mjml-cli/src/commands/outputToFile.js", "new_path": "packages/mjml-cli/src/commands/outputToFile.js", "diff": "@@ -17,7 +17,7 @@ const replaceExtension = input =>\ninput.replace('.mjml', '').match(/(.)*\\.(.)+$/g) ? '' : '.html',\n)\n-const stripPath ...
JavaScript
MIT License
mjmlio/mjml
fix guess output path when using backslashes
424,261
05.03.2019 09:33:37
18,000
6a49eebfb204d21f124eecd00381a6a7abc0c4bb
Use POSIX-style slashes on all values of the input array
[ { "change_type": "MODIFY", "old_path": "packages/mjml-cli/src/commands/watchFiles.js", "new_path": "packages/mjml-cli/src/commands/watchFiles.js", "diff": "@@ -69,7 +69,7 @@ export default (input, options) => {\n)\nconst watcher = chokidar\n- .watch(input.replace(/\\\\/g,'/'))\n+ .watch(input.map(i ...
JavaScript
MIT License
mjmlio/mjml
Use POSIX-style slashes on all values of the input array
424,261
05.03.2019 10:15:01
18,000
56de8fa47e5705cdff2183f198d6d5105e3adc7b
Missed a paren
[ { "change_type": "MODIFY", "old_path": "packages/mjml-cli/src/commands/watchFiles.js", "new_path": "packages/mjml-cli/src/commands/watchFiles.js", "diff": "@@ -69,7 +69,7 @@ export default (input, options) => {\n)\nconst watcher = chokidar\n- .watch(input.map(i => i.replace(/\\\\/g,'/'))\n+ .watch(i...
JavaScript
MIT License
mjmlio/mjml
Missed a paren
424,214
07.03.2019 11:59:23
-7,200
b7dbcf88d8e7b90f9374b6fcb58ad1938435d42a
Update (documentation): delete vertical align prop from documentation as it is not work. Confirmed in ticket
[ { "change_type": "MODIFY", "old_path": "packages/mjml-section/README.md", "new_path": "packages/mjml-section/README.md", "diff": "@@ -52,5 +52,4 @@ 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
Update (documentation): delete vertical align prop from documentation as it is not work. Confirmed in ticket https://github.com/mjmlio/mjml/issues/1534
424,171
14.03.2019 16:49:01
-3,600
d5adb72d4f9b09e4bc0b39a5b6c0c501b8a8ae1c
improve button clickability
[ { "change_type": "MODIFY", "old_path": "packages/mjml-button/src/index.js", "new_path": "packages/mjml-button/src/index.js", "diff": "import { BodyComponent } from 'mjml-core'\n+import widthParser from 'mjml-core/lib/helpers/widthParser'\n+\nexport default class MjButton extends BodyComponent {\nsta...
JavaScript
MIT License
mjmlio/mjml
improve button clickability
424,171
25.03.2019 13:08:07
-3,600
664b8fc63ae3c60d052f418b602b911886ae929d
allow to specify base path for mj-includes in cli
[ { "change_type": "MODIFY", "old_path": "packages/mjml-cli/README.md", "new_path": "packages/mjml-cli/README.md", "diff": "@@ -91,6 +91,14 @@ When using `<mj-style inline=\"inline\">` the css will be inlined using the juice\n$> mjml input.mjml --config.stack true\n```\n+### Override base path for mj-...
JavaScript
MIT License
mjmlio/mjml
allow to specify base path for mj-includes in cli
424,171
25.03.2019 13:19:13
-3,600
4d4a01f22f0be966961dced5075f96d8c812cb1a
improve doc for direction attribute
[ { "change_type": "MODIFY", "old_path": "packages/mjml-group/README.md", "new_path": "packages/mjml-group/README.md", "diff": "@@ -61,5 +61,5 @@ attribute | unit | description | default att\nwidth | percent/px | group width | (100 / number of non-raw elements in section)%\nvertical-align | string | m...
JavaScript
MIT License
mjmlio/mjml
improve doc for direction attribute
424,171
25.03.2019 13:50:01
-3,600
81c01077a5da4d0a41026d7be8bfd3da2180b853
fix handle auto in unit validation, allow it in mj-image height
[ { "change_type": "MODIFY", "old_path": "packages/mjml-core/src/types/unit.js", "new_path": "packages/mjml-core/src/types/unit.js", "diff": "@@ -8,6 +8,9 @@ export default params => {\nconst argsMatch = params.match(/\\{([^}]+)\\}/)\nconst args = (argsMatch && argsMatch[1] && argsMatch[1].split(','))...
JavaScript
MIT License
mjmlio/mjml
fix #1538 handle auto in unit validation, allow it in mj-image height
424,171
26.03.2019 15:12:56
-3,600
3cd96e920d037968e301b5ab850041a40890cdda
fix doc to ignore content during minification
[ { "change_type": "MODIFY", "old_path": "packages/mjml-raw/README.md", "new_path": "packages/mjml-raw/README.md", "diff": "@@ -19,3 +19,6 @@ If placed inside `<mj-head>`, its content will be added at the end of the `<head\n</a>\n</p>\n+<aside class=\"notice\">\n+ If you use mj-raw to add templating l...
JavaScript
MIT License
mjmlio/mjml
fix #1527 doc to ignore content during minification
424,171
26.03.2019 15:29:59
-3,600
ec8ca9226f94975346950b33333b30664566efba
remove some html attributes from style
[ { "change_type": "MODIFY", "old_path": "packages/mjml-table/src/index.js", "new_path": "packages/mjml-table/src/index.js", "diff": "@@ -42,8 +42,6 @@ export default class MjTable extends BodyComponent {\ngetStyles() {\nreturn {\ntable: {\n- cellpadding: this.getAttribute('cellspadding'),\n- cellspac...
JavaScript
MIT License
mjmlio/mjml
remove some html attributes from style
424,171
26.03.2019 16:10:03
-3,600
6b995b5adbd6b3901d9ccf05ab5d19faea85b1ab
example in doc
[ { "change_type": "MODIFY", "old_path": "packages/mjml-raw/README.md", "new_path": "packages/mjml-raw/README.md", "diff": "@@ -22,3 +22,17 @@ If placed inside `<mj-head>`, its content will be added at the end of the `<head\n<aside class=\"notice\">\nIf you use mj-raw to add templating language, and u...
JavaScript
MIT License
mjmlio/mjml
example in doc
424,171
26.03.2019 16:21:30
-3,600
9f53220910fad84f929575b57ab194471ca862ad
reformat since backticks are not supported inside html
[ { "change_type": "MODIFY", "old_path": "packages/mjml-raw/README.md", "new_path": "packages/mjml-raw/README.md", "diff": "@@ -19,9 +19,8 @@ If placed inside `<mj-head>`, its content will be added at the end of the `<head\n</a>\n</p>\n-<aside class=\"notice\">\n+\nIf you use mj-raw to add templating ...
JavaScript
MIT License
mjmlio/mjml
reformat since backticks are not supported inside html
424,171
05.04.2019 12:51:39
-7,200
1c573daf89794981a1de0ed2bc824128673b648a
fix column font-size 0
[ { "change_type": "MODIFY", "old_path": "packages/mjml-column/src/index.js", "new_path": "packages/mjml-column/src/index.js", "diff": "@@ -68,7 +68,7 @@ export default class MjColumn extends BodyComponent {\nreturn {\ndiv: {\n- 'font-size': '13px',\n+ 'font-size': '0px',\n'text-align': 'left',\ndirec...
JavaScript
MIT License
mjmlio/mjml
fix #1560 column font-size 0
424,231
11.04.2019 07:47:17
14,400
7b575abce0942d810e03ec99e6ddfa58f4b99620
update yarn.lock in mjml-cli
[ { "change_type": "MODIFY", "old_path": "packages/mjml-cli/yarn.lock", "new_path": "packages/mjml-cli/yarn.lock", "diff": "@@ -112,10 +112,6 @@ block-stream@*:\ndependencies:\ninherits \"~2.0.0\"\n-bluebird@^3.0.5:\n- version \"3.5.1\"\n- resolved \"https://registry.yarnpkg.com/bluebird/-/bluebird-3....
JavaScript
MIT License
mjmlio/mjml
update yarn.lock in mjml-cli
424,231
12.04.2019 17:10:42
14,400
6381b08745015a8570d307a76ed26868e5fa7c81
remove whitespace within div of mjml-text
[ { "change_type": "MODIFY", "old_path": "packages/mjml-text/src/index.js", "new_path": "packages/mjml-text/src/index.js", "diff": "@@ -60,9 +60,7 @@ export default class MjText extends BodyComponent {\n${this.htmlAttributes({\nstyle: 'text',\n})}\n- >\n- ${this.getContent()}\n- </div>\n+ >${this.getC...
JavaScript
MIT License
mjmlio/mjml
remove whitespace within div of mjml-text
424,171
29.04.2019 00:23:13
-7,200
55416cc660052b93cdd04bde580b492b2aadbe1d
fix fix handling of mj-head and includedIn in mj-includes
[ { "change_type": "MODIFY", "old_path": "packages/mjml-parser-xml/src/index.js", "new_path": "packages/mjml-parser-xml/src/index.js", "diff": "@@ -56,6 +56,7 @@ export default function MJMLParser(xml, options = {}, includedIn = []) {\nconst handleInclude = (file, line) => {\nconst partialPath = path....
JavaScript
MIT License
mjmlio/mjml
fix #1585 fix handling of mj-head and includedIn in mj-includes
424,171
29.04.2019 01:11:33
-7,200
adf6c5b79f1ce2d1065f7da51fb98728ccd8738c
fix border on table
[ { "change_type": "MODIFY", "old_path": "packages/mjml-table/README.md", "new_path": "packages/mjml-table/README.md", "diff": "@@ -38,6 +38,7 @@ This tag allows you to display table and filled it with data. It only accepts pl\nattribute | unit | description | default value\n--------------------------...
JavaScript
MIT License
mjmlio/mjml
fix #1566 border on table
424,171
20.05.2019 16:56:27
-7,200
cce14f1d036370d28e8b87155a890d080d7d82b7
fix expose juice config
[ { "change_type": "MODIFY", "old_path": "packages/mjml-cli/README.md", "new_path": "packages/mjml-cli/README.md", "diff": "@@ -76,6 +76,16 @@ $> mjml input.mjml --config.minifyOptions='{\"minifyCSS\": true, \"removeEmptyAttri\n```\nThe defaults are \"collapseWhitespace\": true, \"minifyCSS\": false, ...
JavaScript
MIT License
mjmlio/mjml
fix #1602 expose juice config
424,171
20.05.2019 16:59:56
-7,200
754708184df0541086a05321f87eb77e23453718
add passport demo in doc
[ { "change_type": "MODIFY", "old_path": "doc/config.json", "new_path": "doc/config.json", "diff": "\"mjml/packages/mjml-validator/README.md\",\n\"mjml/doc/create.md\",\n\"mjml/doc/using_mjml_in_json.md\",\n- \"mjml/doc/tooling.md\"\n+ \"mjml/doc/tooling.md\",\n+ \"mjml/doc/passport.md\"\n]\n" }, ...
JavaScript
MIT License
mjmlio/mjml
add passport demo in doc
424,171
20.06.2019 15:04:17
-7,200
d44cb0b1116847c0b94b2667894c4c37ba041510
fix rm old outlook fixes
[ { "change_type": "MODIFY", "old_path": "packages/mjml-core/src/helpers/skeleton.js", "new_path": "packages/mjml-core/src/helpers/skeleton.js", "diff": "@@ -37,9 +37,6 @@ export default function skeleton(options) {\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<style type...
JavaScript
MIT License
mjmlio/mjml
fix #1614 rm old outlook fixes
424,171
20.06.2019 15:07:54
-7,200
83f22e15e1743ccb7a4f145fdc9b2a74ca258dd7
fix rm old windows phone 8 fix
[ { "change_type": "MODIFY", "old_path": "packages/mjml-core/src/helpers/skeleton.js", "new_path": "packages/mjml-core/src/helpers/skeleton.js", "diff": "@@ -42,14 +42,6 @@ export default function skeleton(options) {\nimg { border:0;height:auto;line-height:100%; outline:none;text-decoration:none;-ms-i...
JavaScript
MIT License
mjmlio/mjml
fix #1618 rm old windows phone 8 fix
424,171
20.06.2019 15:10:03
-7,200
cdcbb3046bf197c77dd4d4e9219fe7dc9443ca6b
fix lowercase Margin
[ { "change_type": "MODIFY", "old_path": "packages/mjml-button/src/index.js", "new_path": "packages/mjml-button/src/index.js", "diff": "@@ -88,7 +88,7 @@ export default class MjButton extends BodyComponent {\n'font-style': this.getAttribute('font-style'),\n'font-weight': this.getAttribute('font-weight...
JavaScript
MIT License
mjmlio/mjml
fix #1619 lowercase Margin
424,171
20.06.2019 16:46:45
-7,200
edef31eb4a4b710536f38dd12cc8225b74bca967
fix fix ignore raw elements in column width calc in mj-group
[ { "change_type": "MODIFY", "old_path": "packages/mjml-column/src/index.js", "new_path": "packages/mjml-column/src/index.js", "diff": "@@ -94,7 +94,8 @@ export default class MjColumn extends BodyComponent {\n}\ngetMobileWidth() {\n- const { nonRawSiblings, containerWidth } = this.context\n+ const { c...
JavaScript
MIT License
mjmlio/mjml
fix #1621 fix ignore raw elements in column width calc in mj-group
424,171
25.06.2019 14:00:54
-7,200
219b85bb10c88b1f96f1e17472f03e21f5276e82
small doc format fix
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -95,7 +95,7 @@ argument | description | default value\n`mjml -m [input]` | Migrates a v3 MJML file to the v4 syntax | NA\n`mjml [input] -o [output]` | Writes the output to [output] | NA\n`mjml [input] -s` | Writ...
JavaScript
MIT License
mjmlio/mjml
small doc format fix
424,171
09.07.2019 14:04:42
-7,200
127df25a1ec1191ee19485d6e97ce7e34ecd7acd
fix hero width defaults to container
[ { "change_type": "MODIFY", "old_path": "packages/mjml-hero/README.md", "new_path": "packages/mjml-hero/README.md", "diff": "@@ -104,10 +104,10 @@ For better result we encourage you to use a background image width equal to the\nattribute | unit | description | default value\n--------------------|----...
JavaScript
MIT License
mjmlio/mjml
fix #1632 hero width defaults to container
424,171
23.07.2019 13:23:09
-7,200
aea281fcf335f911835be280cf3b110098149f0b
fix revert ignoreCustomFragments
[ { "change_type": "MODIFY", "old_path": "packages/mjml-core/src/index.js", "new_path": "packages/mjml-core/src/index.js", "diff": "@@ -293,7 +293,6 @@ export default function mjml2html(mjml, options = {}) {\ncollapseWhitespace: true,\nminifyCSS: false,\ncaseSensitive: true,\n- ignoreCustomFragments: ...
JavaScript
MIT License
mjmlio/mjml
fix #1649 revert ignoreCustomFragments
424,180
24.07.2019 19:21:55
-7,200
57a010d9f3808db17571f5b35afafba2b6a6fdf3
border-radius accepts multiple values
[ { "change_type": "MODIFY", "old_path": "packages/mjml-column/src/index.js", "new_path": "packages/mjml-column/src/index.js", "diff": "@@ -8,7 +8,7 @@ export default class MjColumn extends BodyComponent {\nborder: 'string',\n'border-bottom': 'string',\n'border-left': 'string',\n- 'border-radius': 'un...
JavaScript
MIT License
mjmlio/mjml
border-radius accepts multiple values
424,171
30.07.2019 18:25:11
-7,200
72aae004f42f1ae4d939d2f3cf29539ddab41505
upgrade validator version
[ { "change_type": "MODIFY", "old_path": "packages/mjml-cli/package.json", "new_path": "packages/mjml-cli/package.json", "diff": "\"mjml-core\": \"4.4.1\",\n\"mjml-migrate\": \"4.4.1\",\n\"mjml-parser-xml\": \"4.4.1\",\n- \"mjml-validator\": \"4.4.0\",\n+ \"mjml-validator\": \"4.4.1\",\n\"yargs\": \"^...
JavaScript
MIT License
mjmlio/mjml
upgrade validator version
424,205
08.08.2019 17:17:09
-7,200
cc0c2be18e34490634b0ff5acd819f349ddc7a71
Update to latest Yargs to resolve vulnerable transient dependencies
[ { "change_type": "MODIFY", "old_path": "packages/mjml-cli/package.json", "new_path": "packages/mjml-cli/package.json", "diff": "\"mjml-migrate\": \"4.4.1\",\n\"mjml-parser-xml\": \"4.4.1\",\n\"mjml-validator\": \"4.4.1\",\n- \"yargs\": \"^8.0.2\"\n+ \"yargs\": \"^13.3.0\"\n},\n\"devDependencies\": {...
JavaScript
MIT License
mjmlio/mjml
Update to latest Yargs to resolve vulnerable transient dependencies
424,155
06.08.2019 14:23:23
-7,200
b7f4cc5ff10722472411080f40e33ea9b3fabca4
Allow social elements without links
[ { "change_type": "MODIFY", "old_path": "packages/mjml-social/src/SocialElement.js", "new_path": "packages/mjml-social/src/SocialElement.js", "diff": "@@ -229,11 +229,13 @@ export default class MjSocialElement extends BodyComponent {\n>\n<tr>\n<td ${this.htmlAttributes({ style: 'icon' })}>\n- <a ${th...
JavaScript
MIT License
mjmlio/mjml
Allow social elements without links
424,171
22.08.2019 16:57:10
-7,200
a0955e601ec6aa0773cbee2e34c0b329e035ecf6
fix auto generated classes conflicts
[ { "change_type": "MODIFY", "old_path": "packages/mjml-column/src/index.js", "new_path": "packages/mjml-column/src/index.js", "diff": "@@ -156,15 +156,16 @@ export default class MjColumn extends BodyComponent {\nlet className = ''\nconst { parsedWidth, unit } = this.getParsedWidth()\n+ const formatte...
JavaScript
MIT License
mjmlio/mjml
fix auto generated classes conflicts
424,171
10.09.2019 12:38:52
-7,200
b7dee4e8c99066c3803982a5af2786fbb5f4f0d7
fix add warning when included file not found
[ { "change_type": "MODIFY", "old_path": "packages/mjml-parser-xml/src/index.js", "new_path": "packages/mjml-parser-xml/src/index.js", "diff": "@@ -74,6 +74,9 @@ export default function MJMLParser(xml, options = {}, includedIn = []) {\ntagName: 'mj-raw',\ncontent: `<!-- mj-include fails to read file :...
JavaScript
MIT License
mjmlio/mjml
fix #1689 add warning when included file not found
424,171
10.09.2019 13:45:37
-7,200
d645b963ff7fd7a69521642c28248f07df315b49
change include error handling
[ { "change_type": "MODIFY", "old_path": "packages/mjml-parser-xml/src/index.js", "new_path": "packages/mjml-parser-xml/src/index.js", "diff": "@@ -74,9 +74,10 @@ export default function MJMLParser(xml, options = {}, includedIn = []) {\ntagName: 'mj-raw',\ncontent: `<!-- mj-include fails to read file ...
JavaScript
MIT License
mjmlio/mjml
change include error handling
424,171
10.09.2019 13:49:26
-7,200
9a6f706afff60b4bb80d1ce93b92cf7b2825503f
rm mj-error attr
[ { "change_type": "MODIFY", "old_path": "packages/mjml-validator/src/rules/validAttributes.js", "new_path": "packages/mjml-validator/src/rules/validAttributes.js", "diff": "@@ -5,7 +5,7 @@ import filter from 'lodash/filter'\nimport ruleError from './ruleError'\n-const WHITELIST = ['mj-class', 'css-cl...
JavaScript
MIT License
mjmlio/mjml
rm mj-error attr
424,171
10.09.2019 13:54:02
-7,200
71c02ceb853f865323dda656866b5a2e5d44cec3
fix accept negative values
[ { "change_type": "MODIFY", "old_path": "packages/mjml-core/src/types/unit.js", "new_path": "packages/mjml-core/src/types/unit.js", "diff": "@@ -21,7 +21,7 @@ export default params => {\nthis.matchers = [\nnew RegExp(\n- `^(((\\\\d|,|\\\\.){1,}(${filteredUnits.map(escapeRegExp).join('|')})|0${allowAu...
JavaScript
MIT License
mjmlio/mjml
fix #1639 accept negative values
424,171
10.09.2019 18:53:05
-7,200
fe8b13f5e1184c3468e24c77fa40c7d40e182929
fix filePath accepts directories
[ { "change_type": "MODIFY", "old_path": "packages/mjml-cli/README.md", "new_path": "packages/mjml-cli/README.md", "diff": "@@ -104,7 +104,7 @@ $> mjml input.mjml --config.stack true\n### Override base path for mj-include relative paths\n```bash\n-$> mjml ./my-project/input.mjml --config.filePath ./my...
JavaScript
MIT License
mjmlio/mjml
fix #1628 filePath accepts directories
424,171
10.09.2019 19:19:14
-7,200
ae9500b908296ffdfb48147e4f150eb7c3e1c808
add info to doc, related to
[ { "change_type": "MODIFY", "old_path": "packages/mjml-wrapper/README.md", "new_path": "packages/mjml-wrapper/README.md", "diff": "@@ -43,6 +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
add info to doc, related to #1671
424,171
10.09.2019 19:31:29
-7,200
644d90cd2394f5bed21736ea5667995d013479f3
fix prefix css classes
[ { "change_type": "MODIFY", "old_path": "packages/mjml-column/src/index.js", "new_path": "packages/mjml-column/src/index.js", "diff": "@@ -260,7 +260,7 @@ export default class MjColumn extends BodyComponent {\n}\nrender() {\n- let classesName = `${this.getColumnClass()} outlook-group-fix`\n+ let clas...
JavaScript
MIT License
mjmlio/mjml
fix #1620 prefix css classes
424,171
11.09.2019 17:53:39
-7,200
9fafe3e9e3cde3728c68c74a18328d1a599429cd
accept negative values only on specific attributes
[ { "change_type": "MODIFY", "old_path": "packages/mjml-core/src/types/unit.js", "new_path": "packages/mjml-core/src/types/unit.js", "diff": "import escapeRegExp from 'lodash/escapeRegExp'\nimport Type from './type'\n-export const matcher = /^unit\\(.*\\)/gim\n+export const matcher = /^(unit|unitWithN...
JavaScript
MIT License
mjmlio/mjml
accept negative values only on specific attributes
424,171
13.09.2019 17:21:35
-7,200
dd9dff6dfea74ab59c34e5c9dea5e3faf0ee0623
complete social without href PR
[ { "change_type": "MODIFY", "old_path": "packages/mjml-social/README.md", "new_path": "packages/mjml-social/README.md", "diff": "@@ -78,7 +78,7 @@ font-family | string | font name | Ubun\nfont-size | px/em | font size | 13px\nfont-style | string | font style | normal\nfont-weight | string | font weig...
JavaScript
MIT License
mjmlio/mjml
complete social without href PR
424,171
25.09.2019 17:12:46
-7,200
96fea26a84fe466d185c12a7062738368cc8f40a
fix minify conditionnals
[ { "change_type": "MODIFY", "old_path": "packages/mjml-core/src/helpers/minifyOutlookConditionnals.js", "new_path": "packages/mjml-core/src/helpers/minifyOutlookConditionnals.js", "diff": "@@ -5,7 +5,7 @@ export default content =>\n(match, prefix, content, suffix) => {\n// find spaces between tags\nc...
JavaScript
MIT License
mjmlio/mjml
fix minify conditionnals
424,171
27.09.2019 11:35:29
-7,200
88dfa3219ea7607b15458246b3f4d4a150c55a0a
fix allow to set options in mjmlconfig
[ { "change_type": "MODIFY", "old_path": "packages/mjml-core/src/helpers/mjmlconfig.js", "new_path": "packages/mjml-core/src/helpers/mjmlconfig.js", "diff": "@@ -18,7 +18,7 @@ export function readMjmlConfig(configPathOrDir = process.cwd()) {\nif (e.code !== 'ENOENT') {\nconsole.error('Error reading mj...
JavaScript
MIT License
mjmlio/mjml
fix #1709 allow to set options in mjmlconfig
424,174
01.10.2019 11:40:56
25,200
3dec9f96e12e474757680fba4c3da68967f30136
Fix invalid font-size value on p tag when compiled to html
[ { "change_type": "MODIFY", "old_path": "packages/mjml-divider/src/index.js", "new_path": "packages/mjml-divider/src/index.js", "diff": "@@ -31,7 +31,7 @@ export default class MjDivider extends BodyComponent {\n'border-top': ['style', 'width', 'color']\n.map(attr => this.getAttribute(`border-${attr}`...
JavaScript
MIT License
mjmlio/mjml
Fix invalid font-size value on p tag when compiled to html
424,200
13.10.2019 04:21:24
-19,080
4a2a38d20742de3636f3897d3d488d22d0f0ecb6
Adds letter spacing to mjButton
[ { "change_type": "MODIFY", "old_path": "packages/mjml-button/README.md", "new_path": "packages/mjml-button/README.md", "diff": "@@ -44,6 +44,7 @@ font-size | px | text size\nfont-style | string | normal/italic/oblique | n/a\nfont-weight | number | text thickness | normal\nheight | px | button height...
JavaScript
MIT License
mjmlio/mjml
Adds letter spacing to mjButton
424,167
30.11.2019 00:12:17
21,600
27e06118782aea170da559a572047c457275cde0
Outdated info at Docs > Basic layout example > Social Icons?
[ { "change_type": "MODIFY", "old_path": "doc/basic.md", "new_path": "doc/basic.md", "diff": "@@ -197,4 +197,4 @@ This section is a 3-columns-based section. Please notice you can make the paddin\n</mj-section>\n```\n-The MJML standard components library comes with a `mj-social` component. By default, ...
JavaScript
MIT License
mjmlio/mjml
Fix-1767 Outdated info at Docs > Basic layout example > Social Icons?
424,165
20.12.2019 09:10:30
-3,600
acfbfe6fd523f3acb036bd95425663bd150f8170
Set bgcolor for table in mj-group
[ { "change_type": "MODIFY", "old_path": "packages/mjml-group/src/index.js", "new_path": "packages/mjml-group/src/index.js", "diff": "@@ -158,7 +158,18 @@ export default class MjGroup extends BodyComponent {\n})}\n>\n<!--[if mso | IE]>\n- <table role=\"presentation\" border=\"0\" cellpadding=\"0\" cel...
JavaScript
MIT License
mjmlio/mjml
Set bgcolor for table in mj-group
424,184
26.12.2019 21:36:39
-25,200
0fc81c18e0a5fb3951e6ee615db955c94327827a
mj-include not including files without .mjml in the config string Fixes mjml/mjml#1763
[ { "change_type": "MODIFY", "old_path": "doc/components_2.md", "new_path": "doc/components_2.md", "diff": "@@ -19,7 +19,7 @@ tags to make it easier to preview outside the main template\n<!-- main.mjml -->\n<mjml>\n<mj-body>\n- <mj-include path=\"./header\" /> <!-- or 'header.mjml' -->\n+ <mj-include ...
JavaScript
MIT License
mjmlio/mjml
mj-include not including files without .mjml in the config string Fixes mjml/mjml#1763
424,175
07.01.2020 10:30:36
10,800
d068c10a24a439d84c703fb79b6e30f6ef6437ee
[add] usemap attribute to image tag
[ { "change_type": "MODIFY", "old_path": "packages/mjml-image/src/index.js", "new_path": "packages/mjml-image/src/index.js", "diff": "@@ -34,6 +34,7 @@ export default class MjImage extends BodyComponent {\nheight: 'unit(px,auto)',\n'max-height': 'unit(px,%)',\n'font-size': 'unit(px)',\n+ usemap: 'stri...
JavaScript
MIT License
mjmlio/mjml
[add] usemap attribute to image tag
424,158
21.01.2020 21:00:04
0
59f5285c50c26ea383ef7d63e81440f886ddeeb7
fixing http links which is throwing mixed content errors
[ { "change_type": "MODIFY", "old_path": ".editorconfig", "new_path": ".editorconfig", "diff": "-# http://editorconfig.org\n+# https://editorconfig.org\n# A special property that should be specified at the top of the file outside of\n# any sections. Set to true to stop .editor config file search on cu...
JavaScript
MIT License
mjmlio/mjml
fixing http links which is throwing mixed content errors
424,258
01.02.2020 18:04:03
0
ed93c72bccd57a86023021323f17dc55b37e882b
mjml-accordion/README.md: Correct typo
[ { "change_type": "MODIFY", "old_path": "packages/mjml-accordion/README.md", "new_path": "packages/mjml-accordion/README.md", "diff": "</p>\n<aside class=\"notice\">\n-Every attribute in `mj-accordion` are applied to `mj-accordion-element` unless you overide them on `mj-accordion-element`\n+Every att...
JavaScript
MIT License
mjmlio/mjml
mjml-accordion/README.md: Correct typo
424,171
10.02.2020 20:41:29
-3,600
4f0a05d42245967133683cfec0f36fc37aacfb21
give correct options to watchFiles
[ { "change_type": "MODIFY", "old_path": "packages/mjml-cli/src/client.js", "new_path": "packages/mjml-cli/src/client.js", "diff": "@@ -168,7 +168,7 @@ export default async () => {\nbreak\n}\ncase 'w':\n- watchFiles(inputFiles, argv)\n+ watchFiles(inputFiles, { ...argv, config })\nKEEP_OPEN = true\nbr...
JavaScript
MIT License
mjmlio/mjml
give correct options to watchFiles
424,160
13.02.2020 16:21:55
-7,200
7a25181a5eb31f8dcc5ff029cc56b3a8884f3ac9
feat: Add middleware (preprocessors) to mjml parser
[ { "change_type": "MODIFY", "old_path": "packages/mjml-parser-xml/src/index.js", "new_path": "packages/mjml-parser-xml/src/index.js", "diff": "@@ -36,6 +36,7 @@ export default function MJMLParser(xml, options = {}, includedIn = []) {\nkeepComments = true,\nfilePath = '.',\nignoreIncludes = false,\n+ ...
JavaScript
MIT License
mjmlio/mjml
feat: Add middleware (preprocessors) to mjml parser
424,160
13.02.2020 16:33:31
-7,200
d57f704e331d7b0903fc587bff6965f2ba7a9397
add test-middleware file
[ { "change_type": "ADD", "old_path": null, "new_path": "packages/mjml-parser-xml/test/test-middlewares.js", "diff": "+const MJMLParser = require('../lib')\n+const mjml2html = require('../../mjml/lib')\n+const components = require('../../mjml-core/lib').components\n+const { template } = require('lodas...
JavaScript
MIT License
mjmlio/mjml
add test-middleware file
424,160
14.02.2020 11:57:13
-7,200
c982ff1fdb49496c16cdfb542e687d53ba4c4f5d
change middlewares to preprocessors
[ { "change_type": "MODIFY", "old_path": "packages/mjml-parser-xml/src/index.js", "new_path": "packages/mjml-parser-xml/src/index.js", "diff": "@@ -36,7 +36,7 @@ export default function MJMLParser(xml, options = {}, includedIn = []) {\nkeepComments = true,\nfilePath = '.',\nignoreIncludes = false,\n- ...
JavaScript
MIT License
mjmlio/mjml
change middlewares to preprocessors
424,167
14.02.2020 20:38:05
21,600
0c373a02f3f524cb94a4bd2beadeaaba15ed725c
fix-1765 # Analysis # References to mj-hero-content are in mjml-hero/README.md, at The first sentence of text (immediately after the initial heading), and The one code comment in the second block of demonstration code. In each case, it is appropriate to remove the entire sentence.
[ { "change_type": "MODIFY", "old_path": "packages/mjml-hero/README.md", "new_path": "packages/mjml-hero/README.md", "diff": "## mjml-hero\n-Display a section with a background image and some content inside (mj-text, mj-button, mj-image ...) wrapped in mj-hero-content component\n-\nFixed height\n<p al...
JavaScript
MIT License
mjmlio/mjml
fix-1765 # Analysis # References to mj-hero-content are in mjml-hero/README.md, at - The first sentence of text (immediately after the initial heading), and - The one code comment in the second block of demonstration code. In each case, it is appropriate to remove the entire sentence.
424,175
17.02.2020 13:40:18
10,800
44c2491aa48d674cf1fa4762625b78b95e724b2b
[fix] Added trailing comma
[ { "change_type": "MODIFY", "old_path": "packages/mjml-image/src/index.js", "new_path": "packages/mjml-image/src/index.js", "diff": "@@ -34,7 +34,7 @@ export default class MjImage extends BodyComponent {\nheight: 'unit(px,auto)',\n'max-height': 'unit(px,%)',\n'font-size': 'unit(px)',\n- usemap: 'stri...
JavaScript
MIT License
mjmlio/mjml
[fix] Added trailing comma
424,239
17.02.2020 17:23:45
18,000
7271120759efe0a1ae00560adbc0715514514618
mj-social: Allow border-radius to be percentage or px based
[ { "change_type": "MODIFY", "old_path": "packages/mjml-social/src/Social.js", "new_path": "packages/mjml-social/src/Social.js", "diff": "@@ -3,7 +3,7 @@ import { BodyComponent } from 'mjml-core'\nexport default class MjSocial extends BodyComponent {\nstatic allowedAttributes = {\nalign: 'enum(left,ri...
JavaScript
MIT License
mjmlio/mjml
mj-social: Allow border-radius to be percentage or px based
424,263
18.02.2020 23:16:50
-3,600
e4c14b728a3841394af08fbde4b8ad165f96aae6
added the ability to add background positions -wip.
[ { "change_type": "MODIFY", "old_path": "packages/mjml-section/src/index.js", "new_path": "packages/mjml-section/src/index.js", "diff": "@@ -8,6 +8,8 @@ export default class MjSection extends BodyComponent {\n'background-url': 'string',\n'background-repeat': 'enum(repeat,no-repeat)',\n'background-siz...
JavaScript
MIT License
mjmlio/mjml
added the ability to add background positions -wip.
424,263
18.02.2020 23:55:00
-3,600
e8a18764f854b4c365b80a609737e369782228f0
added no-repeat functionality for outlook.
[ { "change_type": "MODIFY", "old_path": "packages/mjml-section/src/index.js", "new_path": "packages/mjml-section/src/index.js", "diff": "@@ -219,7 +219,18 @@ export default class MjSection extends BodyComponent {\ndefault: vOriginPosY = '0'; break;\n}\n} else {\n-\n+ switch (this.getAttribute('backgr...
JavaScript
MIT License
mjmlio/mjml
added no-repeat functionality for outlook.
424,263
19.02.2020 00:23:35
-3,600
ee387228526e80113df3097f7c27bac4b0c1a56b
added background repeat as css-prop for yahoo.
[ { "change_type": "MODIFY", "old_path": "packages/mjml-section/src/index.js", "new_path": "packages/mjml-section/src/index.js", "diff": "@@ -55,8 +55,9 @@ export default class MjSection extends BodyComponent {\nconst background = this.getAttribute('background-url')\n? {\nbackground: this.getBackgroun...
JavaScript
MIT License
mjmlio/mjml
added background repeat as css-prop for yahoo.
424,175
19.02.2020 11:27:24
10,800
bc09b02941f4d070919235392f90b9253de164c4
Update doc, added usemap attribute
[ { "change_type": "MODIFY", "old_path": "packages/mjml-image/README.md", "new_path": "packages/mjml-image/README.md", "diff": "@@ -43,5 +43,6 @@ src | url | image source |\nsrcset | url & width | enables to set a different image source based on the viewport | n/a\ntarget | string | link target on cli...
JavaScript
MIT License
mjmlio/mjml
Update doc, added usemap attribute
424,263
20.02.2020 15:59:15
-3,600
fbc4bca0a00d30a19cabb7b22ffa621eb2b9c357
elslint and changed switch statement
[ { "change_type": "MODIFY", "old_path": "packages/mjml-section/src/index.js", "new_path": "packages/mjml-section/src/index.js", "diff": "@@ -202,45 +202,48 @@ export default class MjSection extends BodyComponent {\nconst { containerWidth } = this.context\n- let vOriginPosX, vOriginPosY\n+ let vOrigin...
JavaScript
MIT License
mjmlio/mjml
elslint and changed switch statement
424,263
21.02.2020 14:00:59
-3,600
abfcbcd1a2001742a3e60099b501a59a50e5734c
added support for percentage values for background position.
[ { "change_type": "MODIFY", "old_path": "packages/mjml-section/src/index.js", "new_path": "packages/mjml-section/src/index.js", "diff": "@@ -8,8 +8,8 @@ export default class MjSection extends BodyComponent {\n'background-url': 'string',\n'background-repeat': 'enum(repeat,no-repeat)',\n'background-siz...
JavaScript
MIT License
mjmlio/mjml
added support for percentage values for background position.
424,167
23.02.2020 00:30:23
21,600
5f38ede7bd63e06ed85405e95710666859f5ba51
separate gnext from next
[ { "change_type": "MODIFY", "old_path": "doc/components_1.md", "new_path": "doc/components_1.md", "diff": "@@ -7,7 +7,6 @@ MJML comes out of the box with a set of standard components to help you build ea\nFor instance, the `mj-button` component is, on the inside, a complex HTML layout:\n``` html\n-\n...
JavaScript
MIT License
mjmlio/mjml
separate gnext from next
424,171
02.03.2020 18:33:29
-3,600
89bc0e423629a8e10c6a3fe90d7abc7977269503
handle inner-borders
[ { "change_type": "MODIFY", "old_path": "packages/mjml-column/README.md", "new_path": "packages/mjml-column/README.md", "diff": "@@ -44,6 +44,12 @@ border-left | string | css border format | n/a\nborder-right | string | css border format | n/a\nborder-top | string | css border format | n/a\nborder-ra...
JavaScript
MIT License
mjmlio/mjml
handle inner-borders
424,171
02.03.2020 19:23:01
-3,600
3220f9acbd7bbb53bee4bff30a1b407be47c6f83
fix dont escape url when base url
[ { "change_type": "MODIFY", "old_path": "packages/mjml-navbar/src/NavbarLink.js", "new_path": "packages/mjml-navbar/src/NavbarLink.js", "diff": "@@ -67,7 +67,7 @@ export default class MjNavbarLink extends BodyComponent {\nrenderContent() {\nconst href = this.getAttribute('href')\nconst navbarBaseUrl ...
JavaScript
MIT License
mjmlio/mjml
fix #1801 dont escape url when base url
424,171
02.03.2020 20:16:03
-3,600
e5ec0a8d277e2c958f8bf5b086582b9805817fcb
add preprocessors option in doc
[ { "change_type": "MODIFY", "old_path": "packages/mjml/README.md", "new_path": "packages/mjml/README.md", "diff": "@@ -126,6 +126,7 @@ beautify | boolean | Option to beautify the HTML output | false\nminify | boolean | Option to minify the HTML output | false\nvalidationLevel | string | Available val...
JavaScript
MIT License
mjmlio/mjml
add preprocessors option in doc
424,171
03.03.2020 11:24:34
-3,600
9d3e84c0c7d77cefe6e4eec64ab24d1ce47d1b15
allow to pass preprocessors to mj-core
[ { "change_type": "MODIFY", "old_path": "packages/mjml-core/src/index.js", "new_path": "packages/mjml-core/src/index.js", "diff": "@@ -91,6 +91,7 @@ export default function mjml2html(mjml, options = {}) {\nactualPath = '.',\nmjmlConfigPath = null,\nnoMigrateWarn = false,\n+ preprocessors,\n} = {\n......
JavaScript
MIT License
mjmlio/mjml
allow to pass preprocessors to mj-core
424,171
03.03.2020 11:25:56
-3,600
c914ec12d967462c1e5ba3e2fe10602303917708
preprocessors doc
[ { "change_type": "MODIFY", "old_path": "packages/mjml/README.md", "new_path": "packages/mjml/README.md", "diff": "@@ -126,7 +126,7 @@ beautify | boolean | Option to beautify the HTML output | false\nminify | boolean | Option to minify the HTML output | false\nvalidationLevel | string | Available val...
JavaScript
MIT License
mjmlio/mjml
preprocessors doc
424,171
03.03.2020 17:00:56
-3,600
c29b545dfbf446e168d331a150a2eeed9de3dc9c
fix cli when no config args
[ { "change_type": "MODIFY", "old_path": "packages/mjml-cli/src/commands/watchFiles.js", "new_path": "packages/mjml-cli/src/commands/watchFiles.js", "diff": "@@ -30,7 +30,7 @@ export default (input, options) => {\n)(dependencies)\nconst synchronyzeWatcher = filePath => {\ngetRelatedFiles(filePath).for...
JavaScript
MIT License
mjmlio/mjml
fix cli when no config args
424,171
03.03.2020 17:40:38
-3,600
90b62acf0b9044887417b234f0311f61af413d85
add useMjmlConfigOptions in docs
[ { "change_type": "MODIFY", "old_path": "README.md", "new_path": "README.md", "diff": "@@ -143,6 +143,7 @@ filePath | string | Path of file, used for relative paths in mj-includes | '.'\njuicePreserveTags | Preserve some tags when inlining css, see [mjml-cli documentation](https://github.com/mjmlio/m...
JavaScript
MIT License
mjmlio/mjml
add useMjmlConfigOptions in docs
424,171
04.03.2020 12:35:37
-3,600
172bcc35ab00749ea72af958fa0ab07ccece02c0
revert fake commit
[ { "change_type": "MODIFY", "old_path": "packages/mjml-core/src/index.js", "new_path": "packages/mjml-core/src/index.js", "diff": "@@ -181,7 +181,6 @@ export default function mjml2html(mjml, options = {}) {\n}\n}\n-\nconst applyAttributes = mjml => {\nconst parse = (mjml, parentMjClass = '') => {\nco...
JavaScript
MIT License
mjmlio/mjml
revert fake commit
424,171
13.03.2020 17:13:17
-3,600
af9aa4cf877b8729c4771bb1006d1f90b04c9d2a
fix custom attributes :sparkles:
[ { "change_type": "MODIFY", "old_path": "packages/mjml-core/package.json", "new_path": "packages/mjml-core/package.json", "diff": "},\n\"dependencies\": {\n\"babel-runtime\": \"^6.26.0\",\n+ \"cheerio\": \"1.0.0-rc.3\",\n\"html-minifier\": \"^3.5.3\",\n\"js-beautify\": \"^1.6.14\",\n\"juice\": \"^5.2...
JavaScript
MIT License
mjmlio/mjml
fix #200 custom attributes :sparkles:
424,265
03.04.2020 15:39:39
14,400
5ca2b45024f7be91e636f118e615d1c82a582f87
add support for vertical-align, update docs
[ { "change_type": "MODIFY", "old_path": "packages/mjml-social/README.md", "new_path": "packages/mjml-social/README.md", "diff": "@@ -95,6 +95,7 @@ src | url | image source | Each\ntarget | string | link target | \\_blank\ntitle | string | img title attribute | none\ntext-decoration | string | underli...
JavaScript
MIT License
mjmlio/mjml
add support for vertical-align, update docs
424,265
03.04.2020 16:17:35
14,400
b250b8d79a759ffe6e66a1f958e61b47896db05e
add trailing commas to resolve errors
[ { "change_type": "MODIFY", "old_path": "packages/mjml-social/src/SocialElement.js", "new_path": "packages/mjml-social/src/SocialElement.js", "diff": "@@ -116,7 +116,7 @@ export default class MjSocialElement extends BodyComponent {\ntitle: 'string',\ntarget: 'string',\n'text-decoration': 'string',\n-...
JavaScript
MIT License
mjmlio/mjml
add trailing commas to resolve errors
424,171
06.04.2020 18:32:26
-7,200
de92872299954da026c4e819c0bf1965851621d8
add support for size in px/%, ensure old templates stay unchanged
[ { "change_type": "MODIFY", "old_path": "packages/mjml-section/README.md", "new_path": "packages/mjml-section/README.md", "diff": "@@ -31,11 +31,18 @@ changed to 100%.\nSections cannot be nested into sections. Also, any content in a section should also be wrapped in a column.\n</aside>\n+<aside class...
JavaScript
MIT License
mjmlio/mjml
add support for size in px/%, ensure old templates stay unchanged
424,171
24.04.2020 03:20:51
-7,200
df12962c965a5a4a19111ef3dc76ab048b130ce1
fix for cheerio altering templating syntax
[ { "change_type": "MODIFY", "old_path": "packages/mjml-core/src/index.js", "new_path": "packages/mjml-core/src/index.js", "diff": "@@ -341,7 +341,10 @@ export default function mjml2html(mjml, options = {}) {\n}\nif (!isEmpty(globalDatas.customAttributes)) {\n- const $ = cheerio.load(content)\n+ const...
JavaScript
MIT License
mjmlio/mjml
fix for cheerio altering templating syntax