0.4.4
- Remove
styled-componentsdependency.
useDashboardManager hook changes
- Expose a
parentDashboardskey containing all parent dashboards. - Expose
allChildDashboardskey which contains all child dashboards. - Exposed the
defaultParentDashboardIdwhich is the ID of the parent dashboard for all the dashboards exposed on thedashboardskey. - Exposed a
getChildDashboardsfunction to get all the child dashboards for a parent dashboard.