changelog
This commit is contained in:
parent
5d4059e470
commit
e45f78b50c
1 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,9 @@
|
|||
|
||||
#### Improvements 🧹
|
||||
|
||||
- Now the `width` and `height` attributes are no longer restricted to images and can be applied to non-container shapes. [#498](https://github.com/terrastruct/d2/pull/498)
|
||||
|
||||
#### Bugfixes ⛑️
|
||||
|
||||
- Restricts where `near` key constant values can be used, with good error messages, instead of erroring (e.g. setting `near: top-center` on a container would cause bad layouts or error). [#538](https://github.com/terrastruct/d2/pull/538)
|
||||
- Fixed rendering classes and tables with empty headers. [#498](https://github.com/terrastruct/d2/pull/498)
|
||||
|
|
|
|||
Loading…
Reference in a new issue