Skip to content
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.

Releases: attilabuti/vscode-mjml

1.6.0

28 Oct 16:15
Compare
Choose a tag to compare
  • [new] Configuration property mjml.templateGallery: Show the template gallery instead of quick pick.
  • [new] Configuration property mjml.templateGalleryAutoClose: Automatically close template gallery when selecting a template.
  • #42 #43: fixed beautify issues.
  • [new] #47 MJML: Version: Shows the version of MJML.
  • .mjmlconfig is working again.
  • MJML 4.2.0
  • Other improvements and bugfixes.

1.5.1

03 Oct 10:50
Compare
Choose a tag to compare
  • #41: fixed preview issue.
  • #40: fixed comment issue.

1.5.0

28 Sep 19:38
Compare
Choose a tag to compare
  • [new] Configuration property mjml.previewBackgroundColor: preview background color (#39).
  • [new] Configuration property mjml.showSaveDialog: show the save as dialog instead of input box.
  • [new] Configuration property mjml.autoClosePreview: automatically close preview when all open MJML documents have been closed.
  • [new] MJML: Documentation: open the MJML documentation.
  • [new] MJML: Search in MJML documentation: search for the selected mj-element in the MJML documentation.
  • #38: added support for beautify mj-style.
  • #35: show more useful information on error in sending the email.
  • #29: merged pull request.
  • MJML syntax highlight with CSS support.
  • The PreviewManager has been completely rewritten.
  • Built-in MJML documentation with Try it live support.
  • Search in MJML documentation from context menu.
  • MJML 4.1.2
  • Some other improvements.

1.4.0

14 Jul 16:05
Compare
Choose a tag to compare
  • #30: fixed PhantomJS rebuild issue.
  • #27 #31: fixed rendering issue.
  • MJML 4.1.0
  • Some other improvements.

1.3.0

15 May 13:24
Compare
Choose a tag to compare
  • [new] Configuration property mjml.autoPreview: Automatically update preview when switching between MJML documents.
  • MJML 4.0.5
  • Various fixes and other improvements.

1.2.1

15 Apr 14:38
Compare
Choose a tag to compare
  • #24: fixed.
  • Dependency updates.

1.2.0

26 Mar 11:35
Compare
Choose a tag to compare
  • [new] Configuration property mjml.mailer: send email with Nodemailer or Mailjet. Possible values are 'nodemailer' and 'mailjet'.
  • [new] Configuration property mjml.nodemailer: Nodemailer configuration. Please see the Nodemailer documentation for more information.
  • Send email with Nodemailer.
  • Added support for inline images (automatically generated from local images).
  • New preview icon.
  • Some other improvements.
  • MJML 4.0.3

1.1.0

18 Mar 10:47
Compare
Choose a tag to compare
  • [new] Configuration property mjml.exportType: Specifies the file type of the output file.
  • MJML: Export HTML: allows to specify the exported file type (e.g. example.html or .pug).
  • MJML 4.0.2

1.0.0

07 Mar 22:20
Compare
Choose a tag to compare
  • [new] MJML: Migrate: Migrate a template from MJML 3 to MJML 4.
  • Change to Semantic Versioning.
  • Some fixes.
  • MJML 4.0.0

0.1.0

14 Dec 23:26
Compare
Choose a tag to compare
  • [new] MJML: Beautify: #8 Beautify MJML code.
  • #15: fixed preview cache issue.
  • Some other improvements.