MindFusion.Diagramming for JavaScript 4.1

Released: Jan 20, 2022

Actualizaciones en 4.1

Características

  • Multi-touch support - The control now handles DOM Pointer events to implement multi-touch interactions, such as zooming, node rotation or simultaneous drawing of multiple diagram items:
    • If multiTouchZoom property is enabled (default), the view can be zoomed or panned using two-touch pinch / flick gestures.
    • If multiTouchModify property is enabled (default), diagram nodes can be moved, scaled and rotated using two-touch pinch / flick gestures.
    • If multiTouchZoom property is disabled, each touch draws diagram items corresponding to current behavior.
    • If multiTouchModify property is disabled, each touch started from a node draws a diagram link.
  • Miscellaneous
    • The createDiagramLink method can now be used to connect to TableNode rows or TreeViewNode items.
    • cancelDrag method has been added to DiagramView.
    • The control now captures mouse input during drag operations and will not lose current drag state if mouse pointer leaves the view.

Correcciones

  • Fixed exceptions when linkCrossing is set to Arcs.
  • Fixed containers clipping their child nodes when children are being dragged.