
Adds support for .NET 5.0.
Features
- Microsoft .NET 5.0 support - Now includes assemblies for .NET 5.0.
- Control nodes - Display custom HTML content specified via the Template property.
- Video nodes - Display video streams along with UI elements to play, pause, seek and change volume.
- Button components - Composite nodes can now contain buttons.
- Virtual scroll improvements - The control now handles mouse wheel events to scroll the diagram when virtual scrolling is enabled.
- Miscellaneous
- Mouse pointer position is now provided as argument to nodeCreated and linkCreated events.
- Visibility property added to CompositeNode components lets you keep invisible components in the template.
- General performance improvements.
- The collapse/expand icon is now drawn correctly for CompositeNode when Expandable is enabled.
- JSON deserialization no longer creates undo records.
- CompositeNode content is now clipped by default if the template "Shape" is marked with the isOutline attribute.
- Implement custom logic for the +/- button.