11.4.0
Added 8
- Add Kanban board as a new diagram type
- Add classBox shape for use in diagrams
- Add option to hide empty members box in class diagrams
- Add support for handDrawn look in class diagrams
- Introduce classDef statement into class diagrams
- Add support for styling the default class in class diagrams
- Add support for lollipop interfaces in class diagrams
- Add missing TypeScript dependencies
Changed 1
- Update class diagram to use the new unified rendering approach
Fixed 3
- Fix jagged edge rendering for icon shape
- Fix icon color rendering for colored icons
- Make mermaid.parse throw errors on invalid shapes to match behavior of mermaid.render
Minor Changes
-
#5999
742ad7cThanks @knsv! - Adding Kanban board, a new diagram type -
#5880
bdf145fThanks @yari-dewalt! - Class diagram changes:- Updates the class diagram to the new unified way of rendering.
- Includes a new "classBox" shape to be used in diagrams
- Other updates such as:
- the option to hide the empty members box in class diagrams,
- support for handDrawn look,
- the introduction of the classDef statement into class diagrams,
- support for styling the default class,
- support lollipop interfaces.
- Includes fixes / additions for #5562 #3139 and #4037
Patch Changes
-
#5937
17b7831Thanks @saurabhg772244! - fix: Jagged edge fix for icon shape -
#5933
72d60d2Thanks @remcohaszing! - Add missing TypeScript dependencies -
#5937
17b7831Thanks @saurabhg772244! - fix: Icon color fix for colored icons. -
#6002
5fabd41Thanks @aloisklink! - fix: errormermaid.parseon an invalid shape, so that it matches the errors thrown bymermaid.render