홈 / 뉴스 / MindFusion.Diagramming for JavaScript V3.3.4
MindFusion.Diagramming for JavaScript V3.3.4
LayeredLayout이 동일한 그래프에 적용될 때 동일한 결과를 표시하기 위한 안정적인 정렬을 추가합니다.
10월 16, 2019
신규 버전
기능
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.