mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 14:29:25 +02:00
17
.changeset/add-nested-namespaces.md
Normal file
17
.changeset/add-nested-namespaces.md
Normal 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
|
||||
}
|
||||
}
|
||||
```
|
5
.changeset/popular-hounds-smash.md
Normal file
5
.changeset/popular-hounds-smash.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@mermaid-js/layout-elk': patch
|
||||
---
|
||||
|
||||
chore: Update render options
|
5
.changeset/rude-meals-invite.md
Normal file
5
.changeset/rude-meals-invite.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'mermaid': minor
|
||||
---
|
||||
|
||||
New Flowchart Shapes (with new syntax)
|
5
.changeset/witty-rabbits-hunt.md
Normal file
5
.changeset/witty-rabbits-hunt.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'mermaid': patch
|
||||
---
|
||||
|
||||
Ban DOMPurify v3.1.7 as a dependency
|
Reference in New Issue
Block a user