MindFusion.Diagramming for JavaScript 3.3

Released: Oct 29, 2018

Aggiornamenti in 3.3

Funzionalità

  • Flowchart graph layout - Recognize patterns in graphs, such as loops, sequences and if/switch branches, and arrange them recursively.
  • Container improvements
    • resizeToFitText method and EnableStyledText property added to the ContainerNode class.
    • containerChildRemoved event now also raised when dragging multiple child nodes out of a container.
    • Improved handling of folded containers using automatic layout classes and link routing methods.
  • Miscellaneous
    • Typescript definitions now available for the Diagramming.Lanes namespace.
    • Auto-arranged link labels can now be placed over link segments and containers by setting the AutoArrangeAvoidSegments and AutoArrangeAvoidContainers properties to false.
    • The Diagram.dispose method now removes a focus-proxy DIV element from the page.
    • Improved text alignment for DiagramLink texts.