Skip to content

vizro-core-0.1.46

Choose a tag to compare

@github-actions github-actions released this 23 Sep 16:29
· 241 commits to main since this release
7f96890

Highlights ✨

Added

  • Add support for any Bootstrap theme via, for example, Vizro(external_stylesheets=[dbc.themes.BOOTSTRAP]). (#1244)

  • A control's selector can be used as an action input or output by referring to the parent control's id. (#1366)

Changed

  • Make the logo clickable so it redirects to the homepage. (#1393)

  • NavBar no longer collapses with the left side panel. (#1394)

Deprecated

  • Deprecate va.filter_interaction in favor of new va.set_control action. (#1379)

Fixed

  • Fix VizroBaseModel._to_python() to include vizro.figures in the imports. (#1391)