d2/ci/release/changelogs/next.md
Alexander Wang f26e9bd3e5
Merge pull request #1617 from alixander/name-failed
cli: include input path name in failure msg
2023-09-25 15:32:35 -07:00

1.7 KiB

Features 🚀

  • UTF-16 files are automatically detected and supported #1525
  • Grid diagrams can now have simple edges between cells #1586

Improvements 🧹

  • Globs are lazily-evaluated #1552
  • Latex now includes Mathjax's ASM extension for more powerful Latex functionality #1544
  • font-color works on Markdown #1546
  • font-color works on arrowheads #1582
  • CLI failure message includes input path #1617

Bugfixes ⛑️

  • Fixes d2 fmt to format all files passed as arguments rather than first non-formatted only (thank you @maxbrunet) #1523
  • Fixes Markdown cropping last element in mixed-element blocks (e.g. em and strong) #1543
  • Fixes missing compile error for non-blockstring empty labels #1590
  • Fixes multiple constant nears overlapping in some cases #1591
  • Fixes error with an empty nested grid #1594
  • Fixes incorrect d2fmt with variable substitution mid-string #1611
  • Fixes dagre error with child named id #1610
  • Fixes font-size missing from rendered code shape #1614