You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Changed
Make DiagramCanvas await un-subscription to resizes subscription (thanks to @toluwtglobal)
Fixed
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).
Removed
gzip versions of assets, it was causing an issue with .NET 9 (fixes #471, thanks a lot @robertmclaws)