MindFusion.Diagramming for JavaScript 4.4.1

Released: Jan 10, 2024

4.4.1 中的更新

特性

  • Angular bindings have been updated to Angular version 16.
  • Added the ability to custom-draw anchor points by setting 'MarkStyle.Custom' and handling the 'drawAnchorPoint' event.
  • 'SinglePointerController' can now be inherited from TypeScript.
  • You can now set 'validityChecks' to false to add items faster.
  • Blazor bindings have been moved to the MindFusion.Diagramming.JavaScript NuGet package.

修補程式

  • Fixed allowUnconnectedLinks not working when allowSelfLoops is disabled.
  • Fixed ControlNodes drawing on top of DiagramView's scrollbars.
  • Fixed XML serialization of unconnected links.
  • Fixed exception when moving multiple selection in TabbedDiagramView.
  • Fixed NodeListView exception for nodes with rotation handle.