Skip to content

Releases: mermaid-js/mermaid

0.3.1

05 Jan 14:45
Compare
Choose a tag to compare

Sequence diagrams

  • Addition of alt, opt statements in sequence diagrams
  • Addition async messages in sequence diagrams
  • Line breaks for all variations of br tags as described in issue #73

Flowcharts

  • Added ` as a valid character for flowcharts as described in issue #84
  • Added format for link text to look like the text is on the line as described in issue #53

Mermaid CLI

  • mermaid CLI shows help and version even if phantom isn't present. As described in issue #71

0.3.0

22 Dec 13:04
Compare
Choose a tag to compare

New features:

  • Client utility, issue #6
  • Support for sequence diagrams, issue #16

Bugfixes:

  • Backslash is now a valid character in nodes (mentioned in #54)

0.2.16

15 Dec 19:22
Compare
Choose a tag to compare

Resolved issues:

  • This characters failed the lexical parsing #46
  • Trailing whitespace at the end of lines is not ignored #55
  • Improve readability with new line as terminator and whitespace #38
  • Use classes instead of inline style for easy styling #24
  • Support for comments #47
    Sequence diagrams still in alpha but now support notes (to the right)

0.2.15

05 Dec 09:57
Compare
Choose a tag to compare
  • Better handling of width
  • Git ingore update
  • Correct repository information in package .json

0.2.14

05 Dec 10:01
Compare
Choose a tag to compare
  • Better text support with handling of more unicode characters and some special characters as ? etc
  • Parser exposed in the API
  • Added check for previously processed div elements, fix for issue #29.

Support for unicode letters

01 Dec 20:22
Compare
Choose a tag to compare

This time also including the compiled files in dist.

Support for unicode letters.

01 Dec 20:05
Compare
Choose a tag to compare

Support for unicode letters.

Version fix

01 Dec 09:01
Compare
Choose a tag to compare
0.2.8

Verison fix

Version fix

01 Dec 08:34
Compare
Choose a tag to compare

Difference between bower version and version in the code

Bugfix

28 Nov 17:20
Compare
Choose a tag to compare
  • Default shape for nodes without shape info set to rectangle