vizro-core-0.1.52
Highlights ✨
- Refreshed, colorblind-safe palettes for charts and an interface for accessing them via
vizro.themes. See the themes user guide and API reference for details. (#1482)
Added
-
Add
extraargument toFlexmodel to enable passing additional properties (e.g.,justify,align) to the underlyingdmc.Flexcomponent. (#1561) -
Export png button in modebar inside
Graph. (#1566) -
Enable styling of
vm.Dropdownwith a new argumentvariant="plain"/"filled". See the user guide on styled dropdowns for more details. (#1581)
Changed
-
Add support for
dash>=4.0.0, including the redesignedDropdown,Slider, andRangeSlidercomponents. (#1462) -
Switch
Flexmodel implementation from Bootstrap-basedhtml.Divtodmc.Flex. (#1561) -
Migrated AG Grid to use new theming API v33 for improved theme consistency and customization. (#1569)
-
Chart backgrounds are no longer transparent. (#1566)
Fixed
- Fix theme-specific logo visibility when using
logo_darkandlogo_lightassets. (#1559)