Skip to content

Commit cfa22c9

Browse files
committed
v0.4.1
1 parent 7068031 commit cfa22c9

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

ci/release/changelogs/v0.4.1.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
#### Features 🚀
2+
3+
- `tala-seeds` can be specified in the source code through `vars` (see manual for more)
4+
5+
#### Improvements 🧹
6+
7+
- ~15% speedup on most large diagrams
8+
- Less crossings between edges connecting table columns
9+
- Edges route to diamond shape corners more strictly
10+
- For manual positions that completely block all paths (e.g. two shapes manually positioned on top of each other), TALA will route edges with a straight line rather than giving up on the layout
11+
- Slightly decrease distance between hierarchy nodes
12+
- Bin packing algorithm improved to fit subgraphs better
13+
- Circle containers fit much better (centered and padding reduced)
14+
- Reduced padding for containers with icon/label mix
15+
16+
#### Bugfixes ⛑️
17+
18+
- Fixes edge case where a vertical/horizontal edge route completely overlapped another
19+
- A common case of cross-container hierarchies appropriately use hierarchy layout
20+
- Fixes edge case where nodes could be placed in between an edge of another subgraph
21+
- Fixes edge case where edge could become disconnected from endpoints when many subgraphs
22+
- Fixes edge case where edges between grids become disconnected

0 commit comments

Comments
 (0)