Skip to content

Releases: mckinsey/vizro

vizro-core-0.1.13

12 Mar 08:44
c5c41c1
Compare
Choose a tag to compare

Highlights ✨

Changed

  • Apply new design to Slider and RangeSlider. (#336)
  • Consolidate gaps between selectors. (#336)

Fixed

  • Fix path to built-in Vizro assets when requests_pathname_prefix is not the same as routes_pathname_prefix. (#358)

vizro-core-0.1.12

04 Mar 19:48
4984054
Compare
Choose a tag to compare

Changed

  • Temporarily exclude dash==2.16.0 (#341)

Fixed

  • Added default Bootstrap theme to external stylesheets and fix any visually incompatible CSS declarations. (#311)

  • Fix CSS bug on page-main overflowing page-container in mobile layouts. (#331)

vizro-core-0.1.11

13 Feb 15:02
6092014
Compare
Choose a tag to compare

Fixed

  • Improve layouts for small devices. (#302)

vizro-core-0.1.10

31 Jan 15:32
1598816
Compare
Choose a tag to compare

Highlights ✨

  • Introduce Tabs model as a new Page component. (#280)

Changed

  • Replace html.P with html.Label in form components. (#293)

Fixed

  • Fix bug on accordion group not opening properly when re-directing to active page via navigation card or URL path. (#276)

vizro-core-0.1.9

25 Jan 11:19
9435b92
Compare
Choose a tag to compare

Highlights ✨

Added

  • Enable automatic logo insertion into page-header container. (#248)

  • Enable the side panel to collapse/expand with a button. (#225)

Changed

  • Move dashboard-title to top header container page-header. (#238)

Fixed

  • Add CSS for dmc.Switch and fix CSS when toggle-switch is turned on. (#244)

  • Fix bug of value argument not properly being evaluated in Slider and RangeSlider. (#266)

  • Fix bug on scrolling and viewport on Safari. (#277)

vizro-ai-0.1.1

05 Jan 08:49
d7e89bd
Compare
Choose a tag to compare

0.1.1 — 2024-01-04

Fixed

  • Fix incompatibility with pydantic>=2.0.0 (#189)

Security

  • Bump langchain version to 0.0.329, suggested by snyk (#204)

vizro-core-0.1.8

04 Jan 13:02
b346ca7
Compare
Choose a tag to compare

Added

  • When set, the dashboard title appears alongside the individual page title as the text labeling a browser tab. (#228)

  • Enable adding description and image to the meta tags. (#185)

Changed

  • Re-arrange main containers on page and change their CSS IDs. (#205)

Fixed

  • Fix position of invisible button inside Card. (#236)

  • Fix a bug that prevented the update of nested graph properties through parameters when the graph property was not previously defined. (#273)

vizro-core-0.1.7

15 Dec 15:23
0114a39
Compare
Choose a tag to compare

Highlights ✨

Added

  • Enable tooltips for NavLink (#186)

Changed

  • Change the persistence of client-side data to session rather than local (#182)

  • Bump dash lower bound to 2.14.1 (#203)

Fixed

  • Remove graph flickering on page load with Vizro light theme (#166)

  • Fix vm.Slider and vm.RangeSlider to work with incorrect text input (#173)

  • Remove default font color from global CSS to enable overwrites (#213)

vizro-ai-0.1.0

13 Nov 16:31
249411a
Compare
Choose a tag to compare

Highlights ✨

  • Initial release of Vizro-AI package. Vizro-AI is a tool for generating data
    visualizations. (#138)

vizro-core-0.1.6

09 Nov 17:42
c7ec6f4
Compare
Choose a tag to compare

Highlights ✨

Added

  • Vizro takes **kwargs that are passed through to Dash (#151)

Changed

  • The path to a custom assets folder is now configurable using the assets_folder argument when instantiating Vizro (#151)

Fixed

  • Assets are now routed correctly when hosting the dashboard in a subdirectory (#151)

Security