changelog

This commit is contained in:
Gavin Nishizawa 2023-06-08 16:18:58 -07:00
parent 53c3e3d57e
commit 15292853a3
No known key found for this signature in database
GPG key ID: AE3B177777CE55CD

View file

@ -19,6 +19,7 @@
- Invalid `constraint` usage is met with an error message, preventing a common mistake of omitting `shape: sql_table` [#1379](https://github.com/terrastruct/d2/pull/1379) - Invalid `constraint` usage is met with an error message, preventing a common mistake of omitting `shape: sql_table` [#1379](https://github.com/terrastruct/d2/pull/1379)
- Connections now stop at all outside labels. [#1381](https://github.com/terrastruct/d2/pull/1381) - Connections now stop at all outside labels. [#1381](https://github.com/terrastruct/d2/pull/1381)
- Container connections in `dagre` are more balanced [#1384](https://github.com/terrastruct/d2/pull/1384) - Container connections in `dagre` are more balanced [#1384](https://github.com/terrastruct/d2/pull/1384)
- Connections are now mostly masked by shape labels. [#1383](https://github.com/terrastruct/d2/pull/1383)
#### Bugfixes ⛑️ #### Bugfixes ⛑️