Skip to content

Releases: vega/vega-lite

2.1.3

06 Feb 18:48
Compare
Choose a tag to compare
  • Fix schema for range filter to allow null (#3320)
  • Upgrade to Typescript 2.7
  • Fix type of RangeConfig for strict null checks
  • Relax encoding to be optional (e.g., for maps). Fixes #3340

v2.1.2...v2.1.3

v2.1.1

25 Jan 22:49
Compare
Choose a tag to compare

Typings for stable stringify are now a dependency.

v2.1.0...v2.1.1

v2.1

25 Jan 18:46
Compare
Choose a tag to compare

New Features

JSON Schema Changes

  • Filter objects renamed to Predicate #3275

Helper API Changes

  • vl.fielddef.field() is renamed to vl.fielddef.vgField()

Bug Fixes and Improvements

  • Fix rule mark to support arbitrary (possibly oblique) line segments
  • Make sort descending work correctly with header -- Fix #3278
  • Make header labelAngle support 0 -- #3273
  • Fix issues with independent datasets in faceted charts -- #3287
  • Update dependencies

v2.0.4...v2.1.0

v2.0.4

12 Jan 05:59
Compare
Choose a tag to compare

Bug Fixes

  • Fix schema for config.invalidValues
  • Prevent tooltip from accidentally grouping lines (#3224)
  • Fix title alignment (#3230)
  • Correctly disable sorting when sort = null (#3221)
  • Fix opacity in the mark definition to override default opacity (#3238)
  • Smaller package (#3227)

v2.0.3...v2.0.4

2.0.3

01 Dec 10:02
Compare
Choose a tag to compare
  • Maintenance release. Updates Vega and other dependencies.

v2.0.2...v2.0.3

2.0.2

29 Nov 22:49
Compare
Choose a tag to compare

Bug Fixes

  • Add missing labelAngle to Header (#3209)
  • Allow more customization of guide-label (#3205)

v2.0.1...v2.0.2

2.0.1

06 Nov 05:02
Compare
Choose a tag to compare

Cleaner schema (#3186)

Vega-Lite 2.0

31 Oct 09:18
Compare
Choose a tag to compare

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

  1. Support for view composition
  2. Support for interactions with selections
  3. The output specifications are now Vega 3 (instead of Vega 2)
  4. 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

31 Oct 08:44
Compare
Choose a tag to compare
v2.0.0-rc6 Pre-release
Pre-release

v2.0.0-rc5...v2.0.0-rc6

  • Update Vega version
  • Correct whiskers
  • Fix as support in bin transform
  • Warnings for resolve

v2.0.0-rc5

31 Oct 08:42
Compare
Choose a tag to compare
v2.0.0-rc5 Pre-release
Pre-release

v2.0.0-rc4...v2.0.0-rc5

  • The summarize transform is renamed to aggregate transform. The aggregate property in the aggregate transform is renamed to op.

  • Fixed double null in schema

  • Support sub objects