Skip to content

Commit 63449c8

Browse files
committed
update CHANGES.md
1 parent 63204c5 commit 63449c8

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

chartlets.js/CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
- `vite: ^8.0.16`
77
- `vitest: ^4.1.8`
88

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+
914
## Version 0.2.0 (from 2026/03/11)
1015

1116
* Updated dependencies

chartlets.py/CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Version 0.2.1 (in development)
22

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")`.
6+
37
## Version 0.2.0 (from 2026/03/11)
48

59
* Added `size` and removed `variant` property from `IconButton`

0 commit comments

Comments
 (0)