1 parent 63204c5 commit 63449c8Copy full SHA for 63449c8
2 files changed
chartlets.js/CHANGES.md
@@ -6,6 +6,11 @@
6
- `vite: ^8.0.16`
7
- `vitest: ^4.1.8`
8
9
+* Added `visible` support for progress components. Progress indicators can
10
+ now be hidden via `visible={false}` and are automatically shown while a
11
+ server-side callback with an output such as `Output("progress", "visible")`
12
+ is pending.
13
+
14
## Version 0.2.0 (from 2026/03/11)
15
16
* Updated dependencies
chartlets.py/CHANGES.md
@@ -1,5 +1,9 @@
1
## Version 0.2.1 (in development)
2
3
+* Added `visible` property to the base `Component` class, so components can
4
+ be shown or hidden through callback outputs such as
5
+ `Output("progress", "visible")`.
* Added `size` and removed `variant` property from `IconButton`
0 commit comments