d2/ci/release/changelogs/next.md
Bernard Xie a84633ee7a
Merge pull request #560 from berniexie/540/fit-to-screen-on-load
watch: set width/height of svg to fit screen
2022-12-29 16:58:02 -08:00

1.2 KiB

Features 🚀

Improvements 🧹

  • Watch mode now renders fit to screen. #560

Bugfixes ⛑️

  • Restricts where near key constant values can be used, with good error messages, instead of erroring (e.g. setting near: top-center on a container would cause bad layouts or error). #538
  • Fixes an error during ELK layout when images had empty labels. #555
  • Fixes rendering classes and tables with empty headers. #498
  • Fixes rendering sql tables with no columns. #553