diff --git a/.changeset/publish-right-angle-path.md b/.changeset/publish-right-angle-path.md new file mode 100644 index 0000000000..620821ca67 --- /dev/null +++ b/.changeset/publish-right-angle-path.md @@ -0,0 +1,5 @@ +--- +"@joint/core": minor +--- + +alg - add `rightAnglePath()`, the `rightAngle` router's path-finding algorithm, as a public utility diff --git a/.changeset/publish-use-model-geometry.md b/.changeset/publish-use-model-geometry.md new file mode 100644 index 0000000000..9e50ec64bf --- /dev/null +++ b/.changeset/publish-use-model-geometry.md @@ -0,0 +1,5 @@ +--- +"@joint/core": minor +--- + +routers.rightAngle - add `useModelGeometry` option to read the source/target geometry from the models instead of the rendered views