From 38c8b447f368172da7f64f8e597ad357da547371 Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Sat, 4 Mar 2023 11:41:29 -0800 Subject: [PATCH] Update next.md --- ci/release/changelogs/next.md | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index 72368861f..50b87d4da 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -1,18 +1,28 @@ +Diagrams that link between objects and the source they represent are much more integrated into your overall documentation than standalone diagrams. This release brings the linking feature to PDFs! Try clicking on "GitHub" object in the following PDF: + +[linked.pdf](https://github.com/terrastruct/d2/files/10889489/scratch.pdf) + +Code blocks now adapt to dark mode: + +Screen Shot 2023-03-04 at 11 33 46 AM + +Welcome new contributor @donglixiaoche , who helps D2 support border-radius on connections! +Screen Shot 2023-03-04 at 11 33 46 AM + + #### Features ๐Ÿš€ -- PDF exports support external links [#891](https://github.com/terrastruct/d2/issues/891) -- PDF exports support internal links [#891](https://github.com/terrastruct/d2/issues/966) -- `border-radius` is now supported on connections (ELK and TALA only, since Dagre uses curves). [#913](https://github.com/terrastruct/d2/pull/913) +- PDF exports support linking [#891](https://github.com/terrastruct/d2/issues/891), [#966](https://github.com/terrastruct/d2/pull/966) +- `border-radius` is supported on connections (ELK and TALA only, since dagre uses curves). [#913](https://github.com/terrastruct/d2/pull/913) #### Improvements ๐Ÿงน -- SVGs are fit to top left by default to avoid issues with zooming. [#954](https://github.com/terrastruct/d2/pull/954) -- Person shapes now have labels below them and don't need to expand as much. [#960](https://github.com/terrastruct/d2/pull/960) - Code blocks adapt to dark mode [#971](https://github.com/terrastruct/d2/pull/971) +- SVGs are fit to top left by default to avoid issues with zooming. [#954](https://github.com/terrastruct/d2/pull/954) +- Person shapes have labels below them and don't need to expand as much. [#960](https://github.com/terrastruct/d2/pull/960) #### Bugfixes โ›‘๏ธ - Fixes a regression where PNG backgrounds could be cut off in the appendix. [#941](https://github.com/terrastruct/d2/pull/941) - Fixes zooming not working in watch mode. [#944](https://github.com/terrastruct/d2/pull/944) -- [API] Fixes `DeleteIDDeltas` giving duplicate deltas in rare cases. [#957](https://github.com/terrastruct/d2/pull/957) - Fixes insufficient vertical padding in dagre with direction: right/left. [#973](https://github.com/terrastruct/d2/pull/973)