Skip to content

Releases: vega/vega-lite

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

Release 5.13.0

07 Jul 05:26
Compare
Choose a tag to compare

5.13.0 (2023-07-07)

Features

  • support domainRaw so one may bind domainRaw to a parameter to build custom interaction (#8989) (21c823d)

Release 5.12.0

29 Jun 23:24
Compare
Choose a tag to compare

5.12.0 (2023-06-29)

Features

Release 5.11.1

26 Jun 17:55
Compare
Choose a tag to compare

5.11.1 (2023-06-26)

Bug Fixes

  • show gridline of first axis only for dual axes charts (#8962) (a522a87)

Release 5.11.0

21 Jun 19:13
Compare
Choose a tag to compare

5.11.0 (2023-06-21)

Bug Fixes

  • make bin/timeUnit band respect minBandSize config (#8958) (d1c012e)

Features

v5.10.0

20 Jun 22:23
Compare
Choose a tag to compare

Bug Fixes

Features