Skip to content

Commit 9adf3a0

Browse files
committed
update CHANGES.md
1 parent 016f515 commit 9adf3a0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

chartlets.js/CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
* Callbacks will now only be invoked when there’s an actual change in state,
77
reducing unnecessary processing and improving performance. (#112)
88

9+
* New (MUI) components
10+
- `Skeleton` (currently supported for Vega Charts and Tables)
11+
912
## Version 0.1.4 (from 2025/03/06)
1013

1114
* In `chartlets.js` we no longer emit warnings and errors in common
@@ -68,7 +71,6 @@
6871
- `Switch`
6972
- `Tabs`
7073
- `Slider`
71-
- `Skeleton` (currently supported for Vega Charts)
7274

7375
* Supporting `tooltip` property for interactive MUI components.
7476

chartlets.py/CHANGES.md

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

33
* Add `multiple` property for `Select` component to enable the
44
of multiple elements.
5+
* New (MUI) components
6+
- `Skeleton` (currently supported for Vega Charts and Tables)
57

68

79
## Version 0.1.4 (from 2025/03/06)

0 commit comments

Comments
 (0)