MindFusion.Diagramming for WinForms Standard 6.8.2

Released: Feb 1, 2022

Updates in 6.8.2

Features

  • Added Microsoft .NET 6 assemblies - The distribution now includes assemblies for .NET 6. Locally installed assemblies don't show automatically in toolbox at this time, you can either add them manually or through Nuget package manager.
  • Miscellaneous
    • The DiagramView MouseWheelAction property now lets you toggle between scrolling or zooming via mouse-wheel, or disable built-in support in order to apply custom logic from MouseWheel event handler.
    • ArrangeAsync method is now available in CoreCLR assemblies (Microsoft .NET Core 3 and 5+ versions).
    • The SetZoomFactor method of DiagramView now lets you change the zoom level while preserving the on-screen position of specified diagram point.
    • TableNode.Image is now serialized in JSON format.
    • The PathFinder EnumAllPaths method now yields each path immediately when found.