From 5c7bb9062f694e6b2351d69a9f4a1c382c0d3b2f Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Tue, 14 Mar 2023 19:19:31 -0700 Subject: [PATCH] [ci-force] changelog --- ci/release/changelogs/next.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index 4086e8759..e08ec8aef 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -7,7 +7,8 @@ #### Improvements 🧹 - `dagre` layouts that have a connection where one endpoint is a container is much improved. [#1011](https://github.com/terrastruct/d2/pull/1011) -- `elk` layouts favor balance over straight edges. [#1028](https://github.com/terrastruct/d2/pull/1028) +- `elk` layouts have less bends in the routes. [#1033](https://github.com/terrastruct/d2/pull/1033) +- `elk` layouts center nodes better. [#1028](https://github.com/terrastruct/d2/pull/1028) - `elk` layouts have nicer margins between node boundaries and edges. [#1028](https://github.com/terrastruct/d2/pull/1028) - `sketch` draws connections with less roughness, which especially improves look of corner bends in ELK. [#1014](https://github.com/terrastruct/d2/pull/1014) - CSS in SVGs are diagram-specific, which means you can embed multiple D2 diagrams on a web page without fear of style conflicts. [#1016](https://github.com/terrastruct/d2/pull/1016)