Skip to content

Releases: vega/vega-lite

v2.0.0-beta.11

04 Aug 04:42
Compare
Choose a tag to compare
v2.0.0-beta.11 Pre-release
Pre-release

This is likely going to be the last beta release before the rc.

  • Don't show stroke for filled legend marks
  • Upgrade to Vega 3 rc5
  • Composition is not limited anymore
  • Improve style of binned heatmaps
  • Better axis styles
  • FIx quite a few bugs with selections

v2.0.0-beta.10

20 Jul 19:26
Compare
Choose a tag to compare
v2.0.0-beta.10 Pre-release
Pre-release
  • Constant values in scales are now replaced with signals
  • The output specs now merge the top-level spec's width/height signal with the top-level width/height
  • Added default config.axis.minExtent
  • Interval mark style should only override specified properties.

v2.0.0-beta.9

18 Jul 20:22
Compare
Choose a tag to compare
v2.0.0-beta.9 Pre-release
Pre-release
  • Make the scale resolve rule for concat and repeat consistent
  • Normalize Schema to https://...
  • Optimize generated layout signals
  • Update inrange Vega Expression to match the new version (From inrange(datum, min, max) to inrange(datum, [min, max]). )

v2.0.0-beta.8

18 Jul 18:07
Compare
Choose a tag to compare
v2.0.0-beta.8 Pre-release
Pre-release
  • Use greedy label overlap prevention for log scales.
  • Better error messaging for unrecognized selection names.
  • Fix scale trigger coercion to only occur for continuous scales
  • Change main file from vl.ts -> index.ts, add typings with namespace

v2.0.0-beta.7

18 Jul 18:04
Compare
Choose a tag to compare
v2.0.0-beta.7 Pre-release
Pre-release
  • Add community examples
  • Correct Facet's Default Sort and Support Basic Facet Sort -- Thanks to @yhoonkim
  • Add "mark" property to interval selection for customizing brush mark

v2.0.0-beta.6

27 Jun 19:36
Compare
Choose a tag to compare
v2.0.0-beta.6 Pre-release
Pre-release
  • Support valid, distinct, missing aggregate
  • Clear brush if non-continuous/binned scale updates
  • Change default number format from ’s’ to not specified to use Vega's new default
  • Automatically remove label overlap for x-axes.
  • Add scale reverse + Update docs
  • Use ordinal scale for ordinal color scale
  • Apply nullFilter only to fields with continuous domain scales
  • Change config's filterInvalid: boolean to invalidValues: "filter"
  • Support Axis/Legend merging for composite plots
  • Merge legend with the same field
  • Add box-plot with Tukey Box Plot support

v2.0.0-beta.5

19 Jun 19:01
Compare
Choose a tag to compare
v2.0.0-beta.5 Pre-release
Pre-release
  • Support {condition: {field: ...}} for encoding

v2.0.0-beta.4

19 Jun 18:39
Compare
Choose a tag to compare
v2.0.0-beta.4 Pre-release
Pre-release
  • Use sequential color scale by default for ordinal color
  • Support bin, summarize, timeUnit, lookup in transform array
  • The Vega output now includes config.
  • We no longer require field: "*" for aggregate: "count"
  • Added "autoResize" property
  • Make scale.domain support expression + utc date object (#2383)

v2.0.0-beta.3

16 May 22:41
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release
  • Correct rangeType for text, tooltip and x2/y2. This makes "nominal" the default type for text and tooltip. Fix #2335
  • Add utc support when user specify scale type as utc
  • Add missing axis/legend config (#2359)

v2.0.0-beta.2

01 May 06:58
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release
  • Support for tooltip channel thanks to @doug #2132
  • Add resolve to layer #2327
  • Lots of docs updates
  • Fix problems with fields with -
  • Add facet header with title and format
  • Remove title and format from FieldDef
  • Make layer adopts parent's width/height.