Change log
Dashboard
0.4.4

0.4.4

  • Remove styled-components dependency.

useDashboardManager hook changes

  • Expose a parentDashboards key containing all parent dashboards.
  • Expose allChildDashboards key which contains all child dashboards.
  • Exposed the defaultParentDashboardId which is the ID of the parent dashboard for all the dashboards exposed on the dashboards key.
  • Exposed a getChildDashboards function to get all the child dashboards for a parent dashboard.