Skip to content

Releases: mermaid-js/mermaid

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

Release v0.2.5

27 Nov 20:33
Compare
Choose a tag to compare
  • Support for new shapes circle, irregular rectangle
  • Support for styling of links
  • Support for newlines in texts
  • Centered text on links
  • Shaded background for text on links
  • Support for click on nodes

0.2.4

25 Nov 22:03
Compare
Choose a tag to compare

Better text handling within nodes
Support for
tags winin node text
Possibility to add click events to nodes