Skip to content

Releases: visjs/vis-network

v7.0.1

18 Jan 21:10
2538650
Compare
Choose a tag to compare

7.0.1 (2020-01-18)

Bug Fixes

  • nodes: update labels on constraint change (#360) (2538650)

v7.0.0

18 Jan 20:54
d10717b
Compare
Choose a tag to compare

7.0.0 (2020-01-18)

BREAKING CHANGES

  • The layout for the same graph and seed is different
    when compared to the previous version.

This replaces the Math.sin() based ones and Math.random() with Alea
based RNG from Vis Util.

  • test(physics): add simple pinning tests

This simply runs some basic physics configurations on a few sets of data
and tests that the positions of the nodes after stabilization didn't
change from the last time.

  • test(snapshots): remove only

I had to change Math.pow to **. No idea why but without this change it
didn't want to output the same values. I just hope this is not going to
break in CI or other people's machines.

v6.5.2

12 Jan 20:08
Compare
Choose a tag to compare

6.5.2 (2020-01-12)

Bug Fixes

  • canvas: don't set camera state with zero height (#345) (1135fd2)
  • network: add missing clustering methods (#339) (b23a834)
  • view-fit: prevent potential NaN on zero sized canvas (#344) (79c93f0)

v6.5.1

12 Jan 16:25
Compare
Choose a tag to compare

6.5.1 (2020-01-12)

Bug Fixes

  • package: update @babel/core to version 7.8.0 🚀 (#348) (8d0d1a8)

v6.5.0

22 Dec 21:15
Compare
Choose a tag to compare

6.5.0 (2019-12-22)

Features

  • package: update vis-data to version 6.3.0 🚀 (#318) (3c3722c)

v6.4.8

20 Dec 11:09
Compare
Choose a tag to compare

6.4.8 (2019-12-20)

Bug Fixes

  • package: update @egjs/hammerjs to version 2.0.17🚀 (#308) [skip ci] (a87919d)
  • package: update vis-data to version 6.2.5🚀 (#312) (139adc9)
  • package: update vis-util to version 2.0.2 🚀 (#313) [skip ci] (e496714)

v6.4.7

11 Dec 12:20
Compare
Choose a tag to compare

6.4.7 (2019-12-11)

Bug Fixes

  • package: update rollup-plugin-terser to version 5.1.3 🚀 (#301) (ca69705)

v6.4.6

29 Nov 21:10
Compare
Choose a tag to compare

6.4.6 (2019-11-29)

Bug Fixes

  • package: update vis-data to version 6.2.4 🚀 (#275) (365b549)
  • package: update vis-util to version 2.0.1 🚀 (#274) (647fb57)

v6.4.5

28 Nov 18:32
75f4e13
Compare
Choose a tag to compare

6.4.5 (2019-11-28)

Bug Fixes

  • build: resolve compatibility issues with IE11 (#261) (ef14e39)
  • edges-handler: do not access props on null (#268) (f093a74)
  • hierarchical: ignore invisible nodes (#270) (75f4e13)

v6.4.4

19 Nov 22:16
Compare
Choose a tag to compare

6.4.4 (2019-11-19)

Bug Fixes

  • package: update vis-data to version 6.2.3 🚀 (#244) (db498c7)