Releases: rappasoft/laravel-livewire-tables
Releases Β· rappasoft/laravel-livewire-tables
v2.1.1
Added
- Turkish Translation - #686
- Added missing table row click functionality
- Added ability to mark column as unclickable if you need a cell to have another clickable element with clickable rows turned on.
Changed
- Update filter docs - #691
- Update getTdAttributes to take 4th missing argument
- Add filters in the config section - #709
- Update some docs formatting
v1.25.0
Added
- Added missing row wire:click to BS4/5 - #658
- Added Turkmen Localization - #666
- Added filters text color for dark mode in tailwind theme - #668
- Added Catalan translation - #673
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