MindFusion.Diagramming for JavaScript(英語版)

  1. MindFusion.Diagramming for JavaScript 4.4.2

    リリースノート: TableNode improvements getRow and getColumn methods now return strongly-typed TableRow and TableColumn objects. The anchorPattern property of TableRow and rowAnchorPattern property of TableNode now let you specify the points where links connect to table ...

  2. MindFusion.Diagramming for JavaScript 4.4.1

    リリースノート: Angular bindings have been updated to Angular version 16. Added the ability to custom-draw anchor points by setting 'MarkStyle.Custom' and handling the 'drawAnchorPoint' event. 'SinglePointerController' can now be inherited ...

  3. MindFusion.Diagramming for JavaScript 4.4

    リリースノート: Web components- The library registers each control class as a web component. You can now use the following tags to create corresponding components: <mindfusion-diagramview>- Creates a DiagramView instance. <mindfusion-ruler>- Creates a Ruler ...

  4. MindFusion.Diagramming for JavaScript 4.3.2

    リリースノート: Adds reversed tree layout to allow link direction from child to parent node. Reversed tree layouts- Added the reversedLinks property of TreeLayout, RadialTreeLayout and BorderedTreeLayout which lets you arrange trees where links point from child to parent ...

  5. MindFusion.Diagramming for JavaScript 4.3

    リリースノート: Adds support for multiple diagram pages and tabbed diagram view. Multiple diagram pages- Added DiagramDocument class which represents a collection of diagram pages or sheets. New pages can be added to the document and existing pages can be removed or ...

  6. MindFusion.Diagramming for JavaScript 4.2.5

    リリースノート: Adds bindings that let you integrate the JavaScript diagramming API into Blazor applications. Blazor bindings- Integrate JavaScript diagramming API into Blazor applications. Includes a set of.NET wrapper classes, that use Blazor's JSInterop API to ...

  7. MindFusion.Diagramming for JavaScript 4.2.4

    リリースノート: Now supports several ways to zoom using a Lasso Tool. Lasso Zoom Tool- The control now supports several ways to zoom using a Lasso Tool. New 'PanAndModify' behavior lets you select and modify when the mouse pointer is over an item, or pan the ...

  8. MindFusion.Diagramming for JavaScript 4.2.3

    リリースノート: Adds new Radial tree layout which arranges levels in concentric circles around the root. Added new Radial tree layout- The 'RadialTreeLayout' class arranges tree levels in concentric circles around the root. Miscellaneous 'strokeDashArray

  9. MindFusion.Diagramming for JavaScript 4.2.2

    リリースノート: Adds support for React 18. React functional components- The @ mindfusion/diagramming-react package now contains functional-component wrappers for the DiagramView and auxiliary controls, and has been upgraded to React 18. Old class-component wrappers have ...

  10. MindFusion.Diagramming for JavaScript 4.2

    リリースノート: New class allows you to display multiple captions for a single diagram node. Multiple labels per node Added NodeLabel class which allows you to display multiple captions for a single diagram node. Multi-touch improvements The DiagramView

  11. MindFusion.Diagramming for JavaScript 4.1

    リリースノート: Adds multi-touch support such as zooming, node rotation or simultaneous drawing of multiple diagram items. Multi-touch support- The control now handles DOM Pointer events to implement multi-touch interactions, such as zooming, node rotation or ...

  12. MindFusion.Diagramming for JavaScript 4.0.1

    リリースノート: Updated framework wrappers React diagramming library has been updated for version 4 API. In addition, it has been moved to scoped @ mindfusion/diagramming-react package on NPM, and now requires React 17.0.2 as minimum version. Vue diagramming library has ...

  13. MindFusion.Diagramming for JavaScript 4.0

    リリースノート: Adds TreeViewNode class for creating nodes that can display hierarchical data. ECMAScript 6 (ES6) modules, classes and properties- The source code has been refactored following ES6 standards, including modules, classes, properties and native collections. ...

  14. MindFusion.Diagramming for JavaScript 3.5.4

    リリースノート: Improves 'MoveNodes' behavior, allowing nodes to be dragged without using adjustment handles. Stock themes- The library now includes nine stock themes, accessible via respective static methods of the Theme class. Call the setTheme method of ...

  15. MindFusion.Diagramming for JavaScript 3.5.3

    リリースノート: Adds Adjustment Handle styling. Adjustment Handles Styling The appearance of adjustment handles can now be customized. The HandlesVisualStyle objects returned by them provide sub-properties corresponding to graphic attributes of the different handle types ...

  16. MindFusion.Diagramming for JavaScript 3.5.2

    リリースノート: Adds support for Topological Layouts. Added support for Topological Layouts- Applies topological graph ordering to the diagram. The diagram canvas now automatically expands to fill the area freed up when a scrollbar auto-hides. Fixed Overview flickering ...

  17. MindFusion.Diagramming for JavaScript 3.5.1

    リリースノート: Improves virtual scrolling. Virtual scroll improvements The control now handles mouse wheel events to scroll the diagram when virtual scrolling is enabled. DOM elements that implement virtual scroll mode now use CSS grid layout. VirtualScroll mode is now ...

  18. MindFusion.Diagramming for JavaScript 3.5

    リリースノート: Composite nodes can now contain buttons. Improved control node support- Includes new ControlNodes.html example included in distribution demonstrates the ControlNode API. Button components- Composite nodes can now contain buttons. Button components respond ...

  19. MindFusion.Diagramming for JavaScript 3.4

    リリースノート: Adds support for React, Vue.js and Angular. React support- New React component allows you to integrate the MindFusion.Diagramming API into React applications. Vue.js support- New Vue.js component allows you to integrate the MindFusion.Diagramming API into ...

  20. MindFusion.Diagramming for JavaScript 3.3.4

    リリースノート: LayeredLayout now uses stable sorting and should always create the same results when applied to the same graph. Shape Components- The Shape class, used to specify ShapeNode geometry, can also be used as a component in a CompositeNode. When the isOutline ...