Version Packages

This commit is contained in:
github-actions[bot]
2024-10-30 15:19:33 +00:00
parent ef9cbb61e5
commit d4e5acc530
8 changed files with 29 additions and 43 deletions

View File

@@ -1,5 +0,0 @@
---
'mermaid': patch
---
fix: Jagged edge fix for icon shape

View File

@@ -1,5 +0,0 @@
---
'mermaid': patch
---
Add missing TypeScript dependencies

View File

@@ -1,5 +0,0 @@
---
'mermaid': patch
---
fix: Icon color fix for colored icons.

View File

@@ -1,5 +0,0 @@
---
'mermaid': minor
---
Adding Kanban board, a new diagram type

View File

@@ -1,17 +0,0 @@
---
'mermaid': minor
---
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
pr: 5880

View File

@@ -1,5 +0,0 @@
---
'mermaid': patch
---
fix: error `mermaid.parse` on an invalid shape, so that it matches the errors thrown by `mermaid.render`