This repository has been archived by the owner on Dec 21, 2018. It is now read-only.
Releases: vega/vega-parser
Releases · vega/vega-parser
v3.9.0
v3.8.0
v3.7.2
v3.7.1
v3.7.0
Changes:
- Add dynamic data loading: data
url
andformat
now accept signal values. - Add title
align
property. (vega/vega#1362) - Fix unterminated rule chain with null else value. (vega/vega#1366)
- Update schema.
v3.6.1
v3.6.0
Changes:
- Add axis and legend opacity config parameters (
labelOpacity
,titleOpacity
, etc). - Add signal support for label flush and overlap config parameters.
- Update guide config to automatically target enter or update set based on value type.
- Update schema, fix legend
gradientStrokeWidth
and quantitative scalepadding
.