Skip to content

Releases: blitzarx1/egui_graphs

v0.22.0

27 Sep 14:00
cfb5408
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.21.1...v0.22.0

v0.21.1

18 Aug 18:11
7c71ae3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.21.0...v0.21.1

v0.21.0

17 Aug 12:54
4384939
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.20.0...v0.21.0

v0.20.0

16 Apr 15:24
09c242b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.19.0...v0.20.0

v0.19.0

23 Feb 13:45
76e0e26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.18.0...v0.19.0

v0.18.0

29 Jan 19:02
0f41227
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.17.1...v0.18.0

v0.17.1

23 Dec 18:23
0e5f833
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.17.0...v0.17.1

v0.17.0

28 Nov 18:11
020061f
Compare
Choose a tag to compare

Description

This release supports egui and eframe v0.24. Mainly polishing maturity issues introduced by new EdgeDisplay and NodeDisplay traits. It introduces some API changes and adds new examples . The project needs to overcome these bumpy roads to become stable, versatile and easy to use.

Future releases will address usability, stabilization and optimization issues. Big thanks to community which helps a lot with their feedbacks and contributions. You are the best team🥇

What's Changed

New Contributors

Full Changelog: v0.16.0...v0.17.0

v0.16.0

17 Nov 10:22
1862022
Compare
Choose a tag to compare

Description

This release has a lot of contributions from the community aimed to performance and user-friendlines. I value this effort very much <3 and hope we will make a lib which perfectly suits your needs as a platform for implementing your responsive graph visualization apps.

Moreover it contains breaking changes caused by massive rework of drawing mechanisms and custom drawing approach. I hope to receive feedback from you and polish things which needs it.

What's Changed

New Contributors

Full Changelog: v0.15.0...v0.16.0

v0.15.0

21 Oct 11:42
449be3b
Compare
Choose a tag to compare

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