From 9f12fcf364601fd42373cea6c81b9fdc416962c4 Mon Sep 17 00:00:00 2001 From: Alexander Wang Date: Wed, 10 Apr 2024 22:05:52 -0700 Subject: [PATCH] release --- docs/releases/0.6.4.md | 19 +++++++++++++++++++ docs/releases/intro.md | 4 ++-- sidebars.js | 1 + 3 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 docs/releases/0.6.4.md diff --git a/docs/releases/0.6.4.md b/docs/releases/0.6.4.md new file mode 100644 index 00000000..69ef0268 --- /dev/null +++ b/docs/releases/0.6.4.md @@ -0,0 +1,19 @@ +#### Features ๐Ÿš€ + +- `style.underline` works on connections [#1836](https://github.com/terrastruct/d2/pull/1836) +- `none` is added as an accepted value for `fill-pattern`. Previously there was no way to cancel the `fill-pattern` on select objects set by a theme that applies it (Origami) [#1882](https://github.com/terrastruct/d2/pull/1882) + +#### Improvements ๐Ÿงน + +- Dimensions can be set less than label dimensions [#1901](https://github.com/terrastruct/d2/pull/1901) +- Boards no longer inherit `label` fields from parents [#1838](https://github.com/terrastruct/d2/pull/1838) +- Prevents `near` targeting a child of a special object like grid cells, which wasn't doing anything [#1851](https://github.com/terrastruct/d2/pull/1851) + +#### Bugfixes โ›‘๏ธ + +- Theme flags on CLI apply to PDFs [#1894](https://github.com/terrastruct/d2/pull/1894) +- Fixes styles in connections not overriding styles set by globs [#1857](https://github.com/terrastruct/d2/pull/1857) +- Fixes `null` being set on a nested shape not working in certain cases when connections also pointed to that shape [#1830](https://github.com/terrastruct/d2/pull/1830) +- Fixes edge case of bad import syntax crashing using d2 as a library [#1829](https://github.com/terrastruct/d2/pull/1829) +- Fixes `style.fill` not applying to markdown [#1872](https://github.com/terrastruct/d2/pull/1872) +- Fixes compiler erroring on certain styles when the shape's `shape` value is not all lowercase (e.g. `Circle`) [#1887](https://github.com/terrastruct/d2/pull/1887) diff --git a/docs/releases/intro.md b/docs/releases/intro.md index 8a7b789d..c53a6621 100644 --- a/docs/releases/intro.md +++ b/docs/releases/intro.md @@ -2,9 +2,9 @@ :::info Latest -Version: [0.6.3](/releases/0.6.3) (released December 16, 2023) +Version: [0.6.4](/releases/0.6.4) (released April 10, 2024) -Downloads: [Assets](https://github.com/terrastruct/d2/releases/tag/v0.6.3) +Downloads: [Assets](https://github.com/terrastruct/d2/releases/tag/v0.6.4) ::: diff --git a/sidebars.js b/sidebars.js index 87cf3947..c23131ef 100644 --- a/sidebars.js +++ b/sidebars.js @@ -168,6 +168,7 @@ const sidebars = { link: { type: "doc", id: "releases/intro" }, items: [ "releases/intro", + "releases/0.6.4", "releases/0.6.3", "releases/0.6.2", "releases/0.6.1",