What's Changed
chartlets.js
-
Updated dependencies
@vitejs/plugin-react-swc: ^4.3.1@vitest/coverage-istanbul: ^4.1.8vite: ^8.0.16vitest: ^4.1.8
-
Added
hiddensupport for progress components. Progress indicators can
now be hidden viahidden={true}and are automatically shown while a
server-side callback withOutput("progress", "hidden")
is pending. Examples:docs/guide/contributors.mdand
chartlets.py/demo/my_extension/my_panel_10.py. (#145)
chartlets.py
- Added
hiddenproperty to the baseComponentclass, so components can
be shown or hidden through callback outputs such as
Output("progress", "hidden").
Full Changelog: v0.2.0...v0.2.1