Skip to content

Files

Latest commit

author
inspirnathan
Sep 14, 2023
ebc5a35 · Sep 14, 2023

History

History
84 lines (40 loc) · 1.98 KB

CHANGELOG.md

File metadata and controls

84 lines (40 loc) · 1.98 KB

0.5.0 (2023-09-14)

Features

  • requirement diagram support
  • gantt chart diagram support
  • foldByIndent extension was added to support code folding across all Mermaid diagram types including usage in Markdown fenced code blocks

Deprecations

  • deprecate the mermaid({ fold: true }) config in favor of the foldByIndent extension

0.4.1 (2023-08-23)

Features

  • add code folding support for mindmap diagrams by importing the language with a config i.e. mermaid({ fold: true })
  • set tabs equal to four spaces instead of eight in mindmap diagrams

0.4.0 (2023-08-06)

Features

  • sequence diagram support
  • user journey diagram support

0.3.0 (2023-07-14)

Features

  • flowchart diagram support
  • allow text before diagram to prevent breaks in syntax highlighting

0.2.2 (2023-06-26)

Features

  • add parent tags to mermaid tag definitions

0.2.1 (2023-02-20)

Features

  • update readme on npm registry

0.2.0 (2023-02-20)

Features

  • project restructure
  • automatic diagram detection
  • encompassing mermaid grammar
  • pie chart grammar

0.1.1 (2023-02-19)

Features

  • export language description

0.1.0 (2023-02-05)

Features

  • first numbered release 🎉
  • initialize repo
  • add mindmap Mermaid grammar
  • add unit tests