Skip to content

vizro-core-0.1.4

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Oct 14:43
· 564 commits to main since this release
fe6f044

Added

  • Add highlighting to accordion button of active page (#74)

  • Add validator for Dashboard.navigation to default to Navigation() if not provided (#74)

  • Add comparison table to Why Vizro docs page (#90)

  • Parameters can be optional: use the string "NONE" as an option of Parameter.selector to pass None(#95)

  • Raise ModuleNotFoundError in case the export_data action is used with file_format="xlsx" and neither openpyxl nor xlsxwriter are installed (#97)

Changed

  • Move creation of dash.page_registry to Dashboard.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)