Skip to content

0.2.1

Latest

Choose a tag to compare

@clarasb clarasb released this 11 Aug 12:39
· 1 commit to main since this release
bd4ea5d

What's Changed

chartlets.js

  • Updated dependencies

    • @vitejs/plugin-react-swc: ^4.3.1
    • @vitest/coverage-istanbul: ^4.1.8
    • vite: ^8.0.16
    • vitest: ^4.1.8
  • Added hidden support for progress components. Progress indicators can
    now be hidden via hidden={true} and are automatically shown while a
    server-side callback with Output("progress", "hidden")
    is pending. Examples: docs/guide/contributors.md and
    chartlets.py/demo/my_extension/my_panel_10.py. (#145)

chartlets.py

  • Added hidden property to the base Component class, so components can
    be shown or hidden through callback outputs such as
    Output("progress", "hidden").

Full Changelog: v0.2.0...v0.2.1