Skip to content

Releases: tiknil/wire-table

v1.5.2

07 Jun 08:26
f9237bd
Compare
Choose a tag to compare
  • fix: remove duplicated query when accessing paginatedData

V1.5.1

07 Jun 08:09
36b5060
Compare
Choose a tag to compare
  • feat: make paginatedData an accessible computed property

v1.5.0

10 May 08:51
2bb7374
Compare
Choose a tag to compare
  • Feat: support for pagination links on top of the table

v1.4.0

08 May 08:11
8fcba8c
Compare
Choose a tag to compare
  • Feat: Update support to Laravel 11

v1.3.0

26 Feb 14:47
Compare
Choose a tag to compare
  • Feat: Basic support for bulk selection
  • Renamed bootstrap theme references to bs (backward-compatible)

v1.2.0

31 Jan 15:45
Compare
Choose a tag to compare
  • Feat: Added global wiretable:reload event to reload tables data
  • Removed unused layout references

v1.1.2

29 Jan 16:21
Compare
Choose a tag to compare
  • Fix: use the proper view for simple pagination links

v1.1.1

15 Jan 08:49
Compare
Choose a tag to compare
  • Fix: JS error when changing sorting due to overlap between sortBy method and property

v1.1.0

11 Jan 16:58
Compare
Choose a tag to compare
  • 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

03 Jan 08:41
Compare
Choose a tag to compare
  • BREAKING: wire-table now requires livewire 3.0
  • BREAKING: ResetPageOnUpdate trait is now included by default