From 68285e24321fb7adf54f8abc3f0ecc91b271e69b Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Mon, 13 Feb 2023 16:36:40 -0800 Subject: [PATCH] v0.2.15 --- ci/release/changelogs/v0.2.15.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ci/release/changelogs/v0.2.15.md diff --git a/ci/release/changelogs/v0.2.15.md b/ci/release/changelogs/v0.2.15.md new file mode 100644 index 0000000..26f0450 --- /dev/null +++ b/ci/release/changelogs/v0.2.15.md @@ -0,0 +1,11 @@ +#### Improvements 🧹 + +- Padding reduced on containers to align with more compact look and feel of D2 0.2. +- `sql_table` routing switched from using hierarchical layout engine to orthogonal. +- Diagrams with multiple subgraphs are more compact. +- Much improved hierarchical alignments for diagrams where connections skip hierarchy levels (e.g. a node in the first row connected to another 2 rows down). + +#### Bugfixes ⛑️ + +- Fixes an issue with hierarchy leveling where connections between two nodes of the same level could occur. +- `sql_table` connections where column is not specified no longer always points to first column.