changelog

This commit is contained in:
Alexander Wang 2023-06-08 18:00:01 -07:00
parent d1f7e23aff
commit 3914aa80df
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE

View file

@ -18,6 +18,7 @@
- Common invalid array separator `,` usage in class arrays returns a helpful error message [#1376](https://github.com/terrastruct/d2/pull/1376) - Common invalid array separator `,` usage in class arrays returns a helpful error message [#1376](https://github.com/terrastruct/d2/pull/1376)
- 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)
#### Bugfixes ⛑️ #### Bugfixes ⛑️