Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
Customizations and layouts take a big leap forward with this release! Put together, these improvements make beautiful diagrams like these possible:Features 🚀
Terminal
, andTerminal Grayscale
. See docs. #1040, #1041style.font: mono
to use a monospaced font for the text/label. See docs. #1010border-radius
is supported for bothclass
andsql_table
shapes. Thanks to second-time contributor @donglixiaoche ! #982style.fill-pattern
. See docs. #1024, #1041Improvements 🧹
dagre
layouts that have a connection where one endpoint is a container is much improved. #1011elk
layouts have less bends in the routes. #1033elk
layouts center nodes better. #1028elk
layouts have nicer margins between node boundaries and edges. #1028elk
layouts container contents are centered within. #1038elk
layouts container dimensions fit label. #1038sketch
draws connections with less roughness, which especially improves look of corner bends in ELK. #1014Bugfixes ⛑️
d2
erroring on malformed user paths (fdopendir
error). util-go#10dagre
layout error with connections to a container shape with a blockstring label. #1032