Skip to content

Releases: rappasoft/laravel-livewire-tables

v1.24.0

13 Feb 17:12
3836d7f
Compare
Choose a tag to compare

Added

  • Russian Localization - #633
  • Portuguese Localization - #619

Changed

  • Fixed white border in dark mode - #621
  • Removed text-left to use default - #620
  • Fixed bulk select query - #632
  • Temp fix for dropdowns not working after sorting - #643

v1.23.0

12 Feb 04:06
0ed99ee
Compare
Choose a tag to compare

Laravel 9 Support

v1.22.0

21 Jan 05:01
6de8a14
Compare
Choose a tag to compare

Added

  • Added Datetime filter - #585
  • Added wire:click to rows - #591
  • Added button type to mobile paginate buttons - #595
  • Added column generation to make command - #611

Changed

  • Updated some ES translations - #577
  • Updated some AR translations - #580
  • Add page name when resetting page - #590

v1.21.0

21 Nov 03:44
5ec4a23
Compare
Choose a tag to compare

Added

  • Added Chinese translation - #540
  • Added 'select all' checkbox for multiselect filters - #551
  • Added attributes to filters - #558
  • Added 4th option for pills fallback value - #538

Changed

  • Removed excess left padding on Bootstrap 5 form check on multiselect filters.
  • Patch bulk actions random wire:key - #557

v1.20.1

02 Nov 03:21
e73ad11
Compare
Choose a tag to compare

Changed

  • Fix bulk actions breaking change - #535

v1.20.0

26 Oct 00:11
7f672d8
Compare
Choose a tag to compare

Added

  • Singular row translation - #526

Changed

  • Fixed bulk actions dropdown on Bootstrap - #519
  • Fixed bulk row/select with pagination off - #510
  • Conditionally show cursor-pointer class instead of inline style - #529

v1.19.3

25 Oct 13:12
cd08fdf
Compare
Choose a tag to compare

Changed

  • Fix bulk actions - #517

v1.19.2

15 Oct 23:45
9efff63
Compare
Choose a tag to compare

Added

  • German translation - #502

Changed

  • Extracts just the field name from primaryKey - #506
  • Update BS4 pagination - #507
  • Update minimum Livewire version to 2.6

v1.19.1

15 Oct 02:07
682840c
Compare
Choose a tag to compare

Changed

  • Fixed table target default

v1.19.0

15 Oct 01:53
a52839d
Compare
Choose a tag to compare

Added

  • Thai translation - #491
  • Italian translation - #493
  • Added getTableRowUrlTarget to set row click target based on the row
  • Add custom class to table - #495

Changed

  • Fix removing a multiselect filter - #494