3.0.0 beta 6
Pre-release
Pre-release
All NuGet packages have been updated.
Added
Styleparameter toPortRendererTargetAttachedto links, which triggers when a dragged link attaches to a target- If port snapping is enabled, it will trigger only once when you let go of the mouse
SuspendSortingtoDiagramin order to suspend sorting models in eachOrderChanged- If you know what you're doing, you could save some processing and avoid sorting everytime
RefreshOrdersto be called after unsuspending sorting in order to sort the models again and refresh the diagram
Changed
BaseLayer.Addnow returns the specific type given to it in argument- [BREAKING] CSS classes are now prefixed with
diagram-to avoid clashes with other librariesdiagram-group,diagram-node,diagram-link,diagram-port,diagram-link-label,diagram-link-vertex,diagram-control
Fixed
- Portless links in children not refreshing when moving the parent group
- Link's
GetBoundsnot returning a valid box - Port snapping choosing the first port in radius rather than the closest one
- Remove
Console.WriteLinefromKeyboardShortcutsBehavior - Diagram overwriting
Orderwhen it's not zero (zero being the default int value, which we now consider as not set)