Skip to content

Release v5.0.0

Compare
Choose a tag to compare
@miroiu miroiu released this 31 Mar 11:25
· 186 commits to master since this release
2ac1509
  • Breaking Changes:
    • Removed BaseConnection.GetArrowHeadPoints
    • Removed BaseConnection.OffsetMode
    • Changed the return type of BaseConnection.DrawLineGeometry to support both arrowheads no matter the number of points on the line
    • Changed the default for BaseConnection.SourceOffset and BaseConnection.TargetOffset from Size(0, 0) to Size(14, 0)
    • Changed the default for BaseConnection.ArrowSize from Size(7, 6) to Size(8, 8)
  • Features:
    • Added BaseConnection.SourceOffsetMode and BaseConnection.TargetOffsetMode
    • Added BaseConnection.ArrowEnds dependency property to allow configurable arrowhead ends
    • Added BaseConnection.ArrowShape dependency property to allow configurable arrowhead shape
    • Added NodifyEditor.EnableDraggingContainersOptimizations to allow receiving ItemContainer.Location updates in realtime
    • Added ConnectionOffsetMode.Static to allow offsetting the source and target points of the connection on the X and the Y axis without revolving around the source or target points

Full Changelog: v4.1.0...v5.0.0