Releases: mckinsey/vizro
Releases · mckinsey/vizro
vizro-ai-0.3.4
vizro-core-0.1.33
Fixed
- Adjust the lower bound of pydantic to
2.7.0
so that Vizro can run onpyodide==0.26.2
. (#993) - Thanks to Manuel Konrad for an open-source contribution to this release.
vizro-core-0.1.32
Highlights ✨
-
Vizro now uses Pydantic V2 for its models. This should not affect most users, but if you use custom components that rely on Pydantic V1 features then you should consult Pydantic's migration guide or use
vizro<0.1.32
. (#917) -
Release Vizro's Bootstrap theme that can be used in a pure Dash app with
Dash(external_stylesheets=[vizro.bootstrap])
. (#970)
Changed
- Update
material-symbols-outlined.wolff2
to include the latest icons. (#972)
Fixed
vizro-core-0.1.31
Changed
- Bumped library used for
vm.DatePicker
todash_mantine_components~=0.15.1
. (#924)
Fixed
vizro-ai-0.3.3
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 tovizro-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)