Skip to content

vizro-core-0.1.52

Choose a tag to compare

@github-actions github-actions released this 24 Feb 16:16
· 105 commits to main since this release
002fff0

Highlights ✨

Added

  • Add extra argument to Flex model to enable passing additional properties (e.g., justify, align) to the underlying dmc.Flex component. (#1561)

  • Export png button in modebar inside Graph. (#1566)

  • Enable styling of vm.Dropdown with a new argument variant="plain"/"filled". See the user guide on styled dropdowns for more details. (#1581)

Changed

  • Add support for dash>=4.0.0, including the redesigned Dropdown, Slider, and RangeSlider components. (#1462)

  • Switch Flex model implementation from Bootstrap-based html.Div to dmc.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_dark and logo_light assets. (#1559)