d2/ci/release/changelogs/next.md

22 lines
1.3 KiB
Markdown
Raw Normal View History

2022-12-01 22:01:20 +00:00
#### Features 🚀
2022-11-15 00:53:57 +00:00
2022-12-12 07:31:01 +00:00
- Diagram padding can now can be configured in the CLI (default 100px).
[https://github.com/terrastruct/d2/pull/431](https://github.com/terrastruct/d2/pull/431)
2022-12-16 23:58:15 +00:00
- Connection label backgrounds can now be set with the `style.fill` keyword. [https://github.com/terrastruct/d2/pull/452](https://github.com/terrastruct/d2/pull/452)
2022-12-12 07:31:01 +00:00
2022-12-01 20:59:53 +00:00
#### Improvements 🧹
2022-11-15 00:53:57 +00:00
2022-12-07 16:28:40 +00:00
- Fmt now preserves leading comment spacing.
[#400](https://github.com/terrastruct/d2/issues/400)
#### Bugfixes ⛑️
2022-12-12 00:21:14 +00:00
2022-12-12 00:47:23 +00:00
- Fixed crash when sequence diagrams had no messages.
2022-12-12 00:28:30 +00:00
[https://github.com/terrastruct/d2/pull/427](https://github.com/terrastruct/d2/pull/427)
2022-12-12 00:47:23 +00:00
- Fixed `constraint` keyword setting label.
[https://github.com/terrastruct/d2/issues/415](https://github.com/terrastruct/d2/issues/415)
2022-12-12 00:21:14 +00:00
- Fixed serialization affecting binary plugins (TALA).
[https://github.com/terrastruct/d2/pull/426](https://github.com/terrastruct/d2/pull/426)
2022-12-18 04:47:14 +00:00
- Fixed connections in elk layouts not going all the way to shape borders. [https://github.com/terrastruct/d2/pull/459](https://github.com/terrastruct/d2/pull/459)
2022-12-17 01:24:45 +00:00
- Fixed a connection rendering bug that could happen in firefox when there were no connection labels. [https://github.com/terrastruct/d2/pull/453](https://github.com/terrastruct/d2/pull/453)