From ead8ac63e3a003feb3db1228a8ebf3d9778b39ba Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Wed, 19 Feb 2025 09:40:10 -0700 Subject: [PATCH] v0.4.2 --- ci/release/changelogs/v0.4.2.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ci/release/changelogs/v0.4.2.md diff --git a/ci/release/changelogs/v0.4.2.md b/ci/release/changelogs/v0.4.2.md new file mode 100644 index 0000000..e347f17 --- /dev/null +++ b/ci/release/changelogs/v0.4.2.md @@ -0,0 +1,19 @@ +#### Features ๐Ÿš€ + +- `tala-seeds` can be specified in the source code through `vars` (see manual for more) + +#### Improvements ๐Ÿงน + +- Containers expand to fit large labels +- Edge labels are placed more intelligently to avoid overlaps +- Nodes with multiple edges to another node with long edge labels are positioned more intelligently +- Two nodes with > 2 edges with labels strongly prefer being in horizontal orientation to each other. This increases the chance of their multiple edge labels being readable. +- Hierarchies with multiple parents are more centered +- Up to 20% faster + +#### Bugfixes โ›‘๏ธ + +- Fixed rare panic when hierarchies with containers were used +- Various edge cases that affect layout have been fixed +- Fixes rare panic with multiple edges with arrowhead labels on the same table column +- Fixes rare panic using step shapes connected to other shapes