MindFusion.Diagramming for JavaScript 4.4.3

Released: May 16, 2024

4.4.3 버젼 업데이트

기능

  • 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.

수정사항

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