v0.16.0
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
- Make graphs generic over index size by @dmyyy in #103
- Clickable + Selectable Edges by @Schabolon in #101
- Fix edge bezier-curve for click recognition by @Schabolon in #111
- Specifically specify required features for dependent crates by @oisyn in #112
- Add data_mut method by @Schabolon in #113
- Remove stroke from node circle shape by @oisyn in #114
- Correct drawing and zoom when containing rect is not at (0, 0) by @oisyn in #115
- Drawing refactor by @blitzarx1 in #108
New Contributors
- @dmyyy made their first contribution in #103
- @Schabolon made their first contribution in #101
- @oisyn made their first contribution in #112
Full Changelog: v0.15.0...v0.16.0