Skip to content

Releases: vega/vega-lite

Release 5.18.0

09 Apr 19:03
@lsh lsh
Compare
Choose a tag to compare

5.18.0 (2024-04-09)

Features

  • add explicit option to control how densities are resolved, change how densities are resolved by default (#9172) (bf0b8d3)

Bug Fixes

Release 5.17.0

12 Mar 00:05
@lsh lsh
Compare
Choose a tag to compare

5.17.0 (2024-03-12)

Bug Fixes

Features

Release 5.16.3

10 Nov 01:03
Compare
Choose a tag to compare

5.16.3 (2023-11-10)

Bug Fixes

  • make timeUnitBandPosition work with timeUnit on color (#9169) (3e0f312)

Release 5.16.2

08 Nov 18:01
Compare
Choose a tag to compare

5.16.2 (2023-11-08)

Bug Fixes

Release 5.16.1

12 Oct 18:20
Compare
Choose a tag to compare

5.16.1 (2023-10-12)

Bug Fixes

image

Release 5.16.0

09 Oct 17:39
Compare
Choose a tag to compare

5.16.0 (2023-10-09)

Bug Fixes

bandPosition=0 / Center aligned (new) bandPosition=0.5 / Left aligned (old behavior, default)

Features

  • make bar & rect marks support bandPosition (allow center-alignment with ticks) (#9126) (bd014eb)
  • swap 'mouse' events to 'pointer' events for mobile compatibility; update site and docs (#9089) (fa97659)

Release 5.15.1

02 Oct 19:48
Compare
Choose a tag to compare

5.15.1 (2023-10-02)

Bug Fixes

  • correct the formula for interpolating between bin start and end (interpolatedSignalRef) (#9111) (d4b27bb)
  • use resolve "shared" instead of steps to fix artifacts in grouped density transform (#9106) (06e63e6)

Release 5.15.0

13 Sep 23:00
Compare
Choose a tag to compare

5.15.0 (2023-09-13)

Bug Fixes

  • unescape paths in binned timeUnits to allow for fields with periods in name (#9088) (53ede0e)
  • update ts and fix typing issues (#9066) (b421a44)
  • switch from clone to built in structured clone (#9068) (7874ea9)

Release 5.14.1

20 Jul 16:15
Compare
Choose a tag to compare

5.14.1 (2023-07-20)

Bug Fixes

  • Area with plain quantitative fields on both axes get stacked by default (#9018) (b79bc9f)

Release 5.14.0

20 Jul 00:23
Compare
Choose a tag to compare

5.14.0 (2023-07-20)

Bug Fixes

Features