vizro-core-0.1.5
Removed
- Remove warning message if not all registered pages are used in
Navigation
(#117)
Added
-
Add plotly layout template for waterfall chart type (#106)
-
Add CSS default styling for
textarea
(#106) -
Provide ID to unique outer HTML divs on page (#111)
-
Enable turning off
marks
whenstep
is defined inSlider
andRangeSlider
(#115)
Changed
-
Autopopulate
navigation.pages
with registered pages duringDashboard
validation ifnavigation.pages = None
(#117) -
Update warning for duplicated IDs in
data_manager
andmodel_manager
to now recommendVizro._reset()
as a potential fix when working in a Jupyter notebook (#120)
Fixed
-
If the
targets
argument in theexport_data
action function is specified as"falsy"
value (None
,[]
), triggering the action will result in the same outcome as if the argument were not set, exporting data from all charts on the current page. (#93) -
Fix alignment between control panel, dashboard title and page title (#106)
-
CapturedCallable
now handles variadic keywords arguments (**kwargs
) correctly (#121)
Security
- Bump @babel/traverse from 7.22.20 to 7.23.2 (#118)