Releases: pxlrbt/filament-excel
Releases · pxlrbt/filament-excel
v1.1.1
What's Changed
- [ar]: Add Arabic translation by @mohamedsabil83 in #34
- Remove Laravel 9 type definition for query. by @pxlrbt in #36
New Contributors
- @mohamedsabil83 made their first contribution in #34
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
- Support tables
->getStateUsing()
and->formatStateUsing()
by @mokhosh, @pxlrbt in #25 - Better table query default. Support for
counts()
,exists()
, and aggregates likeavg()
by @mokhosh, @pxlrbt in #23 - Use
->button()
and->icon()
as default for all Actions by @pxlrbt in #29 - Use new notification package: Download button for queued exports by @pxlrbt in #28
- Toggleable columns for
->fromTable()
by @pxlrbt in #30 - Allow query modification by @pxlrbt in #31
- Add localization by @pxlrbt in #32
- Fix chunkSize docs by @pxlrbt in #33
New Contributors
Full Changelog: v1.0.2...v1.1.0
v1.0.2: Fix issue with Filament v2.13.24
Warning
Do not use this version if you use Filament below v2.13.24
What's Changed
- Fix: Declaration of ExportBulkAction::make(string = 'export'): static must be compatible with BaseAction::make(?string $name = null): static by @ArtMin96 in #21
New Contributors
Full Changelog: v1.0.1...v1.0.2
v1.0.1
v1.0.0
- Major refactoring of the package
- Filament Tables standalone version is now supported.
- New syntax based on Filament’s Column syntax for easier configuration in one place.
- Formatting column’s content via Closures
- More underlying features of maatwebsite/excel configurable
- Queueable Exports
v1.0.0-beta2
- Fix non-table actions
v1.0.0-beta
- Major refactoring of the package
- Filament Tables standalone version is now supported.
- New syntax based on Filament’s Column syntax for easier configuration in one place.
- Formatting column’s content via Closures
- More underlying features of
maatwebsite/excel
configurable - Queueable Exports
0.1.4
What's Changed
- Fix: Filament v2.13 $records wrong type by @kamilst96 in #13
New Contributors
- @kamilst96 made their first contribution in #13
Full Changelog: 0.1.3...0.1.4
0.1.3
What's Changed
- Update readme.md by @inerba in #1
- chore: update readme by @shuvroroy in #2
- fix: Name collision with Filament v2.12 by @pxlrbt in #10
New Contributors
- @inerba made their first contribution in #1
- @shuvroroy made their first contribution in #2
- @pxlrbt made their first contribution in #10
Full Changelog: 0.1.2...0.1.3