Skip to content

Commit f4bb218

Browse files
committed
chore: release v6.4.3
1 parent 7354506 commit f4bb218

3 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [6.4.3](https://github.com/vega/vega-lite/compare/v6.4.2...v6.4.3) (2026-04-24)
4+
5+
6+
### Bug Fixes
7+
8+
* exclude `timeUnit` fields from tooltip newline shortcut path ([#9782](https://github.com/vega/vega-lite/issues/9782)) ([1a0ffa3](https://github.com/vega/vega-lite/commit/1a0ffa3d446df9bbe13f847ea9a9de3c65274ab6)), closes [#9678](https://github.com/vega/vega-lite/issues/9678) [streamlit/streamlit#14361](https://github.com/streamlit/streamlit/issues/14361) [#9678](https://github.com/vega/vega-lite/issues/9678)
9+
* honor `timeUnitBandPosition` for tick/rect marks with explicit `size` ([#9838](https://github.com/vega/vega-lite/issues/9838)) ([7354506](https://github.com/vega/vega-lite/commit/7354506fb2334a1a9a20974f79c32a0003a0f1f0)), closes [#9837](https://github.com/vega/vega-lite/issues/9837) [#9837](https://github.com/vega/vega-lite/issues/9837)
10+
* rebuild ([#9820](https://github.com/vega/vega-lite/issues/9820)) ([e6a137c](https://github.com/vega/vega-lite/commit/e6a137c42b510307f0d315285c952188e9d8931f))
11+
* Ungroup pathmarks when used in offset channels ([#9819](https://github.com/vega/vega-lite/issues/9819)) ([a99e89c](https://github.com/vega/vega-lite/commit/a99e89cfc2227166692ed06f2676559e7238b602))
12+
313
## [6.4.2](https://github.com/vega/vega-lite/compare/v6.4.1...v6.4.2) (2026-01-14)
414

515

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vega-lite",
3-
"version": "6.4.2",
3+
"version": "6.4.3",
44
"license": "BSD-3-Clause",
55
"author": {
66
"name": "Vega",

0 commit comments

Comments
 (0)