Released: Dec 17, 2024
2024.R2 での更新項目
機能
MindFusion.Diagramming
- The Brush property of pens is now serialized in binary and XML formats.
- FreeFormNode objects now support rotation.
- DividerPen property added to ContainerNode, TableNode and TreeViewNode classes. It lets you customize the appearance of the divider line drawn between a node's caption bar and content area.
- Replaced the Microsoft Windows-only shape designer tool with an online shape editor.
MindFusion.Spreadsheet
- New bringIntoView overloads let you specify alignment of the cell in current viewport.
- New DataBar element of ConditionalFormatType draws data-bars showing relative magnitude of cell values relative to other cells in the formatted range. Bars are drawn using the BarBrush property of IStyle.
MindFusion.Charting
- SupportedLabels setter added to SimpleSeries class.
- Builder pattern implemented for Axis and AxisRenderer objects. Call their with and init methods to get respective builders.
MindFusion Virtual Keyboard
- Replaced the Microsoft Windows-only Virtual Keyboard Creator tool with an online editor.
不具合の修正
MindFusion.Diagramming
- Improved render quality of bitmaps assigned to node's Image property.
- Improved render quality of Overview control.
- Fix for setDiagram not repainting the view.
MindFusion.Spreadsheet
- Formula bar focus change fixes.
- Fix for formula bar showing grouping separator in formulas.
- Excelimporter cell border style fixes.
- Excelimporter named style import fix.
- Improved thread safety for server-side scenarios.
- DATEDIF function fix for calculating month difference.
MindFusion.Scheduling
- Fixed overflow exceptions when working with large Duration values.
- Fixed exception when reordering rows in resource view with CustomGroupType enabled.
MindFusion.Charting
- Fix for chart not subscribing to dataChanged event in some call-chain configurations.
- Fixed 3D bar drawing glitches.
- Fixed RadarChart drawing glitches.
MindFusion Virtual Keyboard
- KeyboardLayout XML parsing fixed to support layout files created by online keyboard editor.