changelog

This commit is contained in:
Gavin Nishizawa 2023-02-23 11:45:58 -08:00
parent 60b7865fd3
commit 3584bf0e58
No known key found for this signature in database
GPG key ID: AE3B177777CE55CD

View file

@ -11,6 +11,7 @@
- CLI reports when a feature is incompatible with layout engine, instead of silently ignoring. [#845](https://github.com/terrastruct/d2/pull/845)
- `near` key set to direct parent or ancestor throws an appropriate error message. [#851](https://github.com/terrastruct/d2/pull/851)
- Dimensions and positions are able to be set from API. [#853](https://github.com/terrastruct/d2/pull/853)
- Improves label legibility for dagre containers by stopping container edges early if they would run into the label. [#880](https://github.com/terrastruct/d2/pull/880)
#### Bugfixes ⛑️