Added
- All Vizro resources are served through a CDN when `serve_locally=False`. ([775](https://github.com/mckinsey/vizro/pull/775))
Fixed
- Remove extraneous `<link>` to font file. ([775](https://github.com/mckinsey/vizro/pull/775))
- Fix user override of Vizro's JavaScript resources. ([775](https://github.com/mckinsey/vizro/pull/775))
- Remove unnecessarily repeated loading of data. ([802](https://github.com/mckinsey/vizro/pull/802))
<a id='changelog-0.1.24'></a>
Community contributions
Grateful thanks to our community of contributors:
* [Bhavana Sundar](https://github.com/bhavanaeh)
* [Lahari](https://github.com/i-lahari)
* [Riley Dou](https://github.com/rilieo)
* [Lydia Pitts](https://github.com/LydiaPitts)
* [Jasmine Wu](https://github.com/jazwu)
* [Hansaem Park](https://github.com/sammitako)
* [Upekesha Addagatla Ngugi](https://github.com/upekesha)
* [njmcgrat](https://github.com/njmcgrat)
* [Sylvie Zhang](https://github.com/sylviezhang37)
* [Rosheen Chaudhry](https://github.com/rc678)
* [Hilary Ivy](https://github.com/hxe00570)
* [feridaaa](https://github.com/feridaaa)
vizro-ai-0.3.0
Highlights ✨
- VizroAI now allows **any** model with `langchain` structured output capabilities to be used, not just `ChatOpenAI`. ([646](https://github.com/mckinsey/vizro/pull/646))
- VizroAI now has a more flexible output when choosing `VizroAI.plot(...,return_elements=True)`. See [Vizro-AI docs](https://vizro.readthedocs.io/projects/vizro-ai/en/latest/pages/user-guides/advanced-options/) for all new options. ([#646](https://github.com/mckinsey/vizro/pull/646))
- VizroAI now supports text-to-dashboard generation using `VizroAI.dashboard()`. To get started, visit the [Vizro-AI docs](https://vizro.readthedocs.io/projects/vizro-ai/en/latest/pages/tutorials/quickstart-dashboard/).
Removed
- Removed the automatic display of chart explanation and insights in Jupyter. ([646](https://github.com/mckinsey/vizro/pull/646))
Changed
- Changed the return type of `VizroAI.plot(...,return_elements=True)` from `PlotOutputs` dataclass to a pydantic model with more flexible methods. See [Vizro-AI docs](https://vizro.readthedocs.io/projects/vizro-ai/en/latest/pages/user-guides/advanced-options/) for more info. ([#646](https://github.com/mckinsey/vizro/pull/646))
Deprecated
- Removed argument `explain` from VizroAI.plot(). Use `return_elements=True` instead. ([646](https://github.com/mckinsey/vizro/pull/646))
<a id='changelog-0.2.3'></a>