Releases: vega/vega-lite
Releases · vega/vega-lite
Release 6.2.0
Release 6.1.0
Release 6.0.2
Release 6.0.1
Release 6.0.0
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
- @datananda made their first contribution in #9461
- @MarcBaeuerle made their first contribution in #9498
- @shadfrigui made their first contribution in #9459
Full Changelog: v5.23.0...v6.0.0
Release 5.23.0
Release 5.21.0
Release 5.20.1
Release 5.20.0
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
- Expose
react
option for params (#9374) (93d92ef), closes vega/altair#3394 (comment)
Release 5.19.0
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
- #3488: don't use zero as min for size scale by default so no points will be ever hidden (#9347) (7db657a), closes #3488 #3488
- #9343: binned stacked area now correctly filter null values (#9344) (7cd3829), closes #9343
- fix typo in time unit 'utcweekdayhours' (b32c73c)
- use array for single item valueRefs in conditional if test exists (#9361) (64201d6), closes /github.com/vega/vega-lite/pull/9342/files#diff-f26cb911cd80159bbd659afb430b97fa7227afb4cc15e43565f2ca74c3361d22R64