3.0.0 beta 5
Pre-release
Pre-release
Added
AdditionalSvgoption toDiagramCanvasin order to render any extra SVG content you wantAdditionalHtmloption toDiagramCanvasin order to render any extra HTML content you wantDistanceTooverload method toPointthat takes x and yMoveAlongLinemethod toPointFullPathtoPathGeneratorResultto represent the full path without cuts- Fallback router to Orthogonal router
- Margin options to
OrthogonalRouter radiusoption toStraightPathGeneratorin order to generate rounded bends- Support for custom vertices
AutoSizeoption 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
RouterdelegatePathGeneratordelegate