visjs/vis-network
 Watch   
 Star   
 Fork   
2025-07-13 16:01:22
vis-network

v10.0.1

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)
2025-07-13 03:23:53
vis-network

v10.0.0

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.

2025-06-28 20:28:37
vis-network

v9.1.13

9.1.13 (2025-06-28)

Performance Improvements

  • canvas-renderer: remove requestAnimationFrame polyfill/compat (#2238) (543cf06)
2025-06-11 01:19:22
vis-network

v9.1.12

9.1.12 (2025-06-10)

Bug Fixes

  • hierarchical: compress level values to eliminate gaps in cyclic graphs (#2219) (611b671)
2025-06-08 18:14:17
vis-network

v9.1.11

9.1.11 (2025-06-08)

Bug Fixes

  • deps: allow the use of component-emitter ^2 (ea3374c)
2025-05-11 00:40:04
vis-network

v9.1.10

9.1.10 (2025-05-10)

Bug Fixes

  • deps: allow uuid ^10 and ^11 (27796d4)
2023-11-03 09:10:12
vis-network

v9.1.9

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)
2023-10-16 01:53:53
vis-network

v9.1.8

9.1.8 (2023-10-15)

Bug Fixes

  • horizontal-strategy: add missing sort method (#2024) (d913165)
2023-10-06 20:39:34
vis-network

v9.1.7

9.1.7 (2023-10-06)

Bug Fixes

2023-03-24 04:20:39
vis-network

v9.1.6

9.1.6 (2023-03-23)

Bug Fixes