Highlights ✨
- Add
vm.Text
component to easily add arbitrary text to your dashboard. See the user guide on thevm.Text
component for more details. (#1061)
Added
-
Enable styling of
vm.Container
with a new argumenttheme="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
forkedro>=0.19.9
. (#1063) -
datasets_from_catalog
now loads the latest version of versioned datasets. (#1063) -
Filter
andParameter
can now be initialized before their targeted components. (#1065)