From 15f323af217ac492e7de7671a1689e603a04ff84 Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Tue, 31 Jan 2023 22:02:54 -0800 Subject: [PATCH] v0.2.14 --- ci/release/changelogs/v0.2.14.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ci/release/changelogs/v0.2.14.md diff --git a/ci/release/changelogs/v0.2.14.md b/ci/release/changelogs/v0.2.14.md new file mode 100644 index 0000000..0318cd5 --- /dev/null +++ b/ci/release/changelogs/v0.2.14.md @@ -0,0 +1,14 @@ +#### Improvements 🧹 + +- Improves cluster arrangements and edge routing +- Positions shapes closer to neighbors outside its own container +- Reduce edge routing runtime by ~10% +- Improves hierarchy algorithm to place objects at different levels when appropriate + +#### Bugfixes ⛑️ + +- Fixes a rare `panic` while reducing gap between nodes +- Fixes a rare `panic` with sequences (connected `step` shapes) +- Fixes a rare panic with clusters +- Fixes a rare panic when children of a container are connected to different childrens of different containers +- Fixes an error where a connection route sometimes couldn't be found from a center step of a sequence