Features ๐โ
- Crow foot notation has been added for arrowheads. See docs for more. #578.
- Exported SVGs fit to screen on open. #601
Improvements ๐งนโ
- Dagre edges are spaced apart to prevent label overlap. #618
Bugfixes โ๏ธโ
- Appendix separator 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
near
would collide with labels if they were on the diagram boundaries in the same position. #617
- Fixes routing between sql table columns if the column name is the prefix of the table name. #615