From 7e398e1d469861482ea3eed3c85a0579d8dd99d7 Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Tue, 7 Mar 2023 11:11:52 -0800 Subject: [PATCH] v0.2.4 --- ci/release/changelogs/next.md | 13 +------------ ci/release/changelogs/v0.2.4.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 12 deletions(-) create mode 100644 ci/release/changelogs/v0.2.4.md diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index db74402ad..f3c0d2a77 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -1,16 +1,5 @@ -ELK layout has been much improved by increasing node dimensions to make room for nice even padding around ports: -![elk](https://user-images.githubusercontent.com/3120367/223520168-96dad4c4-3f7f-4c7f-a6d5-5115a6f04e5b.png) - -Do you use ELK more than dagre? We're considerng switching d2's default layout engine to ELK, so please chime in to this poll if you have an opinion! https://github.com/terrastruct/d2/discussions/990 +#### Features ๐Ÿš€ #### Improvements ๐Ÿงน -- ELK nodes with > 1 connection grow to ensure padding around ports [#981](https://github.com/terrastruct/d2/pull/981) -- Using a style keyword incorrectly in connections returns clear error message [#989](https://github.com/terrastruct/d2/pull/989) -- Unsemantic Markdown returns clear error message [#994](https://github.com/terrastruct/d2/pull/994) - #### Bugfixes โ›‘๏ธ - -- Accept absolute paths again on the CLI (regression from previous release). [#979](https://github.com/terrastruct/d2/pull/979) -- Fixes some rare undefined behavior using capitalized reserved keywords [#978](https://github.com/terrastruct/d2/pull/978) -- Fixes an error rendering when links contained `&` characters [#988](https://github.com/terrastruct/d2/pull/988) diff --git a/ci/release/changelogs/v0.2.4.md b/ci/release/changelogs/v0.2.4.md new file mode 100644 index 000000000..db74402ad --- /dev/null +++ b/ci/release/changelogs/v0.2.4.md @@ -0,0 +1,16 @@ +ELK layout has been much improved by increasing node dimensions to make room for nice even padding around ports: +![elk](https://user-images.githubusercontent.com/3120367/223520168-96dad4c4-3f7f-4c7f-a6d5-5115a6f04e5b.png) + +Do you use ELK more than dagre? We're considerng switching d2's default layout engine to ELK, so please chime in to this poll if you have an opinion! https://github.com/terrastruct/d2/discussions/990 + +#### Improvements ๐Ÿงน + +- ELK nodes with > 1 connection grow to ensure padding around ports [#981](https://github.com/terrastruct/d2/pull/981) +- Using a style keyword incorrectly in connections returns clear error message [#989](https://github.com/terrastruct/d2/pull/989) +- Unsemantic Markdown returns clear error message [#994](https://github.com/terrastruct/d2/pull/994) + +#### Bugfixes โ›‘๏ธ + +- Accept absolute paths again on the CLI (regression from previous release). [#979](https://github.com/terrastruct/d2/pull/979) +- Fixes some rare undefined behavior using capitalized reserved keywords [#978](https://github.com/terrastruct/d2/pull/978) +- Fixes an error rendering when links contained `&` characters [#988](https://github.com/terrastruct/d2/pull/988)