Skip to content

Commit

Permalink
Merge pull request #44 from shd101wyy/0.2.5
Browse files Browse the repository at this point in the history
Done version 0.2.5.
  • Loading branch information
shd101wyy authored Aug 11, 2017
2 parents 05cbf1d + 91b0b59 commit 82959d2
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions docs/newest.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
I will be busy hunting jobs (August & September), so I won't have time to implement new features for this extension.
The updates in the following two months will be bug fixes only.

## 0.2.5
* Fixed revealjs html export style bug.
* Supported configuring attributes for diagram **containers**.
For example:

```puml {.center}
// your code here
```
will add `class="center"` to the container.
* By default, all exported files will use `github-light.css` style. You can use your preview theme for export by setting `printBackground` to `true` from the extension settings, or add `print_background:true` to front-matter.

## 0.2.3 & 0.2.4
* The old feature [WaveDrom diagram](https://shd101wyy.github.io/markdown-preview-enhanced/#/diagrams?id=wavedrom) is now supported again.
* The doc of customization css is updated, please [check it here](https://shd101wyy.github.io/markdown-preview-enhanced/#/customize-css).
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
]
},
"markdown-preview-enhanced.printBackground": {
"description": "Whether to print background for PDF file export or not. If set to `false`, then `github-light` preview theme will be used.",
"description": "Whether to print background for file export or not. If set to `false`, then `github-light` preview theme will be used. You can also set `print_background` in front-matter for individual files.",
"default": false,
"type": "boolean"
},
Expand Down Expand Up @@ -360,7 +360,7 @@
"package": "vsce package"
},
"dependencies": {
"@shd101wyy/mume": "^0.1.8"
"@shd101wyy/mume": "^0.1.9"
},
"devDependencies": {
"@types/jquery": "^2.0.46",
Expand All @@ -371,4 +371,4 @@
"typescript": "^2.0.3",
"vscode": "^1.0.0"
}
}
}

0 comments on commit 82959d2

Please sign in to comment.