File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 2
2
- Added a ` n-star ` shape for drawing n-pointed stars
3
3
- Added ` breakable: false ` to the ` block ` element of the canvas
4
4
- A new tree layout algorithm, implemented by @MichaelGoodale in Rust, can handle differently sized tree nodes
5
- - ** BREAKING** The ` tree ` callback for drawing nodes does not pass the parent nodes name anymor (new signature is ` (node) => elements ` )
5
+ - ** BREAKING** The ` tree ` callback for drawing nodes does not pass the parent nodes name anymore (new signature is ` (node) => elements ` )
6
6
- ** BREAKING** The ` parent-position ` argument of ` tree ` got removed
7
+ - Tree nodes now support anchors: custom anchors from the ` draw-node ` callback
8
+ are accessible.
7
9
8
10
# 0.4.0
9
11
- Fixed a bug where passing a length as radius to a polygon resulted in an error
You can’t perform that action at this time.
0 commit comments