From bc7f09275d4e5de9d867309676fcc283eb97a70f Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Sat, 4 Mar 2023 11:08:22 -0800 Subject: [PATCH] v0.3.2 --- ci/release/changelogs/v0.3.2.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ci/release/changelogs/v0.3.2.md diff --git a/ci/release/changelogs/v0.3.2.md b/ci/release/changelogs/v0.3.2.md new file mode 100644 index 0000000..a973865 --- /dev/null +++ b/ci/release/changelogs/v0.3.2.md @@ -0,0 +1,19 @@ +Label positions improve significantly! + +### Before + +Screen Shot 2023-03-04 at 11 05 20 AM + +### After + +Screen Shot 2023-03-04 at 11 05 26 AM + +#### Improvements 🧹 + +- Improves edge label positioning +- Improves node label positioning + +#### Bugfixes ⛑️ + +- Fixes a rare bug that could affect edge routes +- Fixes a bug with top and left keywords in nested containers that could cause layout errors