Skip to content

Commit 51c1bad

Browse files
committed
Update CHANGELOG.md
1 parent efd4f32 commit 51c1bad

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- Support for .NET 9 (thanks to @[PanayiotisTheodosiou](https://github.com/PanayiotisTheodosiou))
1313
- `registerDefaultBehaviors` argument to `BlazorDiagram` constructor, it's `true` by default and can be disabled if you want to control what behaviors are added and their order.
1414

15+
### Fixed
16+
17+
- Exception thrown when `node.Visible` was `false` from the creation and the library was trying to observe its resizes when the element won't exist (fixes #476).
18+
1519
### Removed
1620

17-
- gzip versions of assets, it was causing an issue with .NET 9
21+
- gzip versions of assets, it was causing an issue with .NET 9 (fixes #471, thanks a lot @[robertmclaws](https://github.com/robertmclaws))
1822

1923
## Diagram (3.0.2) - 2024-02-24
2024

0 commit comments

Comments
 (0)