3.0.0-beta.3
Pre-release
Pre-release
Added
- Support for
LinkFactory
to return null in order to not create an ongoing link - Support for free links (no source/target required)
PositionAnchor
which reprensents a simple plain position (mutable)ArrowHeadControl
to control a link's Source/Target on the flyattached
css class to attached links
Changed
- Replace
OngoingPosition
with the newPositionAnchor
BaseLinkModel.Target
will never be null anymore. An ongoing link will have a position anchor as the target
Links.Factory
signature now takes the diagram, source (model) and the target anchor- Move
DynamicAnchor
back toAnchors
namespace and seal allAnchor
classes
Fixed
- Links attached to links not refreshing when the others are
LinkPathPositionProvider
not working with maxlength ratios- Deleting a link not deleting the links attached to it
Removed
PositionProvider
argument fromExecutableControl
for more freedomId
andRefresh
fromILinkable
- Unused
Offset
fromAnchor
and makeModel
nullable