Releases: mckinsey/vizro
Releases · mckinsey/vizro
vizro-core-0.1.13
vizro-core-0.1.12
vizro-core-0.1.11
vizro-core-0.1.10
vizro-core-0.1.9
Highlights ✨
- Introduce
Container
model as a newPage
component. Visit the user guide on container to learn more. (#254)
Added
-
Enable automatic logo insertion into
page-header
container. (#248) -
Enable the side panel to collapse/expand with a button. (#225)
Changed
- Move
dashboard-title
to top header containerpage-header
. (#238)
Fixed
vizro-ai-0.1.1
vizro-core-0.1.8
Added
-
When set, the dashboard title appears alongside the individual page title as the text labeling a browser tab. (#228)
-
Enable adding description and image to the meta tags. (#185)
Changed
- Re-arrange main containers on page and change their CSS IDs. (#205)
Fixed
vizro-core-0.1.7
Highlights ✨
-
Release of custom actions. Visit the user guide on custom actions to learn more. (#178)
-
Add
NavBar
andNavLink
models to enable a hierarchical navigation bar with icons. Visit the user guide on navigation to learn more. (#70)
Added
- Enable tooltips for
NavLink
(#186)
Changed
-
Change the persistence of client-side data to
session
rather thanlocal
(#182) -
Bump dash lower bound to 2.14.1 (#203)
Fixed
vizro-ai-0.1.0
Highlights ✨
- Initial release of Vizro-AI package. Vizro-AI is a tool for generating data
visualizations. (#138)
vizro-core-0.1.6
Highlights ✨
- Release of the Vizro Dash DataTable. Visit the user guide on tables to learn more. (#114)
Added
Vizro
takes**kwargs
that are passed through toDash
(#151)
Changed
- The path to a custom assets folder is now configurable using the
assets_folder
argument when instantiatingVizro
(#151)
Fixed
- Assets are now routed correctly when hosting the dashboard in a subdirectory (#151)
Security
- Bump werkzeug version suggested by Snyk to avoid a vulnerability: https://security.snyk.io/vuln/SNYK-PYTHON-WERKZEUG-6035177 (#128)