Merge pull request #5921 from mermaid-js/develop

Pre Release
This commit is contained in:
Sidharth Vinod
2024-10-03 19:58:58 +05:30
committed by GitHub
120 changed files with 7808 additions and 629 deletions

View File

@@ -0,0 +1,17 @@
---
'@mermaid': patch
---
Fixed an issue when the mermaid classdiagram crashes when adding a . to the namespace.
Forexample
```mermaid
classDiagram
namespace Company.Project.Module {
class GenericClass~T~ {
+addItem(item: T)
+getItem() T
}
}
```

View File

@@ -0,0 +1,5 @@
---
'@mermaid-js/layout-elk': patch
---
chore: Update render options

View File

@@ -0,0 +1,5 @@
---
'mermaid': minor
---
New Flowchart Shapes (with new syntax)

View File

@@ -0,0 +1,5 @@
---
'mermaid': patch
---
Ban DOMPurify v3.1.7 as a dependency