We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 448b67d commit 4c4422aCopy full SHA for 4c4422a
chartlets.js/CHANGES.md
@@ -2,12 +2,18 @@
2
3
* Updated dependencies
4
- `glob: ^13.0.1`
5
+ - `react-vega: ^8.0.0`
6
+ - `vega-lite: ^6.4.1`
7
- `@vitest/coverage-istanbul: ^3.2.4`
8
- `vite: ^7.1.11`
9
- `vitest: ^3.2.4`
10
11
* Added icon support for `Button`, `IconButton` and `Tabs` components.
- (#124).
12
+ (#124)
13
+
14
+* Adjusted `VegaChart` component, due to `react-vega` upgrade
15
+ from v7 to v8. (#132)
16
17
18
## Version 0.1.7 (from 2025/12/03)
19
chartlets.py/CHANGES.md
@@ -2,6 +2,8 @@
* Added `size` and removed `variant` property from `IconButton`
component to align with component in chartlets.js. (#124)
+* Removed pinning of `altair` dependency. (#132)
0 commit comments