d2/ci/release/changelogs/next.md
2023-01-06 16:12:33 -03:00

1.3 KiB

Features 🚀

  • Crow foot notation is now supported. #578
  • Exported SVGs also fit to screen on open. #601

Improvements 🧹

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
  • Appendix seperator line no longer added to PNG export when appendix doesn't exist. #582
  • Watch mode only fits to screen on initial load. #601
  • Dimensions (width/height) were incorrectly giving compiler errors when applied on a shape with style. #614
  • Fixes routing between sql table columns if the column name is the prefix of the table name #615