changelog

This commit is contained in:
Gavin Nishizawa 2023-06-02 15:59:42 -07:00
parent a2ccb6a3dc
commit 171d5357df
No known key found for this signature in database
GPG key ID: AE3B177777CE55CD

View file

@ -19,3 +19,4 @@
- When multiple classes are applied changing different attributes of arrowheads, they are - When multiple classes are applied changing different attributes of arrowheads, they are
all applied instead of only the last one [#1362](https://github.com/terrastruct/d2/pull/1362) all applied instead of only the last one [#1362](https://github.com/terrastruct/d2/pull/1362)
- Prevent empty block strings [#1364](https://github.com/terrastruct/d2/pull/1364) - Prevent empty block strings [#1364](https://github.com/terrastruct/d2/pull/1364)
- Fixes dagre mis-aligning a nested shape's connection. [#1370](https://github.com/terrastruct/d2/pull/1370)