d2/ci/release/changelogs/next.md
Alexander Wang 3c43db31d0
Merge pull request #1197 from alixander/relative-paths
link with relative paths
2023-04-13 19:33:00 -07:00

1.1 KiB

Features 🚀

  • Export diagrams to .pptx (PowerPoint)#1139
  • Customize gap size in grid diagrams with grid-gap, vertical-gap, or horizontal-gap #1178
  • New dark theme "Dark Terrastruct Flagship" with the theme ID of 201 #1150

Improvements 🧹

  • Markdown text can now be adjusted with font-size #1191
  • SVG outputs for internal links use relative paths instead of absolute #1197

Bugfixes ⛑️

  • Fixes grid layouts not applying on objects with a constant near #1173
  • Fixes markdown header rendering in firefox and safari #1177
  • Fixes a grid layout panic when there are fewer objects than rows #1189
  • Fixes an issue where PNG exports that were too large were crashing #1093