Releases: blitzarx1/egui_graphs
Releases · blitzarx1/egui_graphs
v0.5.4-beta.2
What's Changed
- Refactored node and edge API by @blitzarx1 in #51
- Separate build and test jobs by @blitzarx1 in #52
- Refactored walk function by @blitzarx1 in #53
- Meta and computed refactor by @blitzarx1 in #54
- Extracted meta and computed computations by @blitzarx1 in #55
Full Changelog: v0.5.4-beta.1...v0.5.4-beta.2
v0.5.4-beta.1
What's Changed
- Refactor graph walk by @blitzarx1 in #48
Full Changelog: v0.5.4-beta.0...v0.5.4-beta.1
v0.5.4-beta.0
What's Changed
- Changed elements api & fixed looped edge draw by @blitzarx1 in #47
Full Changelog: v0.5.3...v0.5.4-beta.0
v0.5.3
What's Changed
- Transform refactoring and new transform methods by @blitzarx1 in #45
Full Changelog: v0.5.2...v0.5.3
v0.5.3-beta.0
v0.5.2
v0.5.2-beta.1
What's Changed
- Min max support subgraphs by @blitzarx1 in #43
Full Changelog: v0.5.2-beta.0...v0.5.2-beta.1
v0.5.2-beta.0
What's Changed
- transform any stable graph to graph of crates node and edges by @chriamue in #39
- refactored helper method and added usage to the examples by @blitzarx1 in #41
New Contributors
Full Changelog: v0.5.1...v0.5.2-beta.0
v0.5.1
Full Changelog: v0.5.0...v0.5.1
v0.5.0
Node folding
Folds children of the double clicked node up to nth, where n is configured via new folding_depth settings.
Node Labels
Added labels visualisation for nodes. Shows label of the interacted node. Added settings labels_always which sets to show label for all nodes.
What's Changed
- Node folding and double click event by @blitzarx1 in #37
Full Changelog: v0.4.7...v0.5.0