2022-12-01 22:01:20 +00:00
|
|
|
#### Features 🚀
|
2022-11-15 00:53:57 +00:00
|
|
|
|
2023-01-12 19:11:58 +00:00
|
|
|
- `animated` keyword implemented for connections. [#652](https://github.com/terrastruct/d2/pull/652)
|
|
|
|
|
|
2022-12-01 20:59:53 +00:00
|
|
|
#### Improvements 🧹
|
2022-11-15 00:53:57 +00:00
|
|
|
|
2023-01-08 04:56:41 +00:00
|
|
|
- ELK layouts tuned to have better defaults. [#627](https://github.com/terrastruct/d2/pull/627)
|
2023-01-12 07:54:55 +00:00
|
|
|
- Code snippets of unrecognized languages will render (just without syntax highlighting). [#650](https://github.com/terrastruct/d2/pull/650)
|
2023-01-13 04:45:02 +00:00
|
|
|
- Adds sketched versions of arrowheads. [#656](https://github.com/terrastruct/d2/pull/656)
|
2023-01-08 04:56:41 +00:00
|
|
|
|
2022-12-01 21:14:09 +00:00
|
|
|
#### Bugfixes ⛑️
|
2023-01-12 04:41:25 +00:00
|
|
|
|
|
|
|
|
- Fixes arrowheads sometimes appearing broken in dagre layouts. [#649](https://github.com/terrastruct/d2/pull/649)
|
2023-01-13 16:29:32 +00:00
|
|
|
- Fixes attributes being ignored for `sql_table` to `sql_table` connections. [#658](https://github.com/terrastruct/d2/pull/658)
|
|
|
|
|
- Fixes tooltip/link attributes being ignored for `sql_table` and `class`. [#658](https://github.com/terrastruct/d2/pull/658)
|
2023-01-13 04:45:02 +00:00
|
|
|
- Fixes arrowheads sometimes appearing broken with sketch on. [#656](https://github.com/terrastruct/d2/pull/656)
|
2023-01-14 04:09:08 +00:00
|
|
|
- Fixes code snippets not being tall enough with leading newlines. [#664](https://github.com/terrastruct/d2/pull/664)
|
2023-01-14 22:23:17 +00:00
|
|
|
- Icon URLs that needed escaping (e.g. with ampersands) are handled correctly by CLI. [#666](https://github.com/terrastruct/d2/pull/666)
|