d2/ci/release/changelogs/next.md

26 lines
1.3 KiB
Markdown
Raw Normal View History

2022-11-21 22:01:33 +00:00
#### Features 🚀
2022-11-15 00:53:57 +00:00
2022-11-28 03:56:09 +00:00
- Latex is now supported. See [docs](https://d2lang.com/tour/text) for more.
[#229](https://github.com/terrastruct/d2/pull/229)
2022-11-29 05:55:45 +00:00
- `orientation` keyword is now supported to specify horizontal or vertical layouts. See
[docs](https://d2lang.com/tour/layouts) for more.
[#251](https://github.com/terrastruct/d2/pull/251)
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-26 00:55:52 +00:00
- `font-color` is now supported on shapes and connections. [#215](https://github.com/terrastruct/d2/pull/215)
2022-11-26 03:43:35 +00:00
- Querying shapes and connections by ID is now supported in renders. [#218](https://github.com/terrastruct/d2/pull/218)
2022-11-15 00:53:57 +00:00
#### Improvements 🔧
2022-11-29 05:55:45 +00:00
- ELK layout engine now defaults to top-down to be consistent with dagre.
[#251](https://github.com/terrastruct/d2/pull/251)
2022-11-15 00:53:57 +00:00
#### 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)