...
1ELK layout has been much improved by increasing node dimensions to make room for nice even padding around ports:
2
3
4Do 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
5
6#### Improvements 🧹
7
8- ELK nodes with > 1 connection grow to ensure padding around ports [#981](https://github.com/terrastruct/d2/pull/981)
9- Using a style keyword incorrectly in connections returns clear error message [#989](https://github.com/terrastruct/d2/pull/989)
10- Unsemantic Markdown returns clear error message [#994](https://github.com/terrastruct/d2/pull/994)
11
12#### Bugfixes ⛑️
13
14- Accept absolute paths again on the CLI (regression from previous release). [#979](https://github.com/terrastruct/d2/pull/979)
15- Fixes some rare undefined behavior using capitalized reserved keywords [#978](https://github.com/terrastruct/d2/pull/978)
16- Fixes an error rendering when links contained `&` characters [#988](https://github.com/terrastruct/d2/pull/988)
View as plain text