2022-11-28 09:55:45PM

This commit is contained in:
Alexander Wang 2022-11-28 21:55:45 -08:00
parent 8e1f4c21c9
commit 2507e71b37
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE

View file

@ -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.