vizro-core-0.1.55
Highlights ✨
-
Custom actions can have notifications to show their status: in progress, success, error, and custom notifications based on action outcomes. See the user guide on custom action notifications. (#1574)
-
Hierarchical/cascading filters: set
vm.Filter(column=["continent", "country"])to filter by groups of options. See the user guide on hierarchical filters. (#1683)
Added
-
Introduce new
set_controlvalue options ("cell","column","row") for accessing clicked cell data in AgGrid. See the user guide on clicked cell AgGrid interactions. (#1670) -
Add
vm.Cascaderhierarchical selector forFilterandParametercontrols. (#1683) -
Enable use of
set_controlaction with non-categorical selectors. (#1684)
Changed
- Align bundled Bootstrap CSS, Vizro CSS overrides, and default Plotly themes with updated design tokens. (#1694)