This commit is contained in:
Alexander Wang 2024-07-18 16:09:36 -06:00
parent 30d74384ae
commit a880647227
No known key found for this signature in database
GPG key ID: BE3937D0D52D8927

View file

@ -1,6 +1,7 @@
#### Features 🚀 #### 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) - 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)
- Globs can be used in glob filter values, including checking for existence (e.g. `*: {&link: *; style.fill: red}` to turn all objects with a link red) [#2009](https://github.com/terrastruct/d2/pull/2009)
#### Improvements 🧹 #### Improvements 🧹