Skip to content

Commit

Permalink
v0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alixander committed Mar 7, 2023
1 parent 9adfec2 commit 7e398e1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
13 changes: 1 addition & 12 deletions ci/release/changelogs/next.md
Original file line number Diff line number Diff line change
@@ -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)
16 changes: 16 additions & 0 deletions ci/release/changelogs/v0.2.4.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 7e398e1

Please sign in to comment.