From 8fa824926c6cb6dfebfa81c10c3528d87bcf6ccc Mon Sep 17 00:00:00 2001 From: Gavin Nishizawa Date: Fri, 28 Apr 2023 20:10:52 -0700 Subject: [PATCH] changelog --- ci/release/changelogs/next.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index 80e1dfdc8..22c5210c2 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -8,6 +8,7 @@ - ELK self loops get distributed around the object instead of stacking [#1232](https://github.com/terrastruct/d2/pull/1232) - ELK preserves order of objects in cycles [#1235](https://github.com/terrastruct/d2/pull/1235) - Improper usages of `class` and `style` get error messages [#1254](https://github.com/terrastruct/d2/pull/1254) +- Improves scaling of object widths/heights in grid diagrams [#1263](https://github.com/terrastruct/d2/pull/1263) #### Bugfixes ⛑️ @@ -15,3 +16,4 @@ - ELK self loops always have enough space for long labels [#1232](https://github.com/terrastruct/d2/pull/1232) - Fixes panic when setting `shape` to be `class` or `sql_table` within a class [#1251](https://github.com/terrastruct/d2/pull/1251) - Fixes rare panic exporting to gifs [#1257](https://github.com/terrastruct/d2/pull/1257) +- Fixes bad performance in large grid diagrams [#1263](https://github.com/terrastruct/d2/pull/1263)