Releases: mckinsey/vizro
vizro-core-0.1.53
Added
-
Add
positionargument tovm.NavBarmodel to enable horizontal navigation. See the user guide on horizontal navigation. (#1576) -
Add new sequential palettes (positive, negative, warning) and diverging color scales to themes. See the API reference for all available palettes and colors. (#1655)
Changed
vizro-dash-components-0.1.0
Added
- Initial release of vizro-dash-components (
vdc) withMarkdowncomponent: a clone ofdcc.Markdownthat usesdmc.CodeHighlightanddmc.InlineCodeHighlight. (#1571)
vizro-core-0.1.52
Highlights ✨
- Refreshed, colorblind-safe palettes for charts and an interface for accessing them via
vizro.themes. See the themes user guide and API reference for details. (#1482)
Added
-
Add
extraargument toFlexmodel to enable passing additional properties (e.g.,justify,align) to the underlyingdmc.Flexcomponent. (#1561) -
Export png button in modebar inside
Graph. (#1566) -
Enable styling of
vm.Dropdownwith a new argumentvariant="plain"/"filled". See the user guide on styled dropdowns for more details. (#1581)
Changed
-
Add support for
dash>=4.0.0, including the redesignedDropdown,Slider, andRangeSlidercomponents. (#1462) -
Switch
Flexmodel implementation from Bootstrap-basedhtml.Divtodmc.Flex. (#1561) -
Migrated AG Grid to use new theming API v33 for improved theme consistency and customization. (#1569)
-
Chart backgrounds are no longer transparent. (#1566)
Fixed
- Fix theme-specific logo visibility when using
logo_darkandlogo_lightassets. (#1559)
vizro-e2e-flow-0.1.2
Changed
- Add instruction for Cursor setup. (#1580)
vizro-mcp-0.1.4
vizro-ai-0.4.0
Highlights ✨
- Complete rewrite of Vizro-AI. It is now based on Pydantic AI and supports async execution, streaming, dependency injection, and integration with the A2A protocol. See the docs for more details and a migration guide for versions prior to
0.4.0. (#1533)
vizro-core-0.1.51
vizro-e2e-flow-0.1.1
Fixed
- Stronger guidance to model to not use custom charts as KPI cards. (#1553)
vizro-e2e-flow-0.1.0
Added
- Initial release of vizro-e2e-flow Claude Code plugin with
dashboard-designanddashboard-buildAgent Skills. (#1481)