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

Commit

Permalink
Releasing 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
attilabuti committed May 15, 2018
1 parent 6966485 commit 5339739
Show file tree
Hide file tree
Showing 7 changed files with 491 additions and 554 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
All notable changes to the "mjml" extension will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/).

### [1.3.0] (2018-05-15)
* [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] (2018-04-15)
* [#24](https://github.com/attilabuti/vscode-mjml/issues/24): fixed.
* Dependency updates.
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ The following command is available:

| Name | Default | Description |
| --- | --- | --- |
| `mjml.autoPreview` | `false` | Automatically update preview when switching between MJML documents. |
| `mjml.beautifyHtmlOutput` | `false` | Beautify HTML output. (Works when `mjml.minifyHtmlOutput` aren't enabled.) |
| `mjml.beautify` | ` ` | Beautify options ([available options](https://github.com/beautify-web/js-beautify#options)). |
| `mjml.exportType` | `.html` | Specifies the file type of the output file. |
Expand Down Expand Up @@ -151,6 +152,11 @@ Please see the [Nodemailer](https://nodemailer.com) documentation for more infor

## Change Log

### [1.3.0] (2018-05-15)
* [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] (2018-04-15)
* [#24](https://github.com/attilabuti/vscode-mjml/issues/24): fixed.
* Dependency updates.
Expand Down
Loading

0 comments on commit 5339739

Please sign in to comment.