Changes from v5.22.1:
This version contains dependency updates, bug fixes, and security patches, plus a few extra utilities to aid Vega-Lite.
monorepo
- Update dependencies, including D3 packages.
- Update rollup config to use
.mjs
extensions.
vega-canvas
- Update rollup config.
vega-crossfilter
- Update rollup config.
vega-dataflow
- Update rollup config.
vega-encode
- Update rollup config.
vega-event-selector
- Update rollup config.
vega-expression
- Update rollup config.
vega-force
- Update rollup config.
vega-format
- Update rollup config.
vega-functions
- Fix
lassoAppend
expression function XSS. (Thanks @arvind!) - Fix
scale
expression function XSS (Thanks @ajxchapman and @hydrosquall!) - Update rollup config.
vega-geo
- Update rollup config.
vega-hierarchy
- Update rollup config.
vega-interpreter
- Update rollup config.
vega-label
- Prevent evaluation of unsafe methods, #3570 (Thanks @AMoo-Miki!)
- Update rollup config.
vega-loader
- Update rollup config.
vega-parser
vega-projection
- Register projections as recognized Vega scales.
- Update rollup config.
vega-projection-extended
- Update rollup config.
vega-regression
- Update rollup config.
vega-runtime
- Update rollup config.
vega-scale
- Add
registerScale()
andisRegisteredScale()
methods. (Thanks @hydrosquall!) - Register scales as recognized Vega scales.
- Update rollup config.
vega-scenegraph
- Update test cases to match dependency updates.
- Update rollup config.
vega-schema
vega-selections
- Update rollup config.
vega-statistics
- Update rollup config.
vega-time
- Update rollup config.
vega-transforms
- Update rollup config.
vega-typings
- Make
__count__
private from schema, #3659 (Thanks @lsh!) - Update scenegraph item typings (Thanks @jonathanzong!)
- Update rollup config.
vega-util
- Update typescript config.
- Update rollup config.
vega-view
vega-view-transforms
- Update rollup config.
- Fix autosize="fit-x/y" when legend is larger than plot, #3474 (Thanks @stas-sl!)
vega-voronoi
- Update rollup config.
vega-wordcloud
- Update rollup config.
vega-cli
- Update rimraf version, adjust code in response.
- Update rollup config.
vega
- Update test scenes to match dependency updates.
- Update rollup config.