Highlights ✨
- Enable dynamic data parametrization, so that different data can be loaded while the dashboard is running. ([482](https://github.com/mckinsey/vizro/pull/482))
Removed
- Remove all CSS classes with suffix `_outer` from components. Visit the user guide on [how to customize CSS in selected components](https://vizro.readthedocs.io/en/stable/pages/user-guides/assets/#overwrite-css-properties-in-selective-components) for more details. ([456](https://github.com/mckinsey/vizro/pull/456))
Changed
- Store `page.id` in outer page container to enable page specific styling. ([455](https://github.com/mckinsey/vizro/pull/455))
- Change the default of the `dash_ag_grid` function to the default of the underlying Dash `dag.AgGrid`. ([446](https://github.com/mckinsey/vizro/pull/446))
Fixed
- Fix `dash_data_table` cell dropdown menu to open on click. ([481](https://github.com/mckinsey/vizro/pull/481))
- Fix bug that [prevented referring to columns in custom grids/tables](https://github.com/mckinsey/vizro/issues/435). ([#439](https://github.com/mckinsey/vizro/pull/439))
- Fix an issue that prevented the column widths of the AgGrid to render correctly upon reloading a page. ([446](https://github.com/mckinsey/vizro/pull/446))
- Fix actions associated with a manually added control. ([478](https://github.com/mckinsey/vizro/pull/478))
<a id='changelog-0.1.16'></a>
vizro-ai-0.2.0
Removed
- Removed `temperature` and `model_name` arguments of `VizroAI` class. For current configuration options, visit the [Vizro-AI docs](https://vizro.readthedocs.io/projects/vizro-ai/) ([#423](https://github.com/mckinsey/vizro/pull/423))
Added
- Enable customization of LLM models provided to `VizroAI` class. ([423](https://github.com/mckinsey/vizro/pull/423))
Changed
- `VizroAI.plot` now generates and returns a `plotly.graph_objects.Figure` object. ([411](https://github.com/mckinsey/vizro/pull/441)). This facilitates the integration of Vizro-AI charts into the `vizro` dashboard, visit [the dedicated user-guide](https://vizro.readthedocs.io/projects/vizro-ai/en/vizro-ai-0.2.0/pages/user-guides/add-generated-chart-usecase/#use-vizro-ai-dynamically-to-return-a-fig-object) for details.
<a id='changelog-0.1.2'></a>