MindFusion Pack for .NET MAUI 版本发布

查看各个版本中的新增内容,包括功能、增强和已解决问题的详细信息。

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.
    • Image alignment fixes.