Skip to content

Releases: mckinsey/vizro

vizro-core-0.1.53

16 Mar 13:24
d8eb848

Choose a tag to compare

Added

  • Add position argument to vm.NavBar model 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

  • Extend global Mantine theme so that DMC-based custom components better match Vizro's theme. (#1623)

  • Update waterfall increase/decrease/total colors and KPI positive/negative indicator colors. (#1650)

vizro-dash-components-0.1.0

06 Mar 15:01
7f3e953

Choose a tag to compare

Added

  • Initial release of vizro-dash-components (vdc) with Markdown component: a clone of dcc.Markdown that uses dmc.CodeHighlight and dmc.InlineCodeHighlight. (#1571)

vizro-core-0.1.52

24 Feb 16:16
002fff0

Choose a tag to compare

Highlights ✨

Added

  • Add extra argument to Flex model to enable passing additional properties (e.g., justify, align) to the underlying dmc.Flex component. (#1561)

  • Export png button in modebar inside Graph. (#1566)

  • Enable styling of vm.Dropdown with a new argument variant="plain"/"filled". See the user guide on styled dropdowns for more details. (#1581)

Changed

  • Add support for dash>=4.0.0, including the redesigned Dropdown, Slider, and RangeSlider components. (#1462)

  • Switch Flex model implementation from Bootstrap-based html.Div to dmc.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_dark and logo_light assets. (#1559)

vizro-e2e-flow-0.1.2

17 Feb 16:56
bf9a3d6

Choose a tag to compare

Changed

  • Add instruction for Cursor setup. (#1580)

vizro-mcp-0.1.4

04 Feb 08:25
07f2374

Choose a tag to compare

Added

  • Add support for Python 3.14. (#1484)

Changed

  • Simplified MCP prompts by removing opinionated layout instructions to make the tool more neutral. (#1535)

vizro-ai-0.4.0

26 Jan 19:28
cd25746

Choose a tag to compare

Highlights ✨

vizro-core-0.1.51

23 Jan 14:01
f18e32a

Choose a tag to compare

Changed

  • Simplify chart UI when graph is not an action trigger. (#1544)

  • Hide all internal Vizro callbacks in the Dash dev tools callback graph. (#1502)

Fixed

  • Fix rowSelection checkboxes for custom AgGrid with actions. (#1539)

vizro-e2e-flow-0.1.1

23 Jan 08:06
4a2d064

Choose a tag to compare

Fixed

  • Stronger guidance to model to not use custom charts as KPI cards. (#1553)

vizro-e2e-flow-0.1.0

21 Jan 23:58
8cf1ff4

Choose a tag to compare

Added

  • Initial release of vizro-e2e-flow Claude Code plugin with dashboard-design and dashboard-build Agent Skills. (#1481)

vizro-ai-0.3.8

05 Jan 14:30
93d4e61

Choose a tag to compare

Removed

  • Remove dashboard_ui example. (#1332)

  • Drop support for Python 3.9. (#1484)

  • Drop support for Python 3.14 until dependencies are updated. (#1529)