Skip to content

Releases: Power-Components/livewire-powergrid

v2.4.11

18 May 15:11
bdcc153
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.10...v2.4.11

v2.4.10

15 May 07:51
3e32b0b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.9...v2.4.10

v2.4.9

12 May 21:19
5ad3646
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.8...v2.4.9

v2.4.8

10 May 23:04
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.7...v2.4.8

v2.4.7

21 Apr 11:20
d85c361
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.6...v2.4.7

v2.4.6

20 Apr 00:41
Compare
Choose a tag to compare
  • Fix bug - resets the page when searching

v2.4.5

11 Apr 22:53
Compare
Choose a tag to compare

What's Changed

  • The class attribute is not rendered correctly by @d4rkstar in #383
  • Duplicate checkboxValues array when selecting all by @luanfreitasdev
  • When line marked as hidden using Action Rules was showing in checkboxValues by @luanfreitasdev
  • Correct import from flatpickr to powergrid-demo by @luanfreitasdev

New Contributors

Full Changelog: v2.4.4...v2.4.5

v2.4.4

09 Apr 22:47
07bed49
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.3...v2.4.4

v2.4.3

05 Apr 23:24
Compare
Choose a tag to compare

THIS UPDATE REQUIRES YOU TO CHANGE YOUR config/livewire-powergrid.php:

Rename flat_piker to flatpickr

 'plugins' => [
        // ...
        'flatpickr' => [
         // ...
  • Fix flatpickr locale
  • Add table->divClass and table->divStyle to manipulate a div above
  • Add trFiltersClass and trFiltersStyle to manipulate a filter tr
  • Fix page alignment when you don't have per Page Values to show

v2.4.2

02 Apr 23:43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.4.1...v2.4.2