MindFusion.Diagramming for JavaScript 4.3.2

Released: Sep 1, 2023

4.3.2 での更新項目

機能

  • Reversed tree layouts - Added the reversedLinks property of TreeLayout, RadialTreeLayout and BorderedTreeLayout which lets you arrange trees where links point from child to parent nodes, instead of the default parent to child direction.
  • Miscellaneous
    • Column, row and node property getters have been added to CellEventArgs.
    • ContainerNode now sorts its child nodes by zIndex instead of insertion order.

不具合の修正

  • Fixed RaiseEvents mode of expandButtonAction; it no longer collapses or expands clicked node's subtree.