vizro-core-0.1.4
Added
-
Add highlighting to accordion button of active page (#74)
-
Add validator for
Dashboard.navigation
to default toNavigation()
if not provided (#74) -
Add comparison table to
Why Vizro
docs page (#90) -
Parameters can be optional: use the string
"NONE"
as an option ofParameter.selector
to passNone
(#95) -
Raise
ModuleNotFoundError
in case theexport_data
action is used withfile_format="xlsx"
and neitheropenpyxl
norxlsxwriter
are installed (#97)
Changed
- Move creation of
dash.page_registry
toDashboard.pre_build
(#74) - Change the default collapsible behavior and highlighting color of the selected accordion group (#74)
Fixed
-
Fix unit test interdependence issue due to shared dash.page_registry (#84)
-
Fix bug of horizontal rulers not being visible in
Card
(#91) -
Fix bug so that
add_type
updates forward references in new type added (#92)
Security
- Update pydantic requirement to
pydantic>=1.10.13, <2
due to medium Snyk vulnerability (#83)