릴리스 전반에서 새로 나온 내용을 살펴보세요. 기능, 개선 사항, 해결된 문제에 대한 자세한 정보를 제공합니다.
1월
2월
3월
4월
5월
6월
7월
8월
9월
10월
11월
12월
MindFusion.Diagramming for JavaScript 4.9주요 버전2026년 4월 28일
기능
CSS Styling:
The styling system now supports defining item appearance through external CSS files.
You can style different item types using custom element selectors such as mfd-shapenode, mfd-diagramlink, or mfd-tablenode.
The system maps CSS Custom Properties to the internal Style properties. For example, use --brush for backgrounds, --stroke for outlines, and --font-size for text. The new cssClass property on DiagramItem allows for more granular styling using standard class selectors in your CSS.
To ensure high performance, computed styles are cached globally, and the system automatically resolves style inheritance across class hierarchies (e.g., a ShapeNode will resolve styles from mfd-shapenode, mfd-diagramnode, and mfd-diagramitem selectors in that order).
Compact Multi-graph Layout:
A new MinimalArea option has been added to the MultipleGraphsPlacement enumeration, which uses a bin-packing algorithm to arrange connected components in a compact, square-like area.
This ensures a more efficient use of space compared to horizontal or vertical arrangements when laying out multiple independent graphs.
Polygonal Text Layout:
The ShapeNode class now supports a polygonalTextLayout property, enabling text to wrap and align precisely within the geometric boundaries of non-rectangular shapes like triangles, diamonds, and custom polygons.
This feature supports both plain and styled text across all alignment modes.
MindFusion.Diagramming for JavaScript 4.8.32026년 1월 4일
기능
Added generateShortestRoute and findShortestRoute methods to PathFinder.
Coordinates in vertical Ruler scale are now rotated in the opposite direction to read from bottom to top, which is the accepted standard for rotated labels and consistent with MindFusion components for other platforms.