From 8c3329bba513dadc903ec379b67f55dfdf06007f Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Fri, 2 Jun 2023 20:04:43 -0700 Subject: [PATCH] v0.3.8 --- ci/release/changelogs/v0.3.8.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ci/release/changelogs/v0.3.8.md diff --git a/ci/release/changelogs/v0.3.8.md b/ci/release/changelogs/v0.3.8.md new file mode 100644 index 0000000..dddfaab --- /dev/null +++ b/ci/release/changelogs/v0.3.8.md @@ -0,0 +1,19 @@ +#### Features ๐Ÿš€ + +- Containers respect `width` and `height` settings, though they will expand to fit content if needed + +#### Improvements ๐Ÿงน + +- Node placement is up to 2x faster +- Avoids overlapping edges when they have different arrowheads +- `direction` keyword now affects bidirectional edges +- Spacing between nodes ensures that labels will fit +- Edges stick to outer bounds of shapes with `3d` or `multiple` +- Improves layouts for clusters with both icons and labels +- Improves edge balancing to look more symmetrical + +#### Bugfixes โ›‘๏ธ + +- Fixes shape and connection labels potentially overlapping arrowhead labels +- Fixes a bug with arrowhead labels on the `-` end of a connection +- Fixes container shapes sometimes swapping positions with another shape errantly