Releases: rappasoft/laravel-livewire-tables
Releases · rappasoft/laravel-livewire-tables
v1.24.0
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.22.0
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
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
Changed
- Fix bulk actions breaking change - #535
v1.20.0
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.2
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
Changed
- Fixed table target default
v1.19.0
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