Releases: High5Apps/react-native-vis-network
Releases · High5Apps/react-native-vis-network
Release 2.0.0
2.0.0 (2024-03-10)
- feat!: support chosen edge and label options (b93575a)
- feat!: support chosen node and label options (b636795)
BREAKING CHANGES
- edge and label are no longer optional in EdgeChosen
- NodeChosenNodeFunction and NodeChosenLabelFunction have been removed from the NodeChosen type, replaced by ChosenNodeValues and ChosenLabelValues
Release 1.0.0
1.0.0 (2024-03-09)
- fix!: options were ignored initially (80afe35)
BREAKING CHANGES
- This could break existing projects that rely on the broken behavior
Release 0.9.1
0.9.1 (2023-10-19)
Bug Fixes
- messageHandler was recreated every render (c744aa5)
- visNetworkRef functions could no-op (566be2e)
Release 0.9.0
0.9.0 (2023-07-29)
Features
- add zoomFitOnStabilized boolean prop (120797d)
Release 0.8.0
0.8.0 (2023-07-01)
Bug Fixes
- incorrect type for result (6ea0855)
- result key was included in getPositions (5849322)
Features
- add getPositions to VisNetworkRef (36ed765)
- add non-void methods with serializable params to ref (b1e99a7)
- add void methods with serializable params to ref (87da46d)
Release 0.7.0
0.7.0 (2023-06-28)
Bug Fixes
- incorrect type for example's selectedNodeId (b51fdc9)
Features
- add fit and focus to VisNetworkRef (f060720)
Release 0.6.3
0.6.3 (2023-06-27)
Bug Fixes
- nested scroll issues on Android (ff4d126)
Release 0.6.2
0.6.2 (2023-06-27)
Bug Fixes
Release 0.6.1
0.6.1 (2023-06-26)
Bug Fixes
- example app re-rendered too often (a89f3b2)
- graph didn't display on load (3a62f66)
Release 0.6.0
0.6.0 (2023-06-23)
Features
- update graph on data or options change (14ee924)