Vizro Versions Save

Vizro is a toolkit for creating modular data visualization applications.

0.1.16

1 week ago

Removed

  • Remove class names checkboxes-list, radio-items-list and input-container from Vizro stylesheets. (#414)

Changed

  • Update design of dashboard layout. (#433)

0.1.15

3 weeks ago

Highlights ✨

  • Add dynamic data, which can be reloaded while the dashboard is running. An optional caching layer enables efficient refreshes with per-data source timeouts. Visit the user guide on data for more details. (#398)

Changed

  • Replace default bootstrap stylesheet with vizro-bootstrap stylesheet. (#384)

  • Refactor code and remove custom classNames from Button, Card, NavBar and NavLink. (#384)

  • Change default continuous color scale to SEQUENTIAL_CYAN. (#407)

Fixed

  • Fix CSS for floatingFilter in AgGrid. (#388)

0.1.14

1 month ago

Highlights ✨

Changed

  • Replace dmc.Tooltip with dbc.Tooltip and change CSS selectors accordingly. (#361)

  • Rename CSS classNames nav_card_container and card_container to nav-card and card. (#373)

Fixed

  • Fix navigation to external links by replacing dcc.Link with dbc.NavLink. (#364)

vizro-ai-0.1.2

1 month ago

Added

  • Add max_debug_retry parameter to VizroAI.plot to allow users to determine the maximum number of debugging attempts desired. (#261)

  • Enable automatic loading of environment variables in a .env file. (#270)

Changed

  • Remove upper bound for langchain and openai dependencies. (#369)

Fixed

  • Remove the keyword explain from docs example explaining the _get_chart_code function. (#256)

0.1.13

1 month ago

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)

0.1.12

2 months ago

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)

0.1.11

2 months ago

Fixed

  • Improve layouts for small devices. (#302)

0.1.10

3 months ago

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)

0.1.9

3 months ago

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

4 months ago

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)