MindFusion.Diagramming for JavaScript 4.6

Released: Mar 17, 2025

Atualizações na 4.6

Recursos

  • Spatial index
    • Set the enableSpatialIndex property of Diagram to create an index of item positions for faster hit-testing and viewport clipping queries. This should greatly improve user interaction and rendering speed for diagrams containing tens of thousands or more items.
  • Miscellaneous
    • The foldedSize property of ContainerNode now specifies the container's size when it is folded.
    • Added a clipText property to ShapeNode.
    • actionUndone and actionRedone events raised by undo manager for either top-level commands or children of CompositeCommand.
    • strokeThickness is now scaled by zoomFactor.

Correções

  • Miscellaneous
    • Fixed multiple resize when selection contains rotated nodes.
    • Fixed rotation when rotation handle is at a custom position (set from hitTestAdjustmentHandle event handler).