v5.9.2
Changes from v5.9.1:
docs
- Add clock, watch, and pacman examples. (Thanks @mathiastiberghien and @domoritz!)
monorepo
- Update dev dependencies.
vega
- Allow patch updates for Vega packages.
- Add
images-inlinetest specification.
vega-loader
- Fix URI sanitization to accept
data:prefix URIs. (#2407)
vega-parser
- Fix legend
columnsvalue handling. (#2268)
vega-scenegraph
- Add memoization to speed up text width measurements. (Thanks @domoritz!)
vega-schema
- Fix
date-type transform parameter support.
vega-statistics
- Fix exponential regression robustness, mean-center x-values. (#2378)
vega-transforms
- Fix TimeUnit
maxbins,extentparameter support. (Thanks @haldenl!)
vega-typings
- Fix missing
zindexmark encoding typing. (#2341) - Update typings. (Thanks @danmarshall, @domoritz, @kanitw!)
vega-util
- Add
lruCachedata structure, tests, and documentation.