Merge pull request #624 from alixander/prep-changelog-0.1.5

prep 0.1.5 changelog
This commit is contained in:
Alexander Wang 2023-01-07 15:46:20 -08:00 committed by GitHub
commit d5fbeff8e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
#### Features 🚀 #### Features 🚀
- Crow foot notation is now supported. [#578](https://github.com/terrastruct/d2/pull/578) - Crow foot notation has been added for arrowheads. See [docs](https://d2lang.com/tour/connections#arrowheads) for more. [#578](https://github.com/terrastruct/d2/pull/578) Thanks to new contributor @martinjirku!
- Exported SVGs also fit to screen on open. [#601](https://github.com/terrastruct/d2/pull/601) - Exported SVGs fit to screen on open. [#601](https://github.com/terrastruct/d2/pull/601)
#### Improvements 🧹 #### Improvements 🧹
@ -13,4 +13,4 @@
- Watch mode only fits to screen on initial load. [#601](https://github.com/terrastruct/d2/pull/601) - Watch mode only fits to screen on initial load. [#601](https://github.com/terrastruct/d2/pull/601)
- Dimensions (`width`/`height`) were incorrectly giving compiler errors when applied on a shape with style. [#614](https://github.com/terrastruct/d2/pull/614) - Dimensions (`width`/`height`) were incorrectly giving compiler errors when applied on a shape with style. [#614](https://github.com/terrastruct/d2/pull/614)
- `near` would collide with labels if they were on the diagram boundaries in the same position. [#617](https://github.com/terrastruct/d2/pull/617) - `near` would collide with labels if they were on the diagram boundaries in the same position. [#617](https://github.com/terrastruct/d2/pull/617)
- Fixes routing between sql table columns if the column name is the prefix of the table name [#615](https://github.com/terrastruct/d2/pull/615) - Fixes routing between sql table columns if the column name is the prefix of the table name. [#615](https://github.com/terrastruct/d2/pull/615)