1.3.0
From: 2026-04-15
⚠ Breaking Changes
The DashletTypeInterface interface has been updated. As a result, existing custom reports are no longer compatible with the current version and must be updated. The dashletList method now has the following signature: phppublic function dashletList(Entity $report, array $queryParams): DashletGridData;
Required action: If you have custom reports implementing DashletTypeInterface, you need to update the dashletList method in each of them to match the new signature.
1.2.7
From: 2026-03-10
- Fixed minor bug
1.2.5
From: 2025-12-16
- Enhanced reports to display aggregated data broken down by time periods, in addition to existing grouping. Reports can now be segmented by month, week, or year, allowing metrics to be shown per period. A new aggregation panel has been added with configuration options for time segmentation period, date field used for grouping, and number of recent periods to display in the report.
1.2.4
From: 2025-11-20
- Fixed minor bug
1.2.3
From: 2025-11-06
- Added an option with a relative value to Reports — COUNT (%)
1.2.1
From: 2025-10-21
- Fixed minor bug
1.2.0
From: 2025-09-02
- Added minor improvement
1.1.0
From: 2025-04-24
- Fixed bug with filters in the crosstable report
1.0.5
From: 2025-02-24
- Fixed bug with inability to transpose the Report table
1.0.4
From: 2025-02-18
- Fixed a bug with the inability to transpose a report table if a dropdown field is used in it