Releases: tiknil/wire-table
Releases · tiknil/wire-table
v1.5.2
- fix: remove duplicated query when accessing paginatedData
V1.5.1
- feat: make paginatedData an accessible computed property
v1.5.0
- Feat: support for pagination links on top of the table
v1.4.0
- Feat: Update support to Laravel 11
v1.3.0
- Feat: Basic support for bulk selection
- Renamed bootstrap theme references to bs (backward-compatible)
v1.2.0
- Feat: Added global
wiretable:reload
event to reload tables data
- Removed unused layout references
v1.1.2
- Fix: use the proper view for simple pagination links
v1.1.1
- Fix: JS error when changing sorting due to overlap between sortBy method and property
v1.1.0
- BREAKING: ResetPageOnUpdate is not included by default, but it's automatically added when using the artisan
make:wiretable
command
- Fix: updated the stub namespace to the new Livewire v3 default namespace
- Fix: updated PHP and Laravel dependencies according to new livewire requirements
v1.0.0
- BREAKING: wire-table now requires livewire 3.0
- BREAKING: ResetPageOnUpdate trait is now included by default