-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
#### Improvements 🧹 | ||
|
||
- Connections from a `sql_table` column and a non-column will now route to the specific column | ||
- Reduce scenarios where nodes could end up far from a connected node with a fixed position | ||
- Reduce rare scenarios where a subgraph within a container could end up far from other subgraphs connected to shapes outside the container | ||
|
||
#### Bugfixes ⛑️ | ||
|
||
- Fixes a rare bug resulting in non-deterministic layouts | ||
- Fixes scenarios where trees could become very wide with excessive spacing between subtrees |