Skip to content

vizro-core-0.1.60

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Jul 11:06
· 26 commits to main since this release
8f50c13

Highlights ✨

Added

  • Add Vizro actions log to Dash DevTools debug panel when debug=True. (#1782)

  • Cascader filters update automatically when underlying dynamic data changes. (#1788)

  • Cascader gains a full_path attribute (default full_path=False, leaf mode). Set full_path=True on Cascader to enable path mode: a selection becomes a full root-to-leaf path (single-select) or a list of paths (multi-select), allowing duplicate leaf labels across branches. (#1793)

Changed

  • Update vizro-bootstrap stylesheet based on QBDS token updates. (#1779)