Version 3.0.8
Fixes
- Support .tsv exports + fix firing the BeforeWriting event in Queued exports (#1683)
- Transform arrayables to arrays when using appendRows (#1720)
- Deal better with usage without the WithMapping concern for StdObjects (#1737)
- Improve auto-heading generation for collections mixins (#1727)
Additions
- Add
php artisan make:export {exportName}
console command - Add WithCustomCsvSettings concern (#1683)
- Add WithCharts concern (#1698)
- Add WithDrawings concern
- Add WithCustomStartCell concern (#1739)
- Add support for global event listeners (https://laravel-excel.maatwebsite.nl/3.0/exports/extending.html#global-event-listeners)
- Add support for custom user provided concerns (https://laravel-excel.maatwebsite.nl/3.0/exports/extending.html#custom-concerns)