All notable changes to wire-table will be documented in this file
- BREAKING: wire-table now requires livewire 4.0
- feat: Update support to Laravel 12
- fix: pagination for the bs4 theme did not support livewire 3
- fix: remove duplicated query when accessing paginatedData
- feat: make paginatedData an accessible computed property
- feat: support for pagination links on top of the table
- feat: Update support to Laravel 11
- Feat: Basic support for bulk selection
- Renamed bootstrap theme references to bs (backward-compatible)
- Feat: Added global wiretable:reload event to reload tables data
- Removed unused layout references
- Fix: use the proper view for simple pagination links
- Fix: JS error when changing sorting due to overlap between sortBy method and property
- BREAKING: ResetPageOnUpdate is not included by default, but it's automatically added when using the
artisan
make:wiretablecommand - Fix: updated the stub namespace to the new Livewire v3 default namespace
- Fix: updated PHP and Laravel dependencies according to new livewire requirements
- BREAKING: wire-table now requires livewire 3.0
- BREAKING: ResetPageOnUpdate trait is now included by default (reversed in v1.1.0)
- Fix: updated import syntax for Srt helper
I made a mess while publishing the hotfix to version 0.3.1. I'm skipping directly to v0.3.2 to fix everythig
- Feature: Added support for table data persistence in the laravel session
- Feature: Added support for rendering a custom layout around the table
- Removed
renderBeforeandrenderAftermethods
- Feature: Added
dateFormatparameter to the column definition to override the default config - Improved documentation
- Initial release