Skip to content

Releases: visjs/vis-charts

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)