d2/ci/release/changelogs/next.md

13 lines
900 B
Markdown
Raw Normal View History

2022-12-01 22:01:20 +00:00
#### Features 🚀
2022-11-15 00:53:57 +00:00
2022-12-29 00:37:58 +00:00
- Tooltips can be set on shapes. See [https://d2lang.com/tour/tooltips](https://d2lang.com/tour/interactive). [#548](https://github.com/terrastruct/d2/pull/548)
- Links can be set on shapes. See [https://d2lang.com/tour/tooltips](https://d2lang.com/tour/interactive). [#548](https://github.com/terrastruct/d2/pull/548)
2022-12-28 23:58:00 +00:00
- 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)
2022-12-28 22:33:09 +00:00
2022-12-01 20:59:53 +00:00
#### Improvements 🧹
2022-11-15 00:53:57 +00:00
#### Bugfixes ⛑️
2022-12-27 05:25:05 +00:00
- 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)
2022-12-28 23:58:00 +00:00
- Fixes rendering classes and tables with empty headers. [#498](https://github.com/terrastruct/d2/pull/498)