2023-01-20 04:56:57 +00:00
#### Features 🚀
2023-01-19 19:38:24 +00:00
2023-02-24 21:50:17 +00:00
- PDF exports are now supported. [#120 ](https://github.com/terrastruct/d2/issues/120 )
2023-02-26 19:41:50 +00:00
- Diagram background can be styled. [#910 ](https://github.com/terrastruct/d2/issues/910 )
2023-02-25 03:16:30 +00:00
- 3D Hexagons are now supported. [#869 ](https://github.com/terrastruct/d2/issues/869 )
2023-02-24 21:50:17 +00:00
2022-12-01 20:59:53 +00:00
#### Improvements 🧹
2022-11-15 00:53:57 +00:00
2023-02-25 15:55:02 +00:00
- `near` key set to sequence diagram children get an appropriate error message. [#899 ](https://github.com/terrastruct/d2/issues/899 )
- `class` and `sql_table` shape respect `font-color` styling as header font color. [#899 ](https://github.com/terrastruct/d2/issues/899 )
2023-02-25 16:31:56 +00:00
- SVG fits to screen by default in both watch mode and as a standalone SVG (this time with just CSS, no JS). [#725 ](https://github.com/terrastruct/d2/issues/725 )
2023-02-25 15:55:02 +00:00
2022-12-01 21:14:09 +00:00
#### Bugfixes ⛑️
2023-02-24 07:18:48 +00:00
- Error reported when no actors are declared in sequence diagram. [#886 ](https://github.com/terrastruct/d2/pull/886 )
2023-02-24 20:01:37 +00:00
- Fixed img bundling on image shapes. [#889 ](https://github.com/terrastruct/d2/issues/889 )
2023-02-25 15:55:02 +00:00
- `class` shape as sequence diagram actors had wrong colors. [#899 ](https://github.com/terrastruct/d2/issues/899 )