Skip to content

Releases: excelwebzone/symfony-admin-bundle

v2.1.49

27 Oct 16:45

Choose a tag to compare

fix(report-export): correct row assignment & formatting

- Uses column keys to set row values in `AbstractReport` instead of appending, ensuring proper column mapping.
- Updates `ExportData` to use `sprintf` for row address formatting.

v2.1.48

25 Oct 17:59

Choose a tag to compare

fix(report-export): handle nullable arguments

- Updates `decodeArg` to accept nullable string arguments.
- Adjusts `AbstractReportController` to conditionally encode `groupingType` and `sort` only when present.
- Improves robustness when optional parameters are not provided.

v2.1.47

24 Oct 23:11

Choose a tag to compare

feat(report-export): background XLSX export via console job

- Introduces `ReportExportCommand` for exporting reports to XLSX via a Symfony console command, enabling background processing.
- Refactors `AbstractReportController` and `BulkExportTrait` to schedule exports and handle large datasets with configurable page size.
- Adds `ReportExportedEvent`, updates configuration and DI, and centralizes spreadsheet export logic in `ExportData` utility.

v2.1.46

20 Oct 17:27

Choose a tag to compare

Update delete confirmation modal text

Simplified the delete confirmation message by removing the phrase 'related to them' for clarity.

v2.1.45

17 Sep 20:40

Choose a tag to compare

Fix parameter name in StringUtil methods

v2.1.44

04 Dec 19:39

Choose a tag to compare

Allowed ignoring csrf-token in login form

v2.1.43

25 Sep 17:46

Choose a tag to compare

Fixed update fields trait to recursively merge data

v2.1.42

25 Sep 17:11

Choose a tag to compare

Fixed update fields trait

v2.1.41

03 Jun 14:06

Choose a tag to compare

Fixed apply sort

v2.1.40

13 Jul 18:02

Choose a tag to compare

Added settings action-icon macro