mermaid-js / mermaid

Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown
https://mermaid.js.org
MIT License
72k stars 6.53k forks source link

Switch default renderer for class diagrams to the next generation renderer #2256

Open knsv opened 3 years ago

knsv commented 3 years ago

The new version of class diagrams have better looks & support for htmlLabels. This will be the default renderer from now on.

It will still be able to revert to the old version by changing defaultRenderer to 'dagre-d3' in your configuration under the class section.

mestaritonttu commented 3 years ago

The comment still says Default value: 'dagre-d3' btw.

ghost commented 1 year ago

Relates to:

jgreywolf commented 5 days ago

@yari-dewalt Was this resolved by your update?