0.7.0
0.7.0 Release
- π Added
editor-light
,editor-dark
,system-light
,system-dark
class names to the preview panel. - β¨ Reduced the size of the bundled vscode MPE extension from 40mb to 8mb.
- β Supported to configure:
markdown-preview-enhanced.mathjaxV3ScriptSrc
,markdown-preview-enhanced.plantumlJarPath
, andmarkdown-preview-enhanced.krokiServer
. - π° Updated @shd101wyy/mume to version 0.7.8.
-
π€ Completely refactored the
mume
project. It's not done yet, but it's a good start. The next release will be a major release.- π Now use the esbuild to bundle the project.
- π Better support of both commonjs and esm.
- π§ Replaced tslint with eslint.
-
π° Removed the
plantuml.jar
file from themume
project. Now you need to download the plantuml.jar file manually from here.- If you are using
mume
, you will need to passplantumlJarPath
to themume.init({})
. - If you are using VSCode, you can set the
markdown-preview-enhanced.plantumlJarPath
option in the VSCode settings.
- If you are using
-
π Removed
ditaa.jar
file from themume
project. Also removed the native support of rendering ditaa diagrams. But you can now use Kroki to render theditaa
diagrams. -
π Removed rendering the
js-sequence-diagram
andflowchart.js
charts. -
π Updated
MathJax
to V3.MathJax
V2 is no longer supported. -
π Added Kroki support to render diagrams. This is a beta feature. For example:
```ditaa {kroki=true} +--------+ +-------+ +-------+ | | --+ ditaa +--> | | | Text | +-------+ |diagram| |Document| |!magic!| | | | {d}| | | | | +---+----+ +-------+ +-------+ : ^ | Lots of work | +-------------------------+ ```
-
π Updated
mermaid
to version10.4.0
, and supported rendering zenuml chart usingmermaid
. -
π Updated
vega
to the latest version5.25.0
. -
π Updated
vega-lite
to the latest version5.14.1
. -
π Updated
cheerio
to the latest version1.0.0-rc.12
. -
π Updated
prismjs
to the latest version0.12.9
. -
π Updated
viz.js
to the latest version3.1.0
.
-