Skip to content

Releases: vega/vega

v5.21.0

21 Sep 17:40
Compare
Choose a tag to compare

Changes from v5.20.2:

monorepo

  • Update dependencies.

vega

  • Update test scenegraphs.

vega-event-selector

  • (Breaking) Change exported method name.

vega-expression

  • (Breaking) Change exported method names.

vega-label

  • Add support for infinite padding, no bounds on label layout. (#3252)

vega-loader

  • Fix loader so that baseURL is not prepended to data: URLs. (#3195)
  • Minor refactoring.

vega-parser

  • Update depenencies.

vega-runtime

  • Dead code elimination for runtime expression instantiation.
  • Minor refactoring.

vega-statistics

  • Fix sampleCurve utility to properly scale values in angle subdivision test. (#3173)

vega-typings

vega-util

  • Allow customization of logger handler. (thanks @challet!)

v5.20.1

29 Mar 20:09
Compare
Choose a tag to compare

Changes from v5.20.0:

monorepo

  • Update dependencies.

vega-dataflow

  • Fix memory leak on dataflow detach. (thanks @krisdages!)

vega-transforms

  • Fix memory leak on dataflow detach. (thanks @krisdages!)

vega-typings

  • Update typing comments for bindings and projections to fill-in missing Vega-Lite documentation.

v5.20.2

30 Mar 08:22
Compare
Choose a tag to compare

Changes from v5.20.1:

vega-view

  • Fix container initialization bug.

v5.20.0

16 Mar 23:02
Compare
Choose a tag to compare

Changes from v5.19.1:

monorepo

  • Update CI configuration. (thanks @domoritz!)
  • Update build configuration. (thanks @domoritz!)
  • Update dependencies.

vega

  • Add web test for external element binding.

vega-scenegraph

  • Add early exit for image rendering with zero width or height.

vega-schema

  • Add signal binding to external input element.

vega-typings

  • Add signal binding to external input element.

vega-util

  • Update inherit utility to use defineProperty, avoids upsetting configurations that ban assignment overrides of Object prototype properties. (#3109, thanks @erights!)

vega-view

  • Add signal binding to external input element.

v5.19.1

21 Jan 15:58
Compare
Choose a tag to compare

Changes from v5.19.0:

vega-schema

  • Fix schema generator for data transforms.

v5.19.0

21 Jan 15:34
Compare
Choose a tag to compare

Changes from v5.18.0:

vega-functions

  • Add pluck expression function. (thanks @arvind!)
  • Add additional Vega-Lite selection helper methods. (thanks @arvind!)

vega-parser

  • Fix signal check for data source values property. (thanks @domoritz!)

vega-scenegraph

  • Fix namespace use for SVG metadata. (thanks @mbostock!)
  • Update to JSON schema draft 7. (thanks @domoritz!)

vega-schema

  • Update to JSON schema draft 7. (thanks @domoritz!)

vega-selections

  • Add additional Vega-Lite selection helper methods. (thanks @arvind!)

v5.18.0

08 Jan 11:49
0f88592
Compare
Choose a tag to compare

Changes from v5.17.3:

vega

  • Refactor: import only default from JSON files. (thanks @keller-mark!)

vega-functions

  • Update vega-selections dependency.

vega-selections

  • Add Vega-Lite v5 "point" selection support. (thanks @arvind!)

v5.17.3

23 Dec 13:40
Compare
Choose a tag to compare

Changes from v5.17.2:

vega-expression

  • Remove unsafe replace function. (#3027)

vega-functions

  • Add replace function with input type check. (#3027)

vega-parser

  • Update dependencies.

vega-view

  • Update dependencies.

v5.17.2

23 Dec 13:11
28260d1
Compare
Choose a tag to compare

Changes from v5.17.1:

vega-expression

  • Remove unsafe sequence functions. (#3027)

vega-functions

  • Add sequence functions with input type checks. (#3027)

vega-parser

  • Update dependencies.

vega-schema

vega-selections

  • Update dependencies.

vega-view

  • Update dependencies.

v5.17.1

21 Dec 22:06
cf8e57d
Compare
Choose a tag to compare

Changes from v5.17.0:

vega-geo

  • Fix contour quantize bug. (#2994)

vega-expression

  • Fix XSS vulnerability in expression parser and code generator. (#3018)

vega-typings

  • Remove incorrect comment for Interpolate type.