0.5.0 (2023-09-14)
- 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
- deprecate the
mermaid({ fold: true })
config in favor of thefoldByIndent
extension
0.4.1 (2023-08-23)
- 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)
- sequence diagram support
- user journey diagram support
0.3.0 (2023-07-14)
- flowchart diagram support
- allow text before diagram to prevent breaks in syntax highlighting
0.2.2 (2023-06-26)
- add parent tags to mermaid tag definitions
0.2.1 (2023-02-20)
- update readme on npm registry
0.2.0 (2023-02-20)
- project restructure
- automatic diagram detection
- encompassing mermaid grammar
- pie chart grammar
0.1.1 (2023-02-19)
- export language description
0.1.0 (2023-02-05)
- first numbered release 🎉
- initialize repo
- add mindmap Mermaid grammar
- add unit tests