Merge pull request #58 from terrastruct/v0.3.11

v0.3.11
This commit is contained in:
Alexander Wang 2023-09-26 12:05:23 -07:00 committed by GitHub
commit 47c9778543
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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