Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic MindFusion.WinForms Pack, 2022.R1 (Read 3566 times)
Forum Admin
YaBB Administrator
*****
Offline


Rock and Roll

Posts: 687
Joined: Apr 6th, 2003
MindFusion.WinForms Pack, 2022.R1
Apr 19th, 2022 at 10:04am
Print Post  
We have released MindFusion.WinForms Pack 2022.R1. This is a maintenance release adding .NET 6 support and containing a few improvements and fixes:

.NET 6 support
The MindFusion.WinForms Pack distribution now includes assemblies for .NET 6. Locally installed assemblies do not appear automatically in Visual Studio toolbox at this time; you can add the controls manually or through Nuget package manager.

Diagram control
  • The MouseWheelAction property of DiagramView 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 (.NET Core 3 and 5+ versions).
  • The SetZoomFactor method of DiagramView 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 EnumAllPaths method of PathFinder yields each path immediately when found.
  • ExcelExporter exports pen width of links.
  • ExcelExporter sets more precise positions of link end points.

Nuget package
  • The nuget package should no longer show internal classes in toolbox when targeting CoreCLR.
  • Nuget package has been renamed from MindFusion.Pack to MindFusion.Pack.WinForms to match naming of our other platforms.
  • Old MindFusion.Pack package has been delisted from search to avoid confusion. If you need to use older version of the pack from nuget, you can still add it from package manager console:

Code
Select All
Install-Package MindFusion.Pack -Version 2021.2 



Miscellaneous
  • New Sample Browser tool.
  • Fix for WorkbookView appearing in form designer tray in .NET 4.* projects.
  • Fixed exceptions in BarChart3D when running on CoreCLR runtime.
  • Fixed LinearGradientBrush exceptions on CoreCLR runtime when filling very small areas.

Installer for the latest version can be downloaded here, or from the clients area on our site:

https://mindfusion.eu/WinFormsTrial.zip

Updated assemblies are also available as https://www.nuget.org/packages/MindFusion.Pack.WinForms/ NuGet package.

Enjoy!
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint