1.5 KiB
1.5 KiB
Features 🚀
style.font: monoto use a monospaced font for the text/label #1010border-radiusis supported for bothclassandsql_tableshapes. #982- Implements
style.fill-pattern. Currently only value supported isdots. #1024
Improvements 🧹
dagrelayouts that have a connection where one endpoint is a container is much improved. #1011elklayouts favor balance over straight edges. #1028elklayouts have nicer margins between node boundaries and edges. #1028sketchdraws connections with less roughness, which especially improves look of corner bends in ELK. #1014- CSS in SVGs are diagram-specific, which means you can embed multiple D2 diagrams on a web page without fear of style conflicts. #1016
Bugfixes ⛑️
- Fixes
d2erroring on malformed user paths (fdopendirerror). util-go#10 - Arrowhead labels being set without maps wasn't being picked up. #1015
- Fixes a dagre layout error with connections to a container shape with a block type label. #1032