From 18afe8f657d66c00497710800bd195b27c9e5b90 Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Mon, 17 Apr 2023 17:21:17 -0700 Subject: [PATCH] Update next.md --- ci/release/changelogs/next.md | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index 5db4ac3a9..5302ed42a 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -1,3 +1,19 @@ +Multi-board D2 compositions now get 2 more useful formats to export to: Powerpoint and GIFs. + +## Powerpoint example + +Make sure you click present, and click around the links and navigations! + +- Download: [wcc.pptx](https://github.com/terrastruct/d2/files/11256733/wcc.pptx) +- Google Slides: [https://docs.google.com/presentation/d/18rRh4izu3k_43On8PXtVYdqRxmoQJd4y/view](https://docs.google.com/presentation/d/18rRh4izu3k_43On8PXtVYdqRxmoQJd4y/view) +- Source code: [https://github.com/terrastruct/d2/blob/master/docs/examples/wcc/wcc.d2](https://github.com/terrastruct/d2/blob/master/docs/examples/wcc/wcc.d2) + +## GIF example + +This is the same diagram as one we shared when we announced animated SVGs, but in GIF form. + +![animated](https://user-images.githubusercontent.com/3120367/232637553-dd35e076-dfb4-4910-958d-d57ec382f792.gif) + #### Features ๐Ÿš€ - Export diagrams to `.pptx` (PowerPoint)[#1139](https://github.com/terrastruct/d2/pull/1139) @@ -6,13 +22,13 @@ #### Improvements ๐Ÿงน -- Markdown text can now be adjusted with `font-size` [#1191](https://github.com/terrastruct/d2/issues/1191) +- `font-size` works with Markdown text [#1191](https://github.com/terrastruct/d2/issues/1191) - SVG outputs for internal links use relative paths instead of absolute [#1197](https://github.com/terrastruct/d2/pull/1197) - Improves arrowhead label positioning [#1207](https://github.com/terrastruct/d2/pull/1207) #### Bugfixes โ›‘๏ธ - Fixes grid layouts not applying on objects with a constant near [#1173](https://github.com/terrastruct/d2/issues/1173) -- Fixes markdown header rendering in firefox and safari [#1177](https://github.com/terrastruct/d2/issues/1177) -- Fixes a grid layout panic when there are fewer objects than rows [#1189](https://github.com/terrastruct/d2/issues/1189) +- Fixes Markdown header rendering in Firefox and Safari [#1177](https://github.com/terrastruct/d2/issues/1177) +- Fixes a grid layout panic when there are fewer objects than rows/columns [#1189](https://github.com/terrastruct/d2/issues/1189) - Fixes an issue where PNG exports that were too large were crashing [#1093](https://github.com/terrastruct/d2/issues/1093)