Skip to content

Latest commit

 

History

History
80 lines (56 loc) · 1.98 KB

CHANGELOG.md

File metadata and controls

80 lines (56 loc) · 1.98 KB

Change Log

0.4.1

  • Update dependencies.
    • mermaid 8.14.0 from 9.1.3

0.4.0

  • Add new features.
    • Save image as PNG/PNG*/JPG/SVG, Copy to Clpboard (PNG)
      • PNG*: The SVG data generated by mermaid's library does not include a background color. The 'PNG*' button to generate a PNG image with a specified background color as you see it.
  • Force removal of unexpected vertical margins generated by mermaid and mscgen Preview libraries.
  • Update dependencies.
    • mermaid 8.14.0 from 8.13.8
    • mscgenjs-inpage 4.0.4 from 3.0.3
    • etc.

0.3.2

  • Update dependencies.
    • mermaid 8.13.8 from 8.9.2
    • mscgenjs 6.0.1 from 5.0.4
    • mscgenjs-inpage 4.0.4 from 3.0.3

0.3.0

  • Bugfix: Support vscode ^1.54.0
  • Refactoring: A great many things...
  • Update dependencies.
    • mermaid 8.9.2 from 8.4.7
    • mscgenjs 5.0.4 from 4.0.2
    • etc.

0.2.4

0.2.3

  • Bugfix: Webpack support was broken and fixed from 0.2.2.

0.2.2

0.2.1

  • Update document. only...

0.2.0

  • Support vscode ^1.33.0
  • Update dependencies.

0.1.1

  • Add Special feature.
    • In the .mmd file, it corresponds to the special notation of importing external files.
  • Update latest modules.
    • mermaid 8.0.0-rc.8, mscgenjs 1.15.2, mscgenjs-inpage 1.13.1 .

0.1.0

  • Support metmaid preview on Mac.
    • In order to implement this function, I disabled the function of automatically selecting styles according to theme.
  • Refactoring.
  • Change configuration format.

0.0.1

  • Initial release