d2/ci/release/changelogs/next.md
Alexander Wang 67cbd56885
changelog
2023-01-14 14:23:17 -08:00

1.2 KiB

Features 🚀

  • animated keyword implemented for connections. #652

Improvements 🧹

  • ELK layouts tuned to have better defaults. #627
  • Code snippets of unrecognized languages will render (just without syntax highlighting). #650
  • Adds sketched versions of arrowheads. #656

Bugfixes ⛑️

  • Fixes arrowheads sometimes appearing broken in dagre layouts. #649
  • Fixes attributes being ignored for sql_table to sql_table connections. #658
  • Fixes tooltip/link attributes being ignored for sql_table and class. #658
  • Fixes arrowheads sometimes appearing broken with sketch on. #656
  • Fixes code snippets not being tall enough with leading newlines. #664
  • Icon URLs that needed escaping (e.g. with ampersands) are handled correctly by CLI. #666