1.2 KiB
1.2 KiB
Features 🚀
- Tooltips can be set on shapes. See https://d2lang.com/tour/tooltips. #548
- Links can be set on shapes. See https://d2lang.com/tour/tooltips. #548
- The
widthandheightattributes are no longer restricted to images and can be applied to non-container shapes. #498
Improvements 🧹
- Watch mode now renders fit to screen. #560
Bugfixes ⛑️
- Restricts where
nearkey constant values can be used, with good error messages, instead of erroring (e.g. settingnear: top-centeron a container would cause bad layouts or error). #538 - Fixes an error during ELK layout when images had empty labels. #555
- Fixes rendering classes and tables with empty headers. #498
- Fixes rendering sql tables with no columns. #553