2022-12-22 22:17:55 +00:00

2022-12-01 22:01:20 +00:00
#### Features 🚀
2022-11-15 00:53:57 +00:00
2022-12-21 07:43:45 +00:00
- `sketch` flag renders the diagram to look like it was sketched by hand. [#492 ](https://github.com/terrastruct/d2/pull/492 )
2022-12-01 20:59:53 +00:00
#### Improvements 🧹
2022-11-15 00:53:57 +00:00
2022-12-20 07:39:51 +00:00
- Improved label placements for shapes with images to avoid overlapping container labels. [#474 ](https://github.com/terrastruct/d2/pull/474 )
2022-12-01 21:14:09 +00:00
#### Bugfixes ⛑️
2022-12-19 21:20:41 +00:00
- `d2 fmt` only rewrites if it has changes, instead of always rewriting. [#470 ](https://github.com/terrastruct/d2/pull/470 )
2022-12-18 03:10:03 +00:00
- Fixed an issue where text could overflow in sql_table shapes. [#458 ](https://github.com/terrastruct/d2/pull/458 )
2022-12-20 23:47:36 +00:00
- Fixed an issue with elk layouts accounting for edge labels as if they were placed on the side of the edge. [#483 ](https://github.com/terrastruct/d2/pull/483 )
2022-12-21 00:17:29 +00:00
- Fixed an issue where dagre layouts may not have enough spacing for all edge labels. [#484 ](https://github.com/terrastruct/d2/pull/484 )
2022-12-21 21:17:52 +00:00
- Fixed connections being clipped if they were at the very top or left edges of the diagram. [#493 ](https://github.com/terrastruct/d2/pull/493 )
2022-12-23 07:41:15 +00:00
- Fixed edge case where style being defined in same scope as sql_table caused compiler to skip compiling sql_table. [#506 ](https://github.com/terrastruct/d2/issues/506 )