mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 06:19:24 +02:00
Updated the changelog
This commit is contained in:
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
|
||||
}
|
||||
}
|
||||
```
|
Reference in New Issue
Block a user