Skip to content

v0.15.0

Compare
Choose a tag to compare
@blitzarx1 blitzarx1 released this 21 Oct 11:42
· 79 commits to master since this release
449be3b

Adding

  1. Custom edges drawing function is out! Now you can customize the way edges are drawn.
  2. WidgetState is now passed to drawing functions. It holds data of the current state of the widget which can be useful for drawing purposes.
  3. custom_draw demo now has an example of usage of custom edges drawing func with demonstration of adding labels to edges.

Fixing

  1. Node labels in custom_draw example are now placed in the center of nodes.

Breaking

  1. Signature of FnCustomNodeDraw now contains WidgetState as argument.

Merge Requests

Full Changelog: v0.14.0...v0.15.0