Releases: mckinsey/vizro
Releases · mckinsey/vizro
vizro-core-0.1.30
vizro-core-0.1.29
Highlights ✨
- Filters update automatically when underlying dynamic data changes. See the user guide on dynamic filters for more information. (#879)
Changed
vizro-core-0.1.28
Removed
- Removed all CSS variables from
variables.css
andtoken_names.css
, replacing them with CSS variables fromvizro-bootstrap.min.css
.
Refer to `vizro-bootstrap.min.css for the updated CSS variables. (#886)
Added
- Enable
href
insidevm.Button
. (#881)
Changed
- Replace
dmc.Tabs
withdbc.Tabs
and change CSS selectors accordingly. (#895)
vizro-core-0.1.27
vizro-ai-0.3.2
vizro-ai-0.3.1
vizro-core-0.1.26
vizro-core-0.1.25
Added
- All Vizro resources are served through a CDN when
serve_locally=False
. (#775)
Fixed
-
Remove extraneous
<link>
to font file. (#775) -
Fix user override of Vizro's JavaScript resources. (#775)
-
Remove unnecessarily repeated loading of data. (#802)
Community contributions
Grateful thanks to our community of contributors:
vizro-ai-0.3.0
Highlights ✨
- VizroAI now allows any model with
langchain
structured output capabilities to be used, not justChatOpenAI
. (#646) - VizroAI now has a more flexible output when choosing
VizroAI.plot(...,return_elements=True)
. See Vizro-AI docs for all new options. (#646) - VizroAI now supports text-to-dashboard generation using
VizroAI.dashboard()
. To get started, visit the Vizro-AI docs.
Removed
- Removed the automatic display of chart explanation and insights in Jupyter. (#646)
Changed
- Changed the return type of
VizroAI.plot(...,return_elements=True)
fromPlotOutputs
dataclass to a pydantic model with more flexible methods. See Vizro-AI docs for more info. (#646)
Deprecated
- Removed argument
explain
from VizroAI.plot(). Usereturn_elements=True
instead. (#646)
vizro-core-0.1.24
Added
-
Add
id
totitle
ofGraph
,Table
,AgGrid
andContainer
. (#705) -
Theme switcher can now switch between light and dark logos. (#745)
Changed
- Changed dependency from
ruff
toblack
andautoflake
in order to facilitate installation on pyodide. (#757)
Fixed
- Enable overwriting global
font-family
in vizro chart templates. (#717)