Releases: oss-bandb/GraphView
Releases · oss-bandb/GraphView
v0.8.1
Breaking Changes!
- Port graphview to recyclerview
- Moved to maven central
- Enhanced project structure
v0.7.1
Fix: Manifest merge fails due to unnecessary attributes.
v0.7.0
Breaking Changes!
- Add padding calculation
- Move layout algorithm from adapter to view and rename Algorithm to Layout.
- Migrate to androidx.
- Bump targetSdk/compiledSdk version to 29
- Migrate to kotlin
- Remove ZoomLayout from GraphView.
- Now the redraw must be initiated manually via adapter.notifyDataSetChanged()
v0.6.0
Breaking Change!
- Support for multiple view types
- now nodes are clickable by default
- some bug fixes
v0.5.0
Added: Layered Graph with Sugiyama algorithm
v0.4.2
- Fix: Setting an algorithm without having a graph first
v0.4.1
- Fixed: Deleting a node in a tree now deletes all children
- Fixed: After deleting a node in a graph the remaining nodes are positioned closer together to remove unused space
- Fixed: Deleting all nodes doesn't throw an exception anymore
v0.4.0
- Added zoom feature
- Added methods to add a single node/multiple nodes without creating an edge