Released: May 2, 2024
2024.R1 中的更新
特性
Microsoft .NET 8 support
- The MindFusion.WinForms Pack distribution now includes assemblies and sample projects for .NET 8. Locally installed assemblies do not appear automatically in Microsoft Visual Studio toolbox at this time; you can add the controls manually or through NuGet package manager.
New in MindFusion.Diagramming
- Drag-and-drop improvements
- DiagramView now displays a ghost image of nodes dragged from NodeListView.
- You can now set DropAlignment to specify placement of dropped node relative to mouse pointer.
- Miscellaneous
- You can now set the AutoDeleteLinks property to false to prevent deleting links along with the node they connect, and disconnect the links instead.
- Added a new LinkDensity partitioning method to CompositeLayout, which divides the graph depending on ratio of nodes to links in subgraphs.
- Improved export of link texts by SvgExporter.
- Nodes rendered inside NodeListView now better match it's MeasureUnit.
New in MindFusion.Spreadsheet
- Formula bar now preserves original text when evaluation is disabled.You can now set the ShowLeadingApostrophes property to stop hiding escaping leading apostrophe (used to treat remaining cell content as text).
修补程序
Fixed in MindFusion.Diagramming
- Miscellaneous
- Fixed in-place edit for NodeLabels outside of node's boundaries.
- Fixed repaint glitches of NodeLabels outside of node's boundaries.
- Fixed CellTextBrush not being serialized in JSON format.
- Fixed flickering of view borders when BorderWidth is greater than 1.
Fixed in MindFusion.Charting
- Fixed overflow error when drawing axis labels for large coordinates (moved from int to long type).