From 2507e71b3765b0a3c676715844cedc3391e79a41 Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Mon, 28 Nov 2022 21:55:45 -0800 Subject: [PATCH] 2022-11-28 09:55:45PM --- ci/release/changelogs/next.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index e669b635f..54aa17b86 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -2,6 +2,9 @@ - Latex is now supported. See [docs](https://d2lang.com/tour/text) for more. [#229](https://github.com/terrastruct/d2/pull/229) +- `orientation` keyword is now supported to specify horizontal or vertical layouts. See + [docs](https://d2lang.com/tour/layouts) for more. + [#251](https://github.com/terrastruct/d2/pull/251) - Arrowhead labels are now supported. [#182](https://github.com/terrastruct/d2/pull/182) - `stroke-dash` on shapes is now supported. [#188](https://github.com/terrastruct/d2/issues/188) - `font-color` is now supported on shapes and connections. [#215](https://github.com/terrastruct/d2/pull/215) @@ -9,6 +12,9 @@ #### Improvements 🔧 +- ELK layout engine now defaults to top-down to be consistent with dagre. + [#251](https://github.com/terrastruct/d2/pull/251) + #### Bugfixes 🔴 - 3D style was missing border and other styles for its top and right faces.