Skip to content

Releases: mckinsey/vizro

vizro-core-0.1.43

09 Jul 12:32
dd99c3b
Compare
Choose a tag to compare

Highlights ✨

  • Introduce the "Select All" option for Checklist and multi-select Dropdown. Easily select or deselect all options with a single click within the selector. (#1000)

  • The current state of controls on a page in your app can be shared by sharing its URL. Set show_in_url=True in Filter and Parameter to include their values in the URL. See the user guide on filters for more information. (#1243)

Removed

  • Simplified the left-side container by removing the extra left-sidebar and left-main containers. The left-side now directly uses nav-bar and nav-control-panel as its children. (#1268)

Added

  • Add custom_header static method to Dashboard, allowing users to inject custom Dash components into a dedicated area of the dashboard header. See the user guide for details. (#1267)

  • Emit a warning in all models when description is set but title is missing or empty. (#1275)

Changed

  • Update several header class names for improved clarity and consistency. (#1267)

vizro-mcp-0.1.2

30 Jun 10:31
4c6e219
Compare
Choose a tag to compare

Added

  • Add Dockerfile for Vizro MCP server to enable containerized local setup. (#1184)

  • Add capability to create custom charts (beyond Plotly Express) with Vizro-MCP. (#1227)

Changed

  • Update Vizro version to >=0.1.42. (#1227)

  • Improve usability of MCP server in IDE environments like Cursor. (#1227)

vizro-core-0.1.42

27 Jun 11:53
af65ae5
Compare
Choose a tag to compare

Added

  • yaml/json configurations can specify _target_ functions with any import path rather than being restricted to built-in Vizro functions. (#1255)

  • Add option to validate yaml/json configurations without importing CapturedCallable functions. See the user guide on extensions for more details. (#1255)

Fixed

vizro-core-0.1.41

24 Jun 08:54
07db851
Compare
Choose a tag to compare

Added

  • Add description argument to Button to enable tooltip next to button text. See the user guide on button for an example. (#1225)

Changed

  • Update the default settings for dash_ag_grid to enhance layout compatibility and performance. The grid now uses "domLayout": "autoHeight" and enables pagination by default. (#1226)

Fixed

  • Fix dynamically calculated row height for Dropdown when used in Container.controls. (#1238)

vizro-core-0.1.40

03 Jun 11:11
e04032e
Compare
Choose a tag to compare

Highlights ✨

Added

  • Add description argument to Tabs to enable tooltips in the title. See the user guide on container for an example. (#1178)

  • Enable extra argument for vm.Graph, which allows passing arguments directly to the underlying dcc.Graph. (#1210)

Fixed

  • Fix a bug where assigning a custom action to Filter.selector.actions raised an error. (#1197)

vizro-ai-0.3.7

03 Jun 14:40
f32c7bb
Compare
Choose a tag to compare

Fixed

  • Fixed bugs in vizro-ai.dashboard. (#1220)

vizro-core-0.1.39

16 May 08:34
4b331dc
Compare
Choose a tag to compare

Added

  • Add description argument to Dashboard, Page, Container, Graph, AgGrid and Table to enable tooltips in titles. See this user guide for an example. (#1144)

  • Enable title inside Tabs. (#1169)

Changed

  • Bump dash>=3.0.0, dash-bootstrap-components>=2.0.0, dash-ag-grid>=31.3.1 and dash-mantine-components>=1.0.0. (#1160)

Fixed

  • Fix bug where dash_data_table and dash_ag_grid callables with the same id would not raise an error but break the dashboard. (#1159)

vizro-mcp-0.1.1

15 May 18:10
6b9979d
Compare
Choose a tag to compare

Fixed

  • Fix name conflict with langchain by avoiding use of conflicting parameter names in tools. (#1177)

vizro-mcp-0.1.0

06 May 19:19
2458559
Compare
Choose a tag to compare

Added

  • Initial release of the Vizro MCP server. (#1125)
    • still experimental, please provide feedback via github issues
    • pinned vizro version to 0.1.38
    • published with 6 tools and 3 prompt templates

vizro-core-0.1.38

24 Apr 12:58
64307ba
Compare
Choose a tag to compare

Added

Changed

  • Update the light theme for better consistency and contrast. Right-side and card backgrounds now adapt when a Container with variant="filled" is used. (#1048)

  • actions now have type list[ActionType] rather than list[Action]. (#1054)

Fixed

  • Adjust the width and height of flex-items and grid-items dynamically based on the dimensions of their ancestor.(#1108)

  • Update styling (font style, bg-color and hover effect) of Card. (#1112)