d2/ci/release/changelogs/next.md

16 lines
633 B
Markdown
Raw Normal View History

2022-11-21 22:01:33 +00:00
#### Features 🚀
2022-11-15 00:53:57 +00:00
2022-11-24 07:20:17 +00:00
- Arrowhead labels are now supported. [#182](https://github.com/terrastruct/d2/pull/182)
2022-11-24 09:07:25 +00:00
- `stroke-dash` on shapes is now supported. [#188](https://github.com/terrastruct/d2/issues/188)
2022-11-15 00:53:57 +00:00
#### Improvements 🔧
#### Bugfixes 🔴
2022-11-24 07:20:17 +00:00
- 3D style was missing border and other styles for its top and right faces.
[#187](https://github.com/terrastruct/d2/pull/187)
2022-11-25 19:22:34 +00:00
- System dark mode was incorrectly applying to markdown in renders.
[#159](https://github.com/terrastruct/d2/issues/159)
2022-11-25 23:25:04 +00:00
- Fixes markdown newlines created with a trailing double space or backslash.
2022-11-26 00:17:14 +00:00
[#214](https://github.com/terrastruct/d2/pull/214)