2023-03-07 19:11:52 +00:00
#### Features 🚀
2023-01-19 19:38:24 +00:00
2023-03-30 00:20:41 +00:00
- Flags to set a custom font are supported. See [docs ](https://d2lang.com/todo ). [#1108 ](https://github.com/terrastruct/d2/pull/1108 )
2023-03-23 20:37:28 +00:00
- `--animate-interval` can be passed as a flag to animate multi-board diagrams. See [docs ](https://d2lang.com/todo ). [#1088 ](https://github.com/terrastruct/d2/pull/1088 )
2023-03-18 22:43:28 +00:00
- `paper` is available as a `fill-pattern` option [#1070 ](https://github.com/terrastruct/d2/pull/1070 )
2023-03-28 22:33:32 +00:00
- fonts are now subsetted to reduce svg file size [#1089 ](https://github.com/terrastruct/d2/pull/1089 )
2023-03-30 02:59:41 +00:00
- New theme: Origami [#1110 ](https://github.com/terrastruct/d2/pull/1110 )
2023-03-18 22:43:28 +00:00
2022-12-01 20:59:53 +00:00
#### Improvements 🧹
2022-11-15 00:53:57 +00:00
2023-03-27 22:07:24 +00:00
- prevent `tooltip` to be an URL when `link` is already set. [#1091 ](https://github.com/terrastruct/d2/pull/1091 )
2023-03-30 03:16:29 +00:00
- improve scaling of arrowhead sizes according to stroke-width. [#1101 ](https://github.com/terrastruct/d2/pull/1101 )
2023-03-26 16:45:05 +00:00
2022-12-01 21:14:09 +00:00
#### Bugfixes ⛑️
2023-03-28 18:41:59 +00:00
- prevent an object's `near` from targeting a text near a constant. [#1100 ](https://github.com/terrastruct/d2/pull/1100 )
2023-03-29 23:45:41 +00:00
- fixes inaccurate bold edge label padding. [#1108 ](https://github.com/terrastruct/d2/pull/1108 )
2023-03-30 03:09:06 +00:00
- Prevents Latex blocks from being uppercased in special themes. [#1111 ](https://github.com/terrastruct/d2/pull/1111 )