d2/ci/release/changelogs/next.md
2023-02-27 14:39:08 -08:00

1.6 KiB

Features 🚀

  • PDF exports are now supported. #120
  • Diagram background can be styled. #910
  • 3D Hexagons are now supported. #869
  • The arm64 docker container now supports rendering diagrams to pngs. #917

Improvements 🧹

  • near key set to sequence diagram children get an appropriate error message. #899
  • class and sql_table shape respect font-color styling as header font color. #899
  • SVG fits to screen by default in both watch mode and as a standalone SVG (this time with just CSS, no JS). #725
  • Only chromium is installed when rendering png diagrams instead of also installing webkit and firefox. #835
  • Multiboard output is now self-contained and less confusing. See #923

Bugfixes ⛑️

  • Error reported when no actors are declared in sequence diagram. #886
  • Fixed img bundling on image shapes. #889
  • class shape as sequence diagram actors had wrong colors. #899
  • Fix regression in last release where some hex codes were not working. #922