From fad7b1ff8bb356ef1de820300f7a4071b077cee7 Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Sat, 7 Jan 2023 16:06:02 -0800 Subject: [PATCH] v0.1.5 --- ci/release/changelogs/next.md | 11 ----------- ci/release/changelogs/v0.1.5.md | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 11 deletions(-) create mode 100644 ci/release/changelogs/v0.1.5.md diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index 5e817da8e6..f3c0d2a774 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -1,16 +1,5 @@ #### Features ๐Ÿš€ -- 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 fit to screen on open. [#601](https://github.com/terrastruct/d2/pull/601) - #### Improvements ๐Ÿงน -- Dagre edges are spaced apart to prevent label overlap. [#618](https://github.com/terrastruct/d2/pull/618) - #### Bugfixes โ›‘๏ธ - -- Appendix seperator line no longer added to PNG export when appendix doesn't exist. [#582](https://github.com/terrastruct/d2/pull/582) -- 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) -- `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) diff --git a/ci/release/changelogs/v0.1.5.md b/ci/release/changelogs/v0.1.5.md new file mode 100644 index 0000000000..5e817da8e6 --- /dev/null +++ b/ci/release/changelogs/v0.1.5.md @@ -0,0 +1,16 @@ +#### Features ๐Ÿš€ + +- 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 fit to screen on open. [#601](https://github.com/terrastruct/d2/pull/601) + +#### Improvements ๐Ÿงน + +- Dagre edges are spaced apart to prevent label overlap. [#618](https://github.com/terrastruct/d2/pull/618) + +#### Bugfixes โ›‘๏ธ + +- Appendix seperator line no longer added to PNG export when appendix doesn't exist. [#582](https://github.com/terrastruct/d2/pull/582) +- 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) +- `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)