ci/release/changelogs/v0.6.1.md
The globs feature underwent a major rewrite and is now almost finalized.
Previously, globs would evaluate once on all the shapes and connections declared above it. So if you wanted to set everything red, you had to add the line at the bottom.
x
y
*.style.fill: red
*.style.fill: red
x
y
We still have one more release in 0.6 series to add filters to globs, so stay tuned.
You might also be interested to know that grid cells can now have connections between them! Source code for this diagram here.
font-color works on Markdown #1546font-color works on arrowheads #1582d2 fmt formats all files passed as arguments rather than just the first non-formatted (thank you @maxbrunet) #1523d2fmt with variable substitution mid-string is formatted correctly #1611