Skip to content

Releases: SpartnerNL/Laravel-Nova-Excel

v1.2.3

08 Oct 14:19
12a696e
Compare
Choose a tag to compare
  • Allow setting the action name with withName
  • Add extension to filename when using withFilename
  • Improvements to allFields()

v1.2.2

08 Oct 14:08
285cdff
Compare
Choose a tag to compare

Fix for re-enabling queued exports

v1.2.1

05 Mar 17:50
Compare
Choose a tag to compare

Laravel 7

v1.2.0

28 Feb 15:42
2e1e5f3
Compare
Choose a tag to compare
  • Laravel 7
  • Deprecated Queued Exports due to serialization issues that currently cannot be solved without rewrite of the two libraries.

v1.1.9

11 Jan 20:01
2e1e5f3
Compare
Choose a tag to compare

Lock to older version of Laravel Excel for now

v1.1.8

24 Dec 10:25
Compare
Choose a tag to compare
  • Sign download url, fixes #67
  • Allow Download Excel label to be translated
  • Re-order columns with only()

v1.1.7

11 Sep 18:23
2d6a4fb
Compare
Choose a tag to compare

1.1.7

Laravel 5.* helpers removed for L6.0

v1.1.6

03 Sep 16:46
150b694
Compare
Choose a tag to compare

Version 1.1.6

Laravel 6.0 release

v1.1.5

19 Jun 21:01
90da3cd
Compare
Choose a tag to compare

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

09 May 14:14
8294060
Compare
Choose a tag to compare
ActionFields default array to make compatible with dependency contain…