Skip to content

Releases: visjs/vis-timeline

v7.2.1

09 Mar 21:44
40303a3
Compare
Choose a tag to compare

7.2.1 (2020-03-09)

Bug Fixes

v7.2.0

07 Mar 21:39
78f4324
Compare
Choose a tag to compare

7.2.0 (2020-03-07)

Features

  • optionally use snap for custom time bars (#332) (78f4324)

v7.1.3

20 Feb 00:09
3a8a42c
Compare
Choose a tag to compare

7.1.3 (2020-02-20)

Bug Fixes

v7.1.2

17 Feb 23:14
6febfbc
Compare
Choose a tag to compare

7.1.2 (2020-02-17)

Bug Fixes

v7.1.1

14 Feb 17:04
65364f4
Compare
Choose a tag to compare

7.1.1 (2020-02-14)

Bug Fixes

v7.1.0

01 Feb 21:48
bf73a74
Compare
Choose a tag to compare

7.1.0 (2020-02-01)

Features

v7.0.2

01 Feb 17:21
ca9b018
Compare
Choose a tag to compare

7.0.2 (2020-02-01)

Bug Fixes

v7.0.1

31 Jan 14:44
938dc1a
Compare
Choose a tag to compare

7.0.1 (2020-01-31)

Bug Fixes

v7.0.0

31 Jan 08:44
36dbd3b
Compare
Choose a tag to compare

7.0.0 (2020-01-31)

Bug Fixes

  • ZoomIn/ZoomOut does not work after dragging an item (#271) (36dbd3b)

Features

  • build: add peer, standalone and esnext builds (#269) (73a7e51)

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

v6.5.2

27 Jan 19:40
29ef0c1
Compare
Choose a tag to compare

6.5.2 (2020-01-27)

Bug Fixes