Releases: visjs/vis-network
Releases · visjs/vis-network
v7.0.1
7.0.1 (2020-01-18)
Bug Fixes
- nodes: update labels on constraint change (#360) (2538650)
v7.0.0
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
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
6.5.1 (2020-01-12)
Bug Fixes
- package: update @babel/core to version 7.8.0 🚀 (#348) (8d0d1a8)
v6.5.0
6.5.0 (2019-12-22)
Features
- package: update vis-data to version 6.3.0 🚀 (#318) (3c3722c)
v6.4.8
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
6.4.7 (2019-12-11)
Bug Fixes
- package: update rollup-plugin-terser to version 5.1.3 🚀 (#301) (ca69705)
v6.4.6
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
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
6.4.4 (2019-11-19)
Bug Fixes
- package: update vis-data to version 6.2.3 🚀 (#244) (db498c7)