vizro-core-0.1.44
Added
-
Add
show_select_allargument tovm.Checklistso that users can remove 'Select All' option. (#1283) -
Add
vm.Switchmodel as a new selector forFilterandParameter. (#1286)
Changed
- Make the left navigation panel narrower (from 324px to 280px) to give more space to dashboard content. (#1277)
Fixed
-
Fix the
Dropdownfilter so it keeps its value after refreshing the page when it targets a figure that uses dynamic data. (#1280) -
Improve AgGrid column sizing behavior by removing
flexfrom default column options and settingcolumnSize: "responsiveSizeToFit"as the default, ensuring columns automatically adjust to fit their content. (#1986)