UNPKG

codemirror-lang-mermaid

Version:
85 lines (40 loc) 2.02 kB
# [0.5.0](https://github.com/inspirnathan/codemirror-lang-mermaid/compare/v0.4.1...v0.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](https://github.com/inspirnathan/codemirror-lang-mermaid/compare/v0.4.0...v0.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](https://github.com/inspirnathan/codemirror-lang-mermaid/compare/v0.3.0...v0.4.0) (2023-08-06) ### Features - sequence diagram support - user journey diagram support # [0.3.0](https://github.com/inspirnathan/codemirror-lang-mermaid/compare/v0.2.2...v0.3.0) (2023-07-14) ### Features - flowchart diagram support - allow text before diagram to prevent breaks in syntax highlighting ## [0.2.2](https://github.com/inspirnathan/codemirror-lang-mermaid/compare/v0.2.1...v0.2.2) (2023-06-26) ### Features - add parent tags to mermaid tag definitions ## [0.2.1](https://github.com/inspirnathan/codemirror-lang-mermaid/compare/v0.2.0...v0.2.1) (2023-02-20) ### Features - update readme on npm registry # [0.2.0](https://github.com/inspirnathan/codemirror-lang-mermaid/compare/v0.1.1...v0.2.0) (2023-02-20) ### Features - project restructure - automatic diagram detection - encompassing mermaid grammar - pie chart grammar ## [0.1.1](https://github.com/inspirnathan/codemirror-lang-mermaid/compare/v0.1.0...v0.1.1) (2023-02-19) ### Features - export language description # [0.1.0]() (2023-02-05) ### Features - first numbered release 🎉 - initialize repo - add [mindmap](https://mermaid.js.org/syntax/mindmap.html) Mermaid grammar - add unit tests