Skip to content

Commit 4c4422a

Browse files
committed
update CHANGES.md
1 parent 448b67d commit 4c4422a

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

chartlets.js/CHANGES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@
22

33
* Updated dependencies
44
- `glob: ^13.0.1`
5+
- `react-vega: ^8.0.0`
6+
- `vega-lite: ^6.4.1`
57
- `@vitest/coverage-istanbul: ^3.2.4`
68
- `vite: ^7.1.11`
79
- `vitest: ^3.2.4`
810

911
* Added icon support for `Button`, `IconButton` and `Tabs` components.
10-
(#124).
12+
(#124)
13+
14+
* Adjusted `VegaChart` component, due to `react-vega` upgrade
15+
from v7 to v8. (#132)
16+
1117

1218
## Version 0.1.7 (from 2025/12/03)
1319

chartlets.py/CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
* Added `size` and removed `variant` property from `IconButton`
44
component to align with component in chartlets.js. (#124)
5+
6+
* Removed pinning of `altair` dependency. (#132)
57

68
## Version 0.1.7 (from 2025/12/03)
79

0 commit comments

Comments
 (0)