v0.1.4
版本发布时间: 2022-12-31 14:00:57
terrastruct/d2最新发布版本:v0.6.7(2024-09-29 07:27:22)
This release introduces interactive diagrams. Namely, tooltip
and link
can now be set, which allows you to hover to see more or click to go to an external link. This small change enables many possibilities, including richer integrations like internal wiki's that can be linked together through diagrams. An icon will indicate that a shape has a tooltip that can be hovered over for more information, or a link. We have much more in store for interactivity, stay tuned!
Since interactive features obviously won't work on static export formats like PNG, they will be included automatically in an appendix when exporting to those formats, like so:
This release also gives more power to configure layouts. width
and height
are D2 keywords which previously only worked on images, but now work on any non-containers. Additionally, all the layout engines have configurations exposed. D2 sets sensible defaults to each layout engine without any input, so this is meant to be an advanced feature for users who want that extra control.
Happy new years!
Features 🚀
- Tooltips can be set on shapes. See https://d2lang.com/tour/interactive. #548
- Links can be set on shapes. See https://d2lang.com/tour/interactive. #548
- The
width
andheight
attributes are no longer restricted to images and can be applied to non-container shapes. #498 - Layout engine options are exposed and configurable. See individual layout pages on https://d2lang.com/tour/layouts for list of configurations. #563
Improvements 🧹
- Watch mode renders fit to screen. #560
Bugfixes ⛑️
- Fixes rendering
class
andtable
with empty headers. #498 - Fixes rendering of
sql_table
with no columns. #553 - Diagram bounding boxes account for stroke widths. #574
- Restricts where
near
key constant values can be used, with good error messages, instead of erroring (e.g. settingnear: top-center
on a container would cause bad layouts or error). #538 - Fixes panic when images with empty labels are rendered with ELK. #555
Breaking changes
- For usages of D2 as a library,
d2dagrelayout.Layout
andd2elklayout.Layout
now accept a third parameter for options. If you would like to keep the defaults, please change your code to calldagrelayout.DefaultLayout
andd2elklayout.DefaultLayout
respectively.
1、 d2-v0.1.4-linux-amd64.tar.gz 15.49MB
2、 d2-v0.1.4-linux-arm64.tar.gz 14.46MB
3、 d2-v0.1.4-macos-amd64.tar.gz 15.33MB
4、 d2-v0.1.4-macos-arm64.tar.gz 14.88MB
5、 d2-v0.1.4-windows-amd64.msi 13.5MB
6、 d2-v0.1.4-windows-amd64.tar.gz 15.3MB
7、 d2-v0.1.4-windows-arm64.tar.gz 14.38MB