Skip to content

vizro-core-0.1.44

Choose a tag to compare

@github-actions github-actions released this 29 Jul 08:36
· 316 commits to main since this release
4f5a2b3

Added

  • Add show_select_all argument to vm.Checklist so that users can remove 'Select All' option. (#1283)

  • Add vm.Switch model as a new selector for Filter and Parameter. (#1286)

Changed

  • Make the left navigation panel narrower (from 324px to 280px) to give more space to dashboard content. (#1277)

Fixed

  • Fix the Dropdown filter 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 flex from default column options and setting columnSize: "responsiveSizeToFit" as the default, ensuring columns automatically adjust to fit their content. (#1986)