Change log
Dashboard
0.9.1

0.9.1

Breaking change

  • When adding a component to the Library via the Services package it now requires a uniqueViewId to be defined.

New Feature

  • vizzlyState is available to vanilla JS customers
  • In-browser query engine to support string[] fields

Improvements

  • onDashboardLoad callback function on the Dashboard component
  • From outside the Dashboard you can update multiple filters. eg for vanilla JS users use my_dashboard.vizzlyState.set({ updateFilters: [{...}] })

Bug fixes

  • The Dashboard responds to the width of the browser when resizing