Skip to content

Latest commit

 

History

History
91 lines (49 loc) · 2.21 KB

CHANGELOG.md

File metadata and controls

91 lines (49 loc) · 2.21 KB

Changelog

v3.0.8

  • PR-14 Fix issue with dashboard exporting irrelevent data and incorrect permission status

v3.0.7

  • Fix i18n on audit trail for permission sharing activity

v3.0.6

  • Fix lack of granular permissions for Admin Dashboards
  • Fix infinite load on keyword search on admin dashboard list

v3.0.5

  • Update build version generator

v3.0.4

  • Fix minor admin permission checking issues

v3.0.3

  • Fix inability to exclude dashboard widget by some criteria (i.e. when feature disabled)

v3.0.2

  • Fix issue where super users could not delete dashboards owned by other users

v3.0.1

  • Limit dynamic widget titles to 50 chars

v3.0.0

Experimental release giving two new features

  • User configurable and sharable dashboards
  • New widget to share a user configurable datatable in a dashboard

Further notes and documentation on these super cool features to come in a stable point release.

v2.0.7

  • Add interception point for rendering dashboard widgets

v2.0.6

  • Move build pipeline to Github Actions

v2.0.5

  • Version bump

v2.0.4

  • Fix Travis build

v2.0.3

  • Add German translations

v2.0.2

  • Fix #1: additional menu would not show unless widget had config

v2.0.1

  • Ensure config is correctly passed to render content

v2.0.0

  • Add documentation directly to the readme

v1.5.0

  • Add ajax option to widgets so that they can be rendered inline if needed (useful for things that call datatables, etc)
  • Add ability to add additional menu rendering for widgets
  • Allow developers to specify specific 'config instance' ids to define how configuration should be shared across multiple instances of a dashboard
  • Ensure that instances of widget configuration are unique to the context data passed to the dashboard/widget. Means you can have multiple instances of same widget on one dashboard but with different context input data and unique additional configuration
  • Provide a mechanism for passing contextual data to a dashboard / widget within a dashboard

v1.0.1

  • Add ability to set number of columns in a dashboard

v1.0.0

  • Initial working commit