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.