MindFusion.Diagramming for Blazor 2.1.1
Released: Dec 10, 2025
2.1.1 での更新項目
機能
- Coordinates in vertical scale of Ruler are now drawn rotated, allowing for longer labels.
- Complex Tag and ID objects (class or struct instances) are now saved using System.Xml.Serialization.XmlSerializer when saving diagram to XML. The SerializeTag and DeserializeTag still let you implement custom serialization of the objects.
- Complex Tag and ID objects (class or struct instances) are now saved using System.Text.Json.JsonSerializer when saving diagram to JSON. The JsonSerializeTag and JsonDeserializeTag still let you implement custom serialization of the objects.