MindFusion.Diagramming for JavaScript 3.3.2

Released: Apr 2, 2019

3.3.2 での更新項目

機能

  • Improved performance - Diagram rendering and user interactions are now faster. The control redraws the smallest possible area after diagram changes, and compresses refresh operations into a single batch when possible. Custom node classes that need to draw outside of their Bounds should override the getRepaintBounds method to specify the repaint area.
  • The Border component now draws frame lines around the background behind other components in CompositeNode templates.
  • NodeListView now displays tooltip text when the mouse hovers over an item in the list view.