This commit is contained in:
Alexander Wang 2025-03-24 16:38:34 -06:00
parent 5982c395b0
commit d8991c17a7
No known key found for this signature in database
GPG key ID: BE3937D0D52D8927

View file

@ -10,11 +10,13 @@
#### Improvements 🧹
- d2cli:
- CLI:
- Support `validate` command. [#2415](https://github.com/terrastruct/d2/pull/2415)
- Watch mode ignores backup files (e.g. files created by certain editors like Helix). [#2131](https://github.com/terrastruct/d2/issues/2131)
- d2compiler:
- Compiler:
- `link`s can be set to root path, e.g. `/xyz`. [#2357](https://github.com/terrastruct/d2/issues/2357)
- Render:
- horizontal padding added for connection labels [#2461](https://github.com/terrastruct/d2/pull/2461)
#### Bugfixes ⛑️