Skip to content

Releases: visjs/vis-network

v10.0.1

13 Jul 08:17
8e42678
Compare
Choose a tag to compare

10.0.1 (2025-07-13)

Bug Fixes

  • deps: require version of vis-* pkgs that are hybrid ESM+CJS (7a8e860)
  • deps: update dependency uuid to v11 (#2237) (a5e0b81)

v10.0.0

12 Jul 19:40
c0dd5c5
Compare
Choose a tag to compare

10.0.0 (2025-07-12)

  • feat(package)!: rework to hybrid ESM+CJS package (118d223)

Bug Fixes

  • deps: major vis-* updates (a2ca25f)
  • deps: major vis-* updates (05a2520)
  • deps: major vis-* updates (dee4f67)

BREAKING CHANGES

  • For most people there should be no breaking changes,
    e.g. if you require this package, you'll get CJS, if you import this
    package, you'll get ESM. However, I'm sure there will be edge cases and
    this will require some migration steps for some so I'm labeling it as a
    major (breaking) release.

In case of edge cases, it should suffice to rewrite imports.

v9.1.13

28 Jun 12:45
66e2457
Compare
Choose a tag to compare

9.1.13 (2025-06-28)

Performance Improvements

  • canvas-renderer: remove requestAnimationFrame polyfill/compat (#2238) (543cf06)

v9.1.12

10 Jun 17:36
611b671
Compare
Choose a tag to compare

9.1.12 (2025-06-10)

Bug Fixes

  • hierarchical: compress level values to eliminate gaps in cyclic graphs (#2219) (611b671)

v9.1.11

08 Jun 10:32
ea3374c
Compare
Choose a tag to compare

9.1.11 (2025-06-08)

Bug Fixes

  • deps: allow the use of component-emitter ^2 (ea3374c)

v9.1.10

10 May 17:00
27796d4
Compare
Choose a tag to compare

9.1.10 (2025-05-10)

Bug Fixes

  • deps: allow uuid ^10 and ^11 (27796d4)

v9.1.9

03 Nov 01:45
ab248e5
Compare
Choose a tag to compare

9.1.9 (2023-11-03)

Performance Improvements

  • remove add/remove event polyfills\n\nWe don't polyfill these browsers using core-js (i.e. it most likely doesn't work anyway) and barely anyone is using them nowadays. (#2039) (f1b7870)

v9.1.8

15 Oct 18:21
c524fcb
Compare
Choose a tag to compare

9.1.8 (2023-10-15)

Bug Fixes

  • horizontal-strategy: add missing sort method (#2024) (d913165)

v9.1.7

06 Oct 13:10
b9737c4
Compare
Choose a tag to compare

9.1.7 (2023-10-06)

Bug Fixes

v9.1.6

23 Mar 21:34
40067cd
Compare
Choose a tag to compare

9.1.6 (2023-03-23)

Bug Fixes