MindFusion.Diagramming for JavaScript 3.5.4

Released: May 3, 2021

3.5.4 버젼 업데이트

기능

  • Stock themes - The library now includes nine stock themes, accessible via respective static methods of the Theme class. Call the setTheme method of Diagram to apply a theme.
  • The MoveNodes behavior now allows nodes to be dragged without using adjustment handles.
  • Added new SelectedBrush and SelectedStroke properties which are used to draw selected items.
  • CaptionBackBrush of ContainerNode and TableNode objects can now be set via Style instead of nodes' own properties.
  • Added BackColor and TextColor properties to NodeListView.
  • ToolTip property of AnchorPoint now shows tooltip text when mouse hovers over the point.
  • Added new Scripting.js sample project which demonstrates ControlNode objects and graph traversal.

수정사항

  • Fixed issue with resizeToFitText not calculating correct size when cells have text padding applied.
  • Various fixes for React, Vue and Angular bindings.