Skip to content

Latest commit

 

History

History
88 lines (62 loc) · 2.07 KB

CHANGELOG.md

File metadata and controls

88 lines (62 loc) · 2.07 KB

Change Log

1.12.0 - August 31, 2021

  • Add support for running in browsers.

1.11.0 - August 31, 2021

  • Update to Mermaid 8.12.0: #114 Thanks @CoenraadS!
  • Use a transparent background for diagrams: #113. Thanks @CoenraadS!

1.9.2 - February 10, 2021

  • Update to Mermaid 8.9.0
  • Fixes for ::: rendering. Thanks @chkohner!

1.9.1 - January 11, 2021

  • Update to Mermaid 8.8.4

1.9.0 - November 5, 2020

  • Update to Mermaid 8.8.2

1.8.1 - August 20, 2020

  • Fix markdown-it-container listed as a dev dependency instead of a regular one.

1.8.0 - August 19, 2020

  • Support using ::: style blocks. These are used on the Azure DevOps Wiki.

1.7.0 - August 17, 2020

  • Update to mermaid 8.7.0
  • Resolve advisory-1548
    • Update webpack to 4.44.1
    • Update terser-webpack-plugin to 2.3.8

1.6.0 - August 7, 2020

  • Update to mermaid 8.6.4.

1.5.1 - May 26, 2020

  • Update to mermaid 8.5.1.

1.4.2 - February 6, 2020

  • Update to mermaid 8.4.6.

1.4.1 - November 8, 2019

  • Fix mermaid class annotations.

1.4.0 - October 28, 2019

  • Update to mermaid 8.4.0. Thanks @MrBramme!

1.3.0 - October 8, 2019

  • Update to mermaid 8.3.1.
  • Minify webpacked output.

1.2.0 - August 27, 2019

  • Update to latest mermaid version. Thanks @jnnnnn!

1.1.4 - April 26, 2019

  • Remove extensionKind as this is no longer required.

1.1.3 - April 18, 2019

  • Set explicit extensionKind for VS Code compatability.

1.1.2 - January 3, 2019

  • Remove dummy menu item

1.1.1 - January 3, 2019

  • Remove dummy command

1.1.0 - January 2, 2019

  • Pick up mermaid 8.0.0.

1.0.0 - May 16, 2018

  • Pick up Mermaid 8.0

0.1.1 - November 3, 2017

  • Multi-root ready

0.1.0 - October 9, 2017

  • Support pandoc language identifiers for mermaid blocks. Thanks @larsw!
  • Use webpack to bundle mermaid scripts

0.0.4 - August 23, 2017

  • Fix mermaid styling for high contrast themes

0.0.2 - August 19, 2017

  • Fix possible race condition.
  • Added logo.
  • Switch mermaid light or dark style based on VS Code theme

0.0.1 - August 10, 2017

  • Initial release