
Diagrams can now be serialized in JSON format.
Features
- Animations - Diagram items can now be animated.
- Animated layout - New methods also animate the movement of items.
- JSON Serialization - Diagrams can now be serialized in JSON format.
- .NET Core assemblies (Beta version) - MindFusion.Diagramming now includes assemblies for .NET Core 3.
- ContainerNode Arrange method now arranges child items inside a container using a specified layout class.
- The Diagram class now provides Arrange and ArrangeAsync (CLR 4.5+) methods that take a layout object as argument.
- New CreateDiagramLink overload makes it easier to create links between TreeViewNode items.
- The Zoom control's label is now rendered using the inherited Control.Font property instead of a hard-coded font.