Skip to content

Releases: High5Apps/react-native-vis-network

Release 2.0.0

10 Mar 10:35
Compare
Choose a tag to compare

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

09 Mar 09:54
Compare
Choose a tag to compare

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

19 Oct 11:19
Compare
Choose a tag to compare

0.9.1 (2023-10-19)

Bug Fixes

  • messageHandler was recreated every render (c744aa5)
  • visNetworkRef functions could no-op (566be2e)

Release 0.9.0

29 Jul 13:02
Compare
Choose a tag to compare

0.9.0 (2023-07-29)

Features

  • add zoomFitOnStabilized boolean prop (120797d)

Release 0.8.0

01 Jul 02:42
Compare
Choose a tag to compare

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

28 Jun 19:31
Compare
Choose a tag to compare

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

27 Jun 22:23
Compare
Choose a tag to compare

0.6.3 (2023-06-27)

Bug Fixes

  • nested scroll issues on Android (ff4d126)

Release 0.6.2

27 Jun 18:46
Compare
Choose a tag to compare

0.6.2 (2023-06-27)

Bug Fixes

  • occasional Android crash (b47cd7f)

Release 0.6.1

26 Jun 18:10
Compare
Choose a tag to compare

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

23 Jun 00:37
Compare
Choose a tag to compare

0.6.0 (2023-06-23)

Features

  • update graph on data or options change (14ee924)