Skip to content

Releases: visjs/vis-util

v2.0.2

19 Dec 22:52
09adb78
Compare
Choose a tag to compare

2.0.2 (2019-12-19)

Bug Fixes

v2.0.1

28 Nov 17:55
Compare
Choose a tag to compare

2.0.1 (2019-11-28)

Bug Fixes

  • build: resolve compatibility issues with IE11 (#68) (dda5d58)

v2.0.0

16 Nov 22:09
Compare
Choose a tag to compare

2.0.0 (2019-11-16)

Features

BREAKING CHANGES

  • build: This removes convert and isMoment exports.
  • Ditch dist dir (better node imports).
  • Use esm/vis-util.js instead of esm.js etc.
  • Provide minified builds for script tags.
  • Add index.js and .d.ts files for shorter imports
    (... from "vis-util/umd"; instead of "vis-util/umd/vis-util").
  • Remove Moment.js:
    • The only thing using Moment was the convert function,
    • which was used solely by Vis Timeline (let's move it there).

v1.1.10

16 Nov 21:50
Compare
Choose a tag to compare

1.1.10 (2019-11-16)

Bug Fixes

v1.1.9

08 Nov 15:35
9eee034
Compare
Choose a tag to compare

1.1.9 (2019-11-08)

Bug Fixes

v1.1.8

03 Sep 08:13
feb91a4
Compare
Choose a tag to compare

1.1.8 (2019-09-03)

Bug Fixes

v1.1.7

03 Sep 08:05
39c6d07
Compare
Choose a tag to compare

1.1.7 (2019-09-03)

Bug Fixes

  • don't use getPrototypeOf on primitives (#55) (39c6d07)

v1.1.6

14 Aug 21:12
d16cf84
Compare
Choose a tag to compare

1.1.6 (2019-08-14)

Bug Fixes

  • use core-js 2 for the time being (#51) (d16cf84)

v1.1.5

13 Aug 21:26
Compare
Choose a tag to compare

1.1.5 (2019-08-13)

Bug Fixes

  • build: extend other Vis libraries (#46) (9b8d8c3)
  • include polyfills in built files (#38) (8f8bde9)
  • is-valid-rgb: bring the behavior in line with isValidRGBA (#35) (5dc3adb)
  • is-valid-rgba: pass more valid and less invalid values + test (#31) (047b0e7)
  • types: fix parseColor related types + test (#32) (3b220fc)
  • objects with constructor property in deepExtend + test (#23) (34ca3b7)
  • prevent isValidRGB from passing invalid RGB strings (#28) (ef52283)

v1.1.4

29 Jul 21:56
4a440bb
Compare
Choose a tag to compare
  • chore: always build before publishing (#19)
  • chore: add git hooks via husky (#18)