1.9 KiB
1.9 KiB
Features 🚀
sketchflag renders the diagram to look like it was sketched by hand. #492
Improvements 🧹
- Improved label placements for shapes with images to avoid overlapping container labels. #474
- Themes are applied to sql_table and class shapes. #521
classshapes use monospaced font. #521- Sequence diagram edge group labels have more reasonable padding. #512
- ELK layout engine preserves order of nodes. #282
Bugfixes ⛑️
d2 fmtonly rewrites if it has changes, instead of always rewriting. #470- Fixed an issue where text could overflow in sql_table shapes. #458
- Fixed an issue with elk layouts accounting for edge labels as if they were placed on the side of the edge. #483
- Fixed an issue where dagre layouts may not have enough spacing for all edge labels. #484
- Icons with query parameters are now being escaped to valid SVG XML. #438
- Fixed connections being clipped if they were at the very top or left edges of the diagram. #493
- Fixed edge case where style being defined in same scope as sql_table caused compiler to skip compiling sql_table. #506
- Fixed panic when
constraintvalue was not a string value. #248
