Skip to content

Fixes broken vega-lite JS dependency

Compare
Choose a tag to compare
@aishfenton aishfenton released this 23 Oct 05:57
· 69 commits to master since this release

Required to fix breaking issue

Previous version of Vegas didn't pin to a fixed version of vega-lite's javascript file. This meant that a recent update of vega-lite has broken earlier version of Vegas. Vegas now pins to a fixed version of vega-lite so this shouldn't re-occur.

Also of note:

  • Shorthand syntax added for Transforms: addTransform, filter, filterInvalid.