3.0.0 beta 5
Pre-release
Pre-release
Added
AdditionalSvg
option toDiagramCanvas
in order to render any extra SVG content you wantAdditionalHtml
option toDiagramCanvas
in order to render any extra HTML content you wantDistanceTo
overload method toPoint
that takes x and yMoveAlongLine
method toPoint
FullPath
toPathGeneratorResult
to represent the full path without cuts- Fallback router to Orthogonal router
- Margin options to
OrthogonalRouter
radius
option toStraightPathGenerator
in order to generate rounded bends- Support for custom vertices
AutoSize
option to groups to control whether moving children resizes the group
Changed
- All routers are now classes instead of functions, they inherit from the new abstract class
Router
- All path generators are now classes instead of functions, they inherit from the new abstract class
PathGenerator
- Optimize Orthogonal router by using custom A* (x5 improvement)
Removed
Router
delegatePathGenerator
delegate