From 0cc2d5dd6decadca30535a4c2b99133848a42263 Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Sun, 30 Apr 2023 09:39:50 -0700 Subject: [PATCH] v0.3.7 --- ci/release/changelogs/v0.3.7.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ci/release/changelogs/v0.3.7.md diff --git a/ci/release/changelogs/v0.3.7.md b/ci/release/changelogs/v0.3.7.md new file mode 100644 index 0000000..cf0ef24 --- /dev/null +++ b/ci/release/changelogs/v0.3.7.md @@ -0,0 +1,14 @@ +#### Features ๐Ÿš€ + +- Nodes are expanded to aesthetically fit all connections if not enough room with default dimensions +- Arrowhead labels are considered in autolayout and avoid overlaps as much as possible + +#### Improvements ๐Ÿงน + +- Pairs of nodes prefer horizontal arrangements given multiple connections with labels + +#### Bugfixes โ›‘๏ธ + +- Fixes a rare bug using `near` to a node in a tree structure +- Fixes a rare bug positioning nested node clusters +- Fixes a rare panic involving edge labels