Skip to content

Releases: pxlrbt/filament-excel

v1.1.1

23 Aug 06:23
6e3f7a4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

16 Aug 17:31
Compare
Choose a tag to compare

What's Changed

  • Support tables ->getStateUsing() and ->formatStateUsing() by @mokhosh, @pxlrbt in #25
  • Better table query default. Support for counts(), exists(), and aggregates like avg() 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

11 Jul 13:25
Compare
Choose a tag to compare

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

20 Jun 18:28
6192907
Compare
Choose a tag to compare

What's Changed

  • Fix export and queued exports for table package by @pxlrbt in #15

Full Changelog: v1.0.0...v1.0.1

v1.0.0

20 Jun 17:29
972d24b
Compare
Choose a tag to compare
  • 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

20 Jun 12:02
eb09039
Compare
Choose a tag to compare
v1.0.0-beta2 Pre-release
Pre-release
  • Fix non-table actions

v1.0.0-beta

17 Jun 13:48
Compare
Choose a tag to compare
v1.0.0-beta Pre-release
Pre-release
  • 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

16 Jun 09:23
453530a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.3...0.1.4

0.1.3

10 May 08:01
58d6e44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.2...0.1.3

0.1.1

19 Feb 00:23
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release
feat: withExportable