Skip to content

vizro-core-0.1.35

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Mar 20:28
· 4 commits to main since this release
3c7d294

Highlights ✨

  • Add vm.Text component to easily add arbitrary text to your dashboard. See the user guide on the vm.Text component for more details. (#1061)

Added

  • Enable styling of vm.Container with a new argument theme="plain"/"filled"/"outlined". See the user guide on styled containers for more details. (#1002)

  • DatePicker filters update automatically when underlying dynamic data changes. See the user guide on dynamic filters for more information. (#1039)

  • Add extra argument to selected models to enable passing arguments directly to the underlying Dash component. (#1032)

  • Dynamic data parameters automatically refresh the relevant dynamic filters. (#1051)

Changed

  • Turn AgGrid background transparent. (#1047)

Fixed

  • Fix a bug where an empty parameter selection incorrectly sent [None] to its target. (#1026)

  • Fix datasets_from_catalog for kedro>=0.19.9. (#1063)

  • datasets_from_catalog now loads the latest version of versioned datasets. (#1063)

  • Filter and Parameter can now be initialized before their targeted components. (#1065)