Skip to content

Releases: vega/vega-lite

v5.3.1-next.3

22 Jul 23:56
19deddc
Compare
Choose a tag to compare
v5.3.1-next.3 Pre-release
Pre-release

🎉 This release contains work from a new contributor! 🎉

Thank you, Lukas Hermann (@lsh), for all your work!

🐛 Bug Fix

Authors: 4

v5.3.1-next.2

21 Jul 15:29
e6a417e
Compare
Choose a tag to compare
v5.3.1-next.2 Pre-release
Pre-release

🐛 Bug Fix

Authors: 2

v5.3.1-next.1

21 Jul 00:25
6b04358
Compare
Choose a tag to compare
v5.3.1-next.1 Pre-release
Pre-release

🎉 This release contains work from a new contributor! 🎉

Thank you, Lukas Hermann (@lsh), for all your work!

🐛 Bug Fix

Authors: 3

v5.3.1-next.0

18 Jul 16:31
3b8d676
Compare
Choose a tag to compare
v5.3.1-next.0 Pre-release
Pre-release

🐛 Bug Fix

Authors: 5

v5.3.0-next.4

21 Jun 20:26
da27612
Compare
Choose a tag to compare
v5.3.0-next.4 Pre-release
Pre-release

🎉 This release contains work from new contributors! 🎉

Thanks for all your work!

❤️ Jason Killian (@jkillian)

❤️ Paweł Redzyński (@pared)

❤️ James Scott-Brown (@jamesscottbrown)

🚀 Enhancement

🐛 Bug Fix

Read more

v5.3.0-next.3

04 May 03:06
7787ee2
Compare
Choose a tag to compare
v5.3.0-next.3 Pre-release
Pre-release

🎉 This release contains work from a new contributor! 🎉

Thank you, James Scott-Brown (@jamesscottbrown), for all your work!

🐛 Bug Fix

⚠️ Pushed to next

Authors: 5

v5.3.0-next.2

07 Apr 22:10
f2c38e6
Compare
Choose a tag to compare
v5.3.0-next.2 Pre-release
Pre-release

🎉 This release contains work from new contributors! 🎉

Thanks for all your work!

❤️ Alicia Schep (@AliciaSchep)

❤️ James Scott-Brown (@jamesscottbrown)

🚀 Enhancement

🐛 Bug Fix

Read more

v5.2.0

23 Nov 22:45
Compare
Choose a tag to compare

5.2.0 (2021-11-23)

Bug Fixes

Features

  • externalize vega-expression and vega-event-selector (#7718) (4a86427)
  • smaller bundles by making vega libraries external (#7823) (d8d56ed)
  • support offset channel for grouped bar chart and jittering (#7684) (c84e581)

Performance Improvements

v5.1.1

06 Sep 07:20
Compare
Choose a tag to compare

Bug Fixes

  • generate es2015 output (#7595) (5d06dcd) — This should make it easier to consume Vega-Lite.

  • add field from scale-range to aggregate groupby (#7576) (48a150c)

  • apply config in CLI (#7449) (908237b)

  • correctly merge object-valued config properties (#7435) (27e9328)

  • do not ignore config.title.angle/limit (#7667) (874b7e5)

  • do not use ancestor parse when the model defines a new dataset (#7498) (fe7412d), closes #6944

  • don't include view stroke by default for non-cartesian plot (#7665) (907518c)
  • don't stack binned field (#7666) (01f9691), closes #7333
  • fix base64 encoding to debug dataflow graphs (#7483) (e5a5452)
  • interval selection should gracefully fail if no valid projections (#7442) (c7be52a)
  • point "create a histogram" link to proper id (#7399) (ecdef2a)
  • prevent brush marks from triggering point selections (#7436) (10921c7)
  • resolve theta to independent by default for faceted charts (#7563) (ee63189)

v5.1.0

16 Apr 18:21
Compare
Choose a tag to compare

5.1.0 (2021-04-16)

Bug Fixes

  • do not allow signals in value refs value (#7363) (2fbe4b1)
  • Remove from Value to fix TopLevelSpec consumed by code using strict mode. (#7352) (9de2b42)

Features