Releases: vega/vega-lite
Releases · vega/vega-lite
2.1.3
v2.1.1
Typings for stable stringify are now a dependency.
v2.1
New Features
- Add href as channel and cursor as a property for marks – (#3229)
- Support for maps (by @willium): See projection, geoshape, and more examples
- Add support for a
test
predicate incondition
. For example, you can make points with null values grey.
JSON Schema Changes
Filter
objects renamed toPredicate
#3275
Helper API Changes
vl.fielddef.field()
is renamed tovl.fielddef.vgField()
Bug Fixes and Improvements
v2.0.4
2.0.3
- Maintenance release. Updates Vega and other dependencies.
2.0.2
2.0.1
Vega-Lite 2.0
The last Vega-Lite 1.x release was 1.3.1 about a year and 2000 commits ago. Vega-Lite 2.0 is a new major release with many bug fixes and improvements. At a high level, the changes are
- Support for view composition
- Support for interactions with
selection
s - The output specifications are now Vega 3 (instead of Vega 2)
- New and updated documentation at https://vega.github.io/vega-lite/docs/
For more details, read our announcement blog and porting guide.
v2.0.0-rc6
- Update Vega version
- Correct whiskers
- Fix
as
support in bin transform - Warnings for resolve
v2.0.0-rc5
-
The
summarize
transform is renamed toaggregate
transform. Theaggregate
property in theaggregate
transform is renamed toop
. -
Fixed double null in schema
-
Support sub objects