Releases: excelwebzone/symfony-admin-bundle
Releases · excelwebzone/symfony-admin-bundle
v2.1.49
v2.1.48
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
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
Update delete confirmation modal text Simplified the delete confirmation message by removing the phrase 'related to them' for clarity.
v2.1.45
Fix parameter name in StringUtil methods
v2.1.44
Allowed ignoring csrf-token in login form
v2.1.43
Fixed update fields trait to recursively merge data
v2.1.42
Fixed update fields trait
v2.1.41
Fixed apply sort
v2.1.40
Added settings action-icon macro