MindFusion.Diagramming for JavaScript 3.3.4

Released: Oct 9, 2019

3.3.4 での更新項目

機能

  • Shape Components - The Shape class, used to specify ShapeNode geometry, can also be used as a component in a CompositeNode. When the isOutline attribute is set, the shape will control the CompositeNode's geometry too, defining hit test, clip area and link alignment points along the node's border. If isOutline is disabled, the shape will serve mostly as a decorative element.
  • containerChildAdding event handlers can now stop propagation of the event in the container hierarchy by calling setHandled.
  • TableNode.resizeToFitText improvements.
  • LayeredLayout now uses stable sorting and should always create the same results when applied to the same graph.