This commit is contained in:
Alexander Wang 2025-03-01 10:01:48 -07:00
parent 933cc2f857
commit 54af9d13ca
No known key found for this signature in database
GPG key ID: BE3937D0D52D8927

View file

@ -2,6 +2,7 @@
- Icons: connections can include icons [#12](https://github.com/terrastruct/d2/issues/12) - Icons: connections can include icons [#12](https://github.com/terrastruct/d2/issues/12)
- Syntax: `suspend`/`unsuspend` to define models and instantiate them [#2394](https://github.com/terrastruct/d2/pull/2394) - Syntax: `suspend`/`unsuspend` to define models and instantiate them [#2394](https://github.com/terrastruct/d2/pull/2394)
- Globs: support for filtering edges based on properties of endpoint nodes (e.g., `&src.style.fill: blue`) [#2395](https://github.com/terrastruct/d2/pull/2395)
#### Improvements 🧹 #### Improvements 🧹