3.0.0 beta 6
Pre-release
Pre-release
All NuGet packages have been updated.
Added
Style
parameter toPortRenderer
TargetAttached
to 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
SuspendSorting
toDiagram
in order to suspend sorting models in eachOrderChanged
- If you know what you're doing, you could save some processing and avoid sorting everytime
RefreshOrders
to be called after unsuspending sorting in order to sort the models again and refresh the diagram
Changed
BaseLayer.Add
now 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
GetBounds
not returning a valid box - Port snapping choosing the first port in radius rather than the closest one
- Remove
Console.WriteLine
fromKeyboardShortcutsBehavior
- Diagram overwriting
Order
when it's not zero (zero being the default int value, which we now consider as not set)