diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index 10d8e7aef..dbbae3417 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -1,3 +1,19 @@ +D2 0.3 is here! + +## Major updates: + +- SVG sizes are ~**5%** of what they were in D2 0.2. + - The disproportionately largest contributor to this size was the font. Instead of encoding the entire font, D2 now only bundles only the used part of it (e.g. if you don't use the letter "b", the font encoding for "b" won't be included). +- The first practical applications of multi-board compositions are here: animations. Composition is among D2's most powerful features, and these first applications are just the tip of the iceberg. Stay tuned for more in upcoming 0.3.x releases. +![animated](https://user-images.githubusercontent.com/3120367/228722320-65a42558-55b5-40f0-8616-53510b57202f.svg) +- Customizable fonts. You can pass in whatever you want to use through the command line. +Screen Shot 2023-03-29 at 8 27 45 PM + +### Other + +- New Origami theme +Screen Shot 2023-03-29 at 7 59 31 PM + #### Features 🚀 - Flags to set a custom font are supported. See [docs](https://d2lang.com/todo). [#1108](https://github.com/terrastruct/d2/pull/1108)