Skip to content

vizro-core-0.1.20

Compare
Choose a tag to compare
@antonymilne antonymilne released this 21 Aug 17:10
· 143 commits to main since this release
078d462

Added

  • Add validation error message if CapturedCallable is directly provided. (#590)

  • Create vizro.figures.library to contain KPI card Dash components that can be used outside the Vizro framework. (#578)

  • Add dark mode and loading spinner to the layout loading screen (before Vizro app is shown). (#598)

Changed

  • Serve Google Material icons library locally to enable offline functionality. (#578)

  • Disable altering the default plotly template by importing Vizro. (#615)

Fixed

  • Fix subclassing of vm.Graph, vm.Table, vm.AgGrid, vm.Figure and vm.Action models. (#606)

  • Fix display of marks in vm.Slider and vm.RangeSlider by converting floats to integers when possible. (#613)

  • Update chart title padding dynamically to prevent subtitle cutoff. (#632)