This commit is contained in:
Alexander Wang 2024-07-18 13:44:19 -06:00
parent 7f84242f71
commit 7226c69dc0
No known key found for this signature in database
GPG key ID: BE3937D0D52D8927

View file

@ -1,5 +1,7 @@
#### Features 🚀
- Glob inverse filters are implemented (e.g. `*: {!&shape: circle; style.fill: red}` to turn all non-circles red) [#2008](https://github.com/terrastruct/d2/pull/2008)
#### Improvements 🧹
- Opacity 0 shapes no longer have a label mask which made any segment of connections going through them lower opacity [#1940](https://github.com/terrastruct/d2/pull/1940)