Skip to content

1.2.0

Compare
Choose a tag to compare
@zHaytam zHaytam released this 08 Nov 14:11
· 449 commits to master since this release
b504799

Added

  • DefaultLinkModel in DiagramLinkOptions (@joezearing).
  • Ability to change source/target ports of a link (SetSourcePort and SetTargetPort).
    The methods also trigger the new events SourcePortChanged and TargetPortChanged.

Changed

  • Curved link paths now take into account the ports alignements and a margin (@joezearing).
  • The AddLink<T>(T link, PortModel source, PortModel? target = null) overload in DiagramManager is now public.
    This is useful when developers want to create the link instance themselves, DiagramMananger will setup ports and trigger appropriate events.

Fixed

  • GetMiddleTargetX and GetMiddleTargetY using SourcePort instead of TargetPort (@joezearing).