2022-11-28 09:55:45PM
This commit is contained in:
parent
8e1f4c21c9
commit
2507e71b37
1 changed files with 6 additions and 0 deletions
|
|
@ -2,6 +2,9 @@
|
|||
|
||||
- Latex is now supported. See [docs](https://d2lang.com/tour/text) for more.
|
||||
[#229](https://github.com/terrastruct/d2/pull/229)
|
||||
- `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)
|
||||
- Arrowhead labels are now supported. [#182](https://github.com/terrastruct/d2/pull/182)
|
||||
- `stroke-dash` on shapes is now supported. [#188](https://github.com/terrastruct/d2/issues/188)
|
||||
- `font-color` is now supported on shapes and connections. [#215](https://github.com/terrastruct/d2/pull/215)
|
||||
|
|
@ -9,6 +12,9 @@
|
|||
|
||||
#### Improvements 🔧
|
||||
|
||||
- ELK layout engine now defaults to top-down to be consistent with dagre.
|
||||
[#251](https://github.com/terrastruct/d2/pull/251)
|
||||
|
||||
#### Bugfixes 🔴
|
||||
|
||||
- 3D style was missing border and other styles for its top and right faces.
|
||||
|
|
|
|||
Loading…
Reference in a new issue