Skip to content

Releases: visjs/vis-charts

v4.0.5

24 Jul 03:12
bfbe3d5
Compare
Choose a tag to compare

4.0.5 (2025-07-24)

Bug Fixes

  • deps: update dependency vis-timeline to v8.1.2 (#707) (bfbe3d5)

v4.0.4

19 Jul 21:45
c1f5332
Compare
Choose a tag to compare

4.0.4 (2025-07-19)

Bug Fixes

  • deps: update dependency vis-timeline to v8.1.1 (#706) (c1f5332)

v4.0.3

13 Jul 20:53
057a4c3
Compare
Choose a tag to compare

4.0.3 (2025-07-13)

Bug Fixes

  • deps: update dependency vis-network to v10.0.1 (#700) (057a4c3)

v4.0.2

13 Jul 13:44
62c9797
Compare
Choose a tag to compare

4.0.2 (2025-07-13)

Bug Fixes

  • deps: update dependency vis-graph3d to v7.0.1 (#699) (62c9797)

v4.0.1

13 Jul 08:25
ee0e0b9
Compare
Choose a tag to compare

4.0.1 (2025-07-13)

Bug Fixes

  • deps: update dependency vis-timeline to v8.1.0 (#701) (d88809f)
  • deps: update propagating-hammerjs to v3 (#702) (ee0e0b9)

v4.0.0

12 Jul 20:23
74584e0
Compare
Choose a tag to compare

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

  • deps: update dependency vis-data to v6.6.0 (#143) (6c87c7b)

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

17 May 12:03
5fc2cb2
Compare
Choose a tag to compare

3.0.0 (2020-05-17)

  • feat(build)!: pretty much complete overhaul (#88) (5fc2cb2), closes #88

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

v2.0.0

02 Oct 08:54
9d6b108
Compare
Choose a tag to compare

2.0.0 (2019-10-02)

BREAKING CHANGES

  • Vis Network updated to new breaking release.

v1.0.2

31 Aug 18:29
0d6d420
Compare
Choose a tag to compare

1.0.2 (2019-08-31)

Bug Fixes

v1.0.1

14 Aug 22:07
67c61e0
Compare
Choose a tag to compare

1.0.1 (2019-08-14)

Bug Fixes

  • re-add img/network folder to dist (#10) (67c61e0)