Releases: visjs/vis-util
Releases · visjs/vis-util
v2.0.2
v2.0.1
v2.0.0
2.0.0 (2019-11-16)
Features
BREAKING CHANGES
- build: This removes
convert
andisMoment
exports.
- Ditch
dist
dir (better node imports). - Use
esm/vis-util.js
instead ofesm.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).
- The only thing using Moment was the
v1.1.10
v1.1.9
v1.1.8
v1.1.7
v1.1.6
v1.1.5
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)