From 022cf12a616210f5bab47eed6e638e93a48d744c Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Sat, 18 Mar 2023 15:47:38 -0700 Subject: [PATCH] v0.2.6 --- ci/release/changelogs/next.md | 12 ------------ ci/release/changelogs/v0.2.6.md | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 12 deletions(-) create mode 100644 ci/release/changelogs/v0.2.6.md diff --git a/ci/release/changelogs/next.md b/ci/release/changelogs/next.md index 04808416e0..f3c0d2a774 100644 --- a/ci/release/changelogs/next.md +++ b/ci/release/changelogs/next.md @@ -1,17 +1,5 @@ #### Features ๐Ÿš€ -- `--center` flag centers the SVG in the containing viewbox. [#1056](https://github.com/terrastruct/d2/pull/1056) -- Strikethrough in Markdown with `~~`. [#1059](https://github.com/terrastruct/d2/pull/1059) - #### Improvements ๐Ÿงน -- `elk` layout containers no longer overlap the label with children. [#1055](https://github.com/terrastruct/d2/pull/1055) -- `--browser` flag on CLI controls `BROWSER` environment variable for not opening browser in watch mode. [#1052](https://github.com/terrastruct/d2/pull/1052) -- Message emitted by CLI when a particular stage is taking a long time. [#1058](https://github.com/terrastruct/d2/pull/1058) -- `` attribute of HTML in watch mode is the base file name, instead of the whole path. [#1054](https://github.com/terrastruct/d2/pull/1054) - #### Bugfixes โ›‘๏ธ - -- Code blocks are not affected by uppercasing from special themes like Terminal. [#1053](https://github.com/terrastruct/d2/pull/1053) -- Fixes `fill-pattern` replacement in the API. [#1051](https://github.com/terrastruct/d2/pull/1051) -- Fixes multiple `<br/>` elements in a row being mismeasured in Markdown blocks. [#1060](https://github.com/terrastruct/d2/pull/1060) diff --git a/ci/release/changelogs/v0.2.6.md b/ci/release/changelogs/v0.2.6.md new file mode 100644 index 0000000000..04808416e0 --- /dev/null +++ b/ci/release/changelogs/v0.2.6.md @@ -0,0 +1,17 @@ +#### Features ๐Ÿš€ + +- `--center` flag centers the SVG in the containing viewbox. [#1056](https://github.com/terrastruct/d2/pull/1056) +- Strikethrough in Markdown with `~~`. [#1059](https://github.com/terrastruct/d2/pull/1059) + +#### Improvements ๐Ÿงน + +- `elk` layout containers no longer overlap the label with children. [#1055](https://github.com/terrastruct/d2/pull/1055) +- `--browser` flag on CLI controls `BROWSER` environment variable for not opening browser in watch mode. [#1052](https://github.com/terrastruct/d2/pull/1052) +- Message emitted by CLI when a particular stage is taking a long time. [#1058](https://github.com/terrastruct/d2/pull/1058) +- `<title>` attribute of HTML in watch mode is the base file name, instead of the whole path. [#1054](https://github.com/terrastruct/d2/pull/1054) + +#### Bugfixes โ›‘๏ธ + +- Code blocks are not affected by uppercasing from special themes like Terminal. [#1053](https://github.com/terrastruct/d2/pull/1053) +- Fixes `fill-pattern` replacement in the API. [#1051](https://github.com/terrastruct/d2/pull/1051) +- Fixes multiple `<br/>` elements in a row being mismeasured in Markdown blocks. [#1060](https://github.com/terrastruct/d2/pull/1060)