MindFusion.WPF Pack (英語版) のリリース

Released: Feb 24, 2024

2024.R1 での更新項目

機能

  • Microsoft .NET 8 support - The MindFusion.WPF 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 either add references manually or through NuGet package manager.

New in MindFusion.Diagramming

  • UI virtualization improvements
    • The Overview control now virtualizes items when its 'ScaleMode' is different from 'FitAll'.
    • Large 'ContainerNodes' that cover several...

Released: Dec 21, 2023

2023.R2 での更新項目

機能

New in MindFusion.Diagramming

  • Model / view separation - Diagram is now considered a model class and must be displayed inside a DiagramView control.
  • UI virtualization - DiagramView and ContainerNode now add UI elements to the WPF visual tree only for diagram items that are currently visible in their respective viewports. This should improve diagram's rendering / refresh speed.
  • Spatial index - You can now set the Diagram 'EnableSpatialIndex' property to create an index of item positions for...

Released: May 28, 2023

2023.R1 での更新項目

機能

New in MindFusion.Diagramming

  • DiagramLink improvements
    • Rotate text style now honors 'TextTrimming' property, trimming long labels at segment ends.
    • Link crossing decorations are now also drawn over a control point, if it is collinear with adjacent control points.
    • Added 'ValidateLinkCrossing' event which validates the visibility of individual link crossing point decorations.
  • SVG improvements
    • Added 'FromFile' and 'FromStream' static methods which let you load SVG drawings with less code...

Released: Dec 12, 2022

2022.R2 での更新項目

機能

New in MindFusion.Diagramming for WPF

  • Pattern router - Added new PatternRouter class which routes links. If there are several possible paths, the router selects the shortest one.
  • Composite router - The CompositeRouter class lets you chain routers so a link passes through the sequence until it gets routed successfully.
  • SvgExporter improvements
    • Opacity is now set as SVG 'opacity' attribute.
    • FontWeight is now set as SVG 'font-weight' attribute.
    • SvgExporter now sets more precise font size...

Released: Aug 3, 2022

2022.R1 での更新項目

機能

  • Added Microsoft .NET 6 support - The MindFusion.WPF Pack distribution now includes assemblies and sample projects for .NET 6. Locally installed assemblies do not appear automatically in Microsoft Visual Studio toolbox at this time, you can either add them manually or through NuGet package manager.

New in MindFusion.Diagramming for WPF

  • Multiple labels per node - Allows multiple captions to be displayed for a single diagram node. You can customize node labels including display and positioning...

Released: Dec 23, 2021

2021.R2 での更新項目

機能

MindFusion.Diagramming

  • Scrollable containers - You can now set the ContainerNode Scrollable property to let users scroll a container's contents.
  • Container improvements
    • ContainerNode containment is no longer implemented via a Group object. Child nodes are now stored in the dedicated Children collection and a node's container is returned by the Container property.
    • Added the ClipChildren property which specifies whether to clip child items to container’s boundaries.
    • You can now enable the...

Released: Jul 24, 2021

2021.R1 での更新項目

機能

  • Added support for Microsoft .NET 5 - The distribution now includes assemblies for Microsoft .NET 5.

New in MindFusion.Diagramming for WPF

  • SVG nodes - New node class allows you to display SVG drawings.
  • Import diagrams from SVG - The new SvgImporter class allows you to import SVG files into MindFusion.Diagramming.
  • Code 128 barcodes - BarcodeNode now supports Code 128 barcodes.
  • Lasso zoom tool - The control now supports several ways to zoom using Lasso tool:
    • Set the Behavior property to Zoom to...

Released: Jul 21, 2020

2020.R1 での更新項目

2020.R1

Updated Jul 21, 2020

Features

New in MindFusion.Diagramming for WPF

  • Animated layout - ArrangeAnimated methods added to Diagram and ContainerNode classes animate the movement of items from their original locations to new locations assigned by the layout object.
  • JSON Serialization - Diagrams can now be serialized in JSON format. This can be used for interoperability with MindFusion JavaScript diagramming library, or for general storage in JSON files or databases.
  • Localization improvements...

Released: Aug 8, 2018

2018.1 での更新項目

機能

MindFusion.Diagramming for WPF

  • Non-blocking layout methods - All graph layout classes now contain an ArrangeAsync method that runs layout calculations in the background.
  • Layout improvements
    • The KeepLinkShapes property lets you preserve the initial Shape value of links when LinkType is set to Cascading.
    • Set the ConsiderNodeShapes property to align link end points to non-rectangular node borders.
  • PathFinder improvements
    • Imprvoed the speed of FindAllCycles and EnumAllCycles methods...

Released: Jul 13, 2017

2017.R1 での更新項目

機能

MindFusion.Charting

  • Funnel Chart - Funnel charts are often used to represent the stages of a process and show relative values or measurements associated with each stage.
  • Miscellaneous
    • Set ShowCrosshairs to display crosshairs in RealTimeChart.
    • InnerLabelAlignment property of BarSeries lets you customize label alignment in bars.
    • ClearMeshSelection method lets you clear selected meshes in 3D charts.

MindFusion.Diagramming

  • Flip shapes - The shape of a ShapeNode can be flipped horizontally or...