Skip to content

Releases: Power-Components/livewire-powergrid

v1.4.4

07 Nov 19:19
de9be76
Compare
Choose a tag to compare

🛠️ Fixes

  • added parameter to specify the column that will be ordered in case of table joins -
    E.g: ->sortable('categories.name') - See more

🔥 New Translation

  • added yoruba translation file #113

v1.4.3

06 Nov 12:35
Compare
Choose a tag to compare

🛠️ Fixes

  • outside filter #96
  • add outside filters boolean and text #96
  • enabled filters automatically cleared when filter is empty
  • add table name on sortField - #111
  • add alpinev2 alert on console

v1.4.2

04 Nov 20:46
2e9eb78
Compare
Choose a tag to compare

🛠️ Fixes

  • Prefixes table name on search columns (join) - #109

v1.4.1

04 Nov 17:42
Compare
Choose a tag to compare

🛠️ Fixes

  • Layouts improvements
  • Temporarily removed inputMultiSelect from demo
  • Pagination Issue with filtering - #108
  • Query count duplicated

v1.4.0

02 Nov 21:45
bb73952
Compare
Choose a tag to compare

⚡️ PowerGrid 1.4 Released! ⚡️

📺 Laravel daily Quick Datatable Package

🔥 New Features

🛠️ Fixes

  • table sortBy - #99
  • Fix Spanish translation - #97
  • orderBy string numbers - #86
  • Removed ‘outside’ filter temporarily from boostrap5 - #96
  • editOnClick - update without refresh - #93
  • Friendly alert on Tailwind Forms - #101

editOnClick:

139909393-a668a349-dfa8-42b5-8a33-98fcd221f172
:

v1.3.6

29 Oct 13:17
Compare
Choose a tag to compare

Fixes

  • sorBy column not found quando uma coluna é customizada, exemplo:
->addColumn('produced_at_formatted', function (Dish $dish) {
   return Carbon::parse($dish->produced_at)->format('d/m/Y');
})

v1.3.5

26 Oct 21:59
Compare
Choose a tag to compare

Fixes

  • Empty table row has been removed
  • Fixed addition of templates per component
  • wire:key was calling by default the 'id' column in collection components

v1.3.4

22 Oct 21:54
Compare
Choose a tag to compare

Fixes

  • multi select - (only bootstrap 5 theme)
  • remove uppercase on filters
  • add updatedPage

v1.3.3

13 Oct 17:32
Compare
Choose a tag to compare

Fixes:

  • $class is undefined on select component - 81
  • added FilterSelectTest

v1.3.2

10 Oct 16:40
Compare
Choose a tag to compare

Fixes:

  • added readonly on multi-select
  • added alert event on demo
  • centralize laravel path in function (tests)