Skip to content

Releases: Power-Components/livewire-powergrid

v2.2.4

24 Jan 23:19
Compare
Choose a tag to compare

🛠️ Fix

  • openModal

v2.2.3

24 Jan 21:33
Compare
Choose a tag to compare

🛠️ Fix

  • openModal, emit on action buttons

v2.2.2

21 Jan 19:07
6a2213a
Compare
Choose a tag to compare

Added

Model autocomplete on powergrid:create command #238

image

v2.2.1

19 Jan 21:37
Compare
Choose a tag to compare

🛠️ Fix

  • Fix class attribute on action button

v2.2.0

19 Jan 15:26
6a3cf6e
Compare
Choose a tag to compare

v2.1.2

14 Jan 23:13
Compare
Choose a tag to compare

🛠️ Fix

showToggleColumns() mess with #218

v2.1.1

14 Jan 19:13
Compare
Choose a tag to compare

🛠️ Fix

action parameters when entry is null

v2.1.0

14 Jan 10:36
Compare
Choose a tag to compare

🛠️ Fix

withSum() & withAvg() not working for calculated data Bug Fixed. #222
withCount should only count "valid" records #226
action parameters does not work with zero #224

Added

Delete After Download export option (default true) #223

 public function setUp(): void
    {
        // ...
        ->showExportOption('download', ['excel', 'csv'], ['deleteAfterDownload' => true]);

v2.0.1

12 Jan 19:51
Compare
Choose a tag to compare

🛠️ Fix

#220 - undefined $row when defining a single button in header method

v2.0.0

01 Jan 21:54
Compare
Choose a tag to compare

Deprecation

In this version, AlpineJs ^3 is a requirement - deprecation to v2

Upgrade From V1


🛠️ Fix

  • powergrid:create - #191, #194, #199 (create based on default App\Models directory. enum field and directory)

  • layout improvements for Bootstrap5

  • resetPage() order

Added

New Contributors

Full Changelog: v1.5.1...v2.0.0