Search
What's New in this Release

The list below describes recent changes and additions to MindFusion.Diagramming:

Version 1.0

The first Diagramming for Blazor release includes most of the features from MindFusion.Diagramming desktop controls, including link routers and graph layout algorithms. The following list outlines the differences.

  • The System.Drawing namespace is not available for Blazor WebAssembly. The RectangleF, PointF, SizeF and Color properties from the diagramming API have been changed to respective Rect, Point, Size and Color from Microsoft.Maui.Graphics namespace.
  • Available node classes include ShapeNode, ContainerNode, TableNode, TreeViewNodeFreeFormNode, CompositeNode. Missing types are ControlNodeBarcodeNode, MapNode and VisioNode. These will be added upon request.
  • Available export classes include VisioExporter, SvgExporter, PdfExporter, DxfExporter, ExcelExporter. Missing ones are WmfExporter (Windows Metafile format) and SwfExporter (Adobe Flash format).
  • Available UI controls include NodeListView and ContextMenu. Missing controls are TabbedDiagramViewOverview, Ruler, ZoomControl, which will be implemented in next releases.