Learn what's new across releases, with details of features, enhancements, and resolved issues.
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
MindFusion.Diagramming for .NET MAUI 1.4Jul 15, 2026
Features
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.
Fixes
Miscellaneous:
DiagramItem copy constructor fixes.
NodeListView reports Position when raising NodeCreating event to validate drag-and-drop.