MindFusion.Diagramming for JavaScript 4.4.3

Released: May 16, 2024

Updates in 4.4.3

Funktionen

  • Due to problems with some script loaders, the library no longer registers web components automatically. Call the WebComponents.register method to explicitly register component classes.
  • You can now set cornerRadius to change the size of corners when node's shape is set to a rounded rectangle.
  • You can now set the autoDeleteLinks property to false to prevent deleting links along with a node they connect, and disconnect the links instead.

Fehlerkorrekturen

  • Fixed a bug where child nodes keep reference to their deleted container.