Releases: visjs/vis-network
Releases · visjs/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)
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.
v9.1.13
9.1.13 (2025-06-28)
Performance Improvements
- canvas-renderer: remove requestAnimationFrame polyfill/compat (#2238) (543cf06)
v9.1.12
9.1.12 (2025-06-10)
Bug Fixes
- hierarchical: compress level values to eliminate gaps in cyclic graphs (#2219) (611b671)
v9.1.11
9.1.11 (2025-06-08)
Bug Fixes
- deps: allow the use of component-emitter ^2 (ea3374c)
v9.1.10
9.1.10 (2025-05-10)
Bug Fixes
- deps: allow uuid ^10 and ^11 (27796d4)
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)
v9.1.8
9.1.8 (2023-10-15)
Bug Fixes
- horizontal-strategy: add missing sort method (#2024) (d913165)
v9.1.7
9.1.7 (2023-10-06)
Bug Fixes
v9.1.6
9.1.6 (2023-03-23)
Bug Fixes