Skip to content

Commit 64ac88f

Browse files
committed
Ready for Release 1.5.1
1 parent 47c9515 commit 64ac88f

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.5.1
2+
- Fix Zoom To fit for hidden nodes
3+
- Add Fade in Support for Edges
4+
15
## 1.5.0
26

37
- **MAJOR UPDATE**: Added 5 new layout algorithms
@@ -18,10 +22,10 @@
1822
- `animated`: Enable/disable smooth animations (default: true)
1923
- `autoZoomToFit`: Automatically zoom to fit all nodes on initialization
2024
- `initialNode`: Jump to specific node on startup
21-
- `panAnimationDuration`: Customizable camera movement timing
22-
- `centerGraph`: Center the graph within viewport
25+
- `panAnimationDuration`: Customizable navigation movement timing
26+
- `centerGraph`: Center the graph within viewport having a fixed large size of 2000000
2327
- `controller`: GraphViewController for programmatic control
24-
- **NEW**: Navigation and camera control features
28+
- **NEW**: Navigation and pan control features
2529
- `jumpToNode()` and `animateToNode()` for programmatic navigation
2630
- `zoomToFit()` for automatic viewport adjustment
2731
- `resetView()` for returning to origin

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ packages:
7373
path: ".."
7474
relative: true
7575
source: path
76-
version: "1.5.0"
76+
version: "1.5.1"
7777
leak_tracker:
7878
dependency: transitive
7979
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: graphview
22
description: GraphView is used to display data in graph structures. It can display Tree layout, Directed and Layered graph. Useful for Family Tree, Hierarchy View.
3-
version: 1.5.0
3+
version: 1.5.1
44
homepage: https://github.com/nabil6391/graphview
55

66
environment:

0 commit comments

Comments
 (0)