Skip to content

v7.0.0

Compare
Choose a tag to compare
@vis-bot vis-bot released this 31 Jan 08:44
· 1105 commits to master since this release
36dbd3b

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