릴리스 전반에서 새로 나온 내용을 살펴보세요. 기능, 개선 사항, 해결된 문제에 대한 자세한 정보를 제공합니다.
1월
2월
3월
4월
5월
6월
7월
8월
9월
10월
11월
12월
MindFusion.Diagramming for .NET MAUI 1.42026년 7월 15일
기능
Components:
A new component subsystem is now available for use in MindFusion.Diagramming.
The components represent graphical widgets similar to controls, which can be arranged in hierarchies and added to a Diagram through instances of the new CompositeNode class.
The component system contains various built-in components, such as TextComponent and ButtonComponent. For a complete list of the built-in components, check Standard Component Types. The component system can be extended with custom component classes.
Component hierarchies can be defined and loaded from XML.
Miscellaneous:
Improved MeasureString results on Windows platform.
수정 사항
Miscellaneous:
DiagramItem copy constructor fixes.
NodeListView reports Position when raising NodeCreating event to validate drag-and-drop.