Releases: visjs/vis-timeline
Releases · visjs/vis-timeline
v7.2.1
v7.2.0
v7.1.3
v7.1.2
v7.1.1
v7.1.0
v7.0.2
v7.0.1
v7.0.0
7.0.0 (2020-01-31)
Bug Fixes
Features
BREAKING CHANGES
- build: The default export is no longer provided.
This doesn't do much anyway.
In ESM it's possible to do:
import * as visTimeline from "vis-timeline/standalone";
In UMD it just adds a property named default
which contains the same
stuff as the export itself does already. I highly doubt anyone is
actually using this in UMD.
-
chore(build): add dev dep import safeguard
-
chore(readme): some minor edits and additions