Skip to content

3.0.3

Latest
Compare
Choose a tag to compare
@zHaytam zHaytam released this 03 Dec 11:54
· 2 commits to master since this release
f5f3d9d

Added

  • Support for .NET 9 (thanks to @PanayiotisTheodosiou)
  • 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)