changelog

This commit is contained in:
Alexander Wang 2023-07-29 09:20:03 -07:00
parent 2ca39f8ed3
commit 11a436343e
No known key found for this signature in database
GPG key ID: D89FA31966BDBECE

View file

@ -8,6 +8,7 @@ Layout capability also takes a subtle but important step forward: you can now cu
- Configure timeout value with D2_TIMEOUT env var [#1392](https://github.com/terrastruct/d2/pull/1392)
- Scale renders and disable fit to screen with `--scale` flag [#1413](https://github.com/terrastruct/d2/pull/1413)
- `null` keyword can be used to un-declare. See [docs](https://d2lang.com/tour/overrides#null) [#1446](https://github.com/terrastruct/d2/pull/1446)
- Develop multi-board diagrams in watch mode (links to layers/scenarios/steps work in `--watch`) [#1503](https://github.com/terrastruct/d2/pull/1503)
#### Improvements 🧹