Skip to content

Commit

Permalink
Updated the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ReneLombard committed Sep 12, 2024
1 parent 88607e8 commit 6c5b7ce
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .changeset/add-nested-namespaces.md
Original file line number Diff line number Diff line change
@@ -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
}
}
```

0 comments on commit 6c5b7ce

Please sign in to comment.