You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor Changes
4bb5ca3: Add sourceSide and targetSide (north/south/east/west) to RouteResult for connection direction metadata
4bb5ca3: Add edgeIds option to route only a subset of edges while still using all nodes as obstacles
4bb5ca3: Add routeEdgesFlat() convenience API that accepts plain arrays of nodes and edges without requiring a full ELK graph structure
4bb5ca3: Add createRoutingSession() for long-lived incremental routing with moveNode(), addEdge(), removeEdge(), and processTransaction()
4bb5ca3: routeEdges() now returns a Map<string, RouteResult> without mutating the input graph. Use routeEdgesInPlace() for the previous in-place mutation behavior.
4bb5ca3: Add outputFormat option to routeEdgesInPlace(): "auto" (default) matches input format, "simple" forces sourcePoint/targetPoint/bendPoints, "extended" forces sections