Releases: visjs/vis-charts
v4.0.5
v4.0.4
v4.0.3
v4.0.2
v4.0.1
v4.0.0
4.0.0 (2025-07-12)
- feat(deps)!: update dependency vis-data to v7 (#193) (f850c22)
- feat(deps)!: update dependency vis-graph3d to v6 (#194) (7d7a969)
- feat(deps)!: update dependency vis-network to v8 (#195) (3191640)
- feat(package)!: rework to hybrid ESM+CJS package (3c9927c)
- fix(deps)!: update dependency vis-network to v9 (#349) (cc8d928)
Bug Fixes
- deps: major vis-* updates (769487f)
- deps: major vis-* updates (a80b1e3)
- deps: major vis-* updates (a11a4a4)
- deps: major vis-* updates (b743678)
- deps: update (#420) (b5b5327)
- deps: update dependency uuid to v9 (#564) (69fb2ba)
- deps: update dependency vis-data to v6.5.3 (#97) (c41086e)
- deps: update dependency vis-dev-utils to v2.2.13 (#96) (9a1c8eb)
- deps: update dependency vis-graph3d to v5.9.6 (#110) (66d5482)
- deps: update dependency vis-network to v7.6.10 (#125) (27e2fad)
- deps: update dependency vis-network to v7.6.5 (#93) (2366b8c)
- deps: update dependency vis-network to v7.6.6 (#98) (d64cf9b)
- deps: update dependency vis-network to v7.6.7 (#102) (c291f29)
- deps: update dependency vis-network to v7.6.9 (#104) (06569cc)
- deps: update dependency vis-util to v4.3.1 (#145) (d092eb6)
Features
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.
- This closes an XSS vulnerability in Vis Network, see its release notes for more details.
Co-authored-by: Renovate Bot [email protected]
- Breaking update of Vis Graph3D.
Co-authored-by: Renovate Bot [email protected]
- Breaking update of Vis Network.
Co-authored-by: Renovate Bot [email protected]
- Type coercion is no longer available in Data Sets.
Co-authored-by: Renovate Bot [email protected]
v3.0.0
3.0.0 (2020-05-17)
BREAKING CHANGES
- This is no longer a drop in replacement for the old
4.21 Vis.js.
This brings this project inline with our other packages (except for TS
support, there is none).
I also removed the notice about this being a drop in replacement for the
old Vis and broke backwards compatibility by simply reexporting up to
date packages. I don't have the time to manage backwards compatibility
here and I don't even think it's worth it at all.
All the issues that have accumulated over the past 7 months (since the
last release) are resolved here.
- feat(build)!: use a compromise solution
- This basically reverts the most breaking parts of the
previosly commited overhaul.
Use a compromise solution between backwards compatibility and easy of
maintenance. The old exports are restored and so is the file listing in
the package. However the libraries themselves may still introduce
breaking changes in their features etc.
- chore(readmy): update copyright
It's 2020 already.
- chore(readme): use latest in usage
This way people will hopefully pick the latest version instead of
blindly copypasting 1.0.0.
- fix(build): also restore DOMutil