Skip to content

Releases: vega/vega-lite

Release 6.2.0

27 Jun 11:35
Compare
Choose a tag to compare

6.2.0 (2025-06-27)

Bug Fixes

  • docs: improve header alignment for facet_bullet graph example (#9554) (99a43e4)
  • ensure temporal field propagates to time expression (#8757) (473f359)
  • turn off aria for the generated voronoi layer from nearest spec (#9624) (8588c14)

Features

Release 6.1.0

28 Mar 23:15
Compare
Choose a tag to compare

6.1.0 (2025-03-28)

Features

Release 6.0.2

28 Mar 21:24
Compare
Choose a tag to compare

6.0.2 (2025-03-28)

Bug Fixes

Release 6.0.1

28 Mar 19:01
Compare
Choose a tag to compare

6.0.1 (2025-03-28)

Bug Fixes

  • correct peer dependency (984ea50)

Release 6.0.0

28 Mar 18:56
Compare
Choose a tag to compare

What's Changed

  • refactor: use optional chaining by @domoritz in #9494
  • chore(deps): bump webrick from 1.9.0 to 1.9.1 in /site by @dependabot in #9508
  • chore(deps-dev): bump @release-it/conventional-changelog from 9.0.3 to 9.0.4 by @dependabot in #9507
  • chore(deps-dev): bump prettier from 3.4.1 to 3.4.2 by @dependabot in #9504
  • chore(deps): bump codecov/codecov-action from 5.0.7 to 5.1.2 by @dependabot in #9503
  • chore(deps-dev): bump @rollup/plugin-node-resolve from 15.3.0 to 16.0.0 by @dependabot in #9505
  • chore: remove noisy example test by @domoritz in #9517
  • chore: bump vega by @lsh in #9515
  • chore: update deps by @domoritz in #9516
  • chore(deps): bump codecov/codecov-action from 5.1.2 to 5.3.1 by @dependabot in #9523
  • chore(deps-dev): bump @types/node from 22.12.0 to 22.13.0 by @dependabot in #9520
  • chore(deps-dev): bump eslint-plugin-jest from 27.9.0 to 28.11.0 by @dependabot in #9521
  • fix: prefer user-defined tickMinStep to defaultTickMinStep by @datananda in #9461
  • docs: middle mouse click opens editor example instead of docs in new tab by @MarcBaeuerle in #9498
  • docs: add diverging dot plot to community examples by @shadfrigui in #9459
  • fix: correctly support timeFormatSpecifier in Vega-Lite by @kanitw in #9455
  • fix: correct y axis title in boxplot when mark.extent isnt set by @MarcBaeuerle in #9483
  • chore(deps): bump @octokit/endpoint from 10.1.2 to 10.1.3 in the npm_and_yarn group by @dependabot in #9529
  • chore(deps): bump the npm_and_yarn group with 3 updates by @dependabot in #9530
  • test: Check error message contents when testing compiler for animated point selections by @hydrosquall in #9532
  • chore(deps-dev): bump nokogiri from 1.16.7 to 1.18.3 in /site in the bundler group by @dependabot in #9539
  • feat!: esm only package by @domoritz in #9527
  • ci: update ubuntu and ruby by @domoritz in #9545
  • chore: update contributing docs for testing by @domoritz in #9546
  • chore(deps-dev): bump @typescript-eslint/parser from 8.24.1 to 8.25.0 by @dependabot in #9553
  • chore(deps-dev): bump @types/node from 22.13.4 to 22.13.8 by @dependabot in #9552
  • chore(deps-dev): bump eslint from 9.20.1 to 9.21.0 by @dependabot in #9550
  • chore(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0 by @dependabot in #9549
  • chore(deps-dev): bump typescript-eslint from 8.24.1 to 8.25.0 by @dependabot in #9551
  • chore(deps-dev): bump the bundler group in /site with 2 updates by @dependabot in #9559
  • fix: remove extra backtick in LegendConfig.labelOverlap documentation by @domoritz in #9560
  • Add missing docs commits from next by @domoritz in #9563
  • chore(deps-dev): bump nokogiri from 1.18.3 to 1.18.4 in /site in the bundler group by @dependabot in #9564
  • feat!: change default continuous size by @domoritz in #9566
  • chore: set author to Vega, add funding URL by @domoritz in #9565
  • chore(deps): bump vite from 6.1.1 to 6.2.3 in the npm_and_yarn group by @dependabot in #9569
  • fix: correct build normalized example script by @domoritz in #9571
  • feat!: update to vega 6 by @domoritz in #9572

New Contributors

Full Changelog: v5.23.0...v6.0.0

Release 5.23.0

10 Dec 17:38
Compare
Choose a tag to compare

5.23.0 (2024-12-10)

Bug Fixes

Release 5.21.0

28 Aug 18:36
Compare
Choose a tag to compare

5.21.0 (2024-08-28)

Bug Fixes

Features

  • update code to not need implicit any, add hasProperty util (#9394) (6ce344e)

Release 5.20.1

31 Jul 23:55
Compare
Choose a tag to compare

5.20.1 (2024-07-31)

Bug Fixes

Release 5.20.0

30 Jul 18:31
Compare
Choose a tag to compare

5.20.0 (2024-07-30)

Bug Fixes

  • for issue when there are multiple aggregates with the same data field and aggregation operation (#9320) (da84469), closes #6184
  • make tick size responsive to plot height (#9395) (3f5dce6)

Features

Release 5.19.0

14 Jun 00:49
@lsh lsh
Compare
Choose a tag to compare

5.19.0 (2024-06-14)

Features

  • more options and examples for how marks and scales represent invalid data (e.g., nulls, NaNs) (#9342) (502db1d), closes #8254

Bug Fixes