홈 / 뉴스 / MindFusion.Diagramming for JavaScript 3.0
MindFusion.Diagramming for JavaScript 3.0
눈금자 컨트롤은 사용자가 다이어그램 항목을 측정하고 및 정렬하는 것을 돕는 수평 및 수직 스케일을 제공합니다.
5월 10, 2017
신규 버전
기능
User-interaction controllers - All kinds of user interaction are now carried out by controller objects. You can also create custom controllers by deriving and overriding the methods of the SinglePointerController.
Record and replay - The Diagram class provides record, stopRecording and replay methods that can be used to save and replay all user actions with keyboard and mouse.
Improved testability - User interaction can now be tested automatically in several wayss: onMouseDown: function (position, button), onMouseMove: function (position) and onMouseUp: function (position, button).
Ruler control - The Ruler control provides horizontal and vertical scales that help users measure and align diagram items.
3rd party dependencies now optional - The diagram can now be used without JQuery and Microsoft Ajax libraries.
Flip shapes - The shape of a ShapeNode can be flipped horizontally or vertically.
Revamped item dependency system - Dependencies between diagram items are now expressed by rule objects and applied in sequence by the DiagramMediator class.
Miscellaneous
CaptionBackBrush and FoldIconSize properties added to ContainerNode.
Multiple rotation of nodes improved, now node angles are modified by same rotation delta calculated from mouse position instead of pointing all rotation handles in mouse direction.
Xml serialization improved.
LinkSegments property of Diagram specifies initial number of link segments.