MindFusion.Diagramming for ASP.NET MVC 4.1.1

Released: Nov 30, 2022

Updates in 4.1.1

Features

  • Client-side radial layout - Arranges tree levels in concentric circles around the root.
  • Miscellaneous
    • Added 'strokeDashArray' and 'strokeDashOffset' properties to let you set custom dash patterns.
    • Styled text now supports the '<size=N>' element for setting font size.
    • 'enableStyledText' property has been added to 'ItemLabel' which lets you format labels using HTML-like format flags.
    • Added 'enableWrap' and 'maxWidth' properties to 'ItemLabel' which let you wrap label text.
    • The 'ArrowHeads' class now exposes arrowhead shapes as static methods returning respective predefined shapes.
    • Added new 'PatternRouter' constructor which accepts string definitions of link routes.
    • 'EnableParallelism' and 'MaxDegreeOfParallelism' layout properties are now available in CoreCLR assemblies (Microsoft .NET Core 3 and 5+ versions).
    • Added new export overloads which allow you to write to System.IO.Stream.

Fixes

  • Fixed linkTextStyle exception.
  • Fix for NodeListView not working correctly when hosted nodes contain NodeLabel objects.