Releases: SpartnerNL/Laravel-Nova-Excel
Releases · SpartnerNL/Laravel-Nova-Excel
v1.2.3
- Allow setting the action name with
withName
- Add extension to filename when using
withFilename
- Improvements to
allFields()
v1.2.2
Fix for re-enabling queued exports
v1.2.1
Laravel 7
v1.2.0
- Laravel 7
- Deprecated Queued Exports due to serialization issues that currently cannot be solved without rewrite of the two libraries.
v1.1.9
Lock to older version of Laravel Excel for now
v1.1.8
v1.1.7
1.1.7
Laravel 5.* helpers removed for L6.0
v1.1.6
Version 1.1.6
Laravel 6.0 release
v1.1.5
Version 1.1.5
Fixes:
- Move sleep/wakeup to queued export
- Load nova resources from app_path instead of serializing
- Find heading can return null
v1.1.4
ActionFields default array to make compatible with dependency contain…