Skip to content

Commit

Permalink
v0.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
alixander committed Jun 3, 2023
1 parent cd47fc8 commit 8c3329b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions ci/release/changelogs/v0.3.8.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8c3329b

Please sign in to comment.