Releases: rappasoft/laravel-livewire-tables
Releases · rappasoft/laravel-livewire-tables
v1.12.0
v1.11.0
Added
Changed
- Increased minimum Livewire version
- Added default empty message to lang file.
- Fix people messing with sort direction from URL
- Check to make sure column exists before sorting
- Removed ability to alter per page dropdown select to bypass allowed values.
v1.10.4
v1.10.3
v1.10.2
v1.10.1
v1.10.0
v1.9.0
This release requires re-publishing of assets.
Added
Changed
- Replaced bootstrap dropdowns with Alpine on bootstrap themes which fixes them closing prematurely when selecting filters.
- Added wrapping divs around needed
if
statements. - Fixed Bootstrap pagination DOM-diffing issues.
v1.8.0
Added
- Actual default sorting
- Added place to put modals in the scope of the component
- Added
setTableRowClass
,setTableRowId
,setTableRowAttributes
,setTableDataClass
,setTableDataId
,setTableDataAttributes
methods to modify cells and rows depending on data for non-custom rows.