Skip to content

Releases: rappasoft/laravel-livewire-tables

v1.10.2

21 Jun 15:06
3cc70b5
Compare
Choose a tag to compare

v1.10.1

21 Jun 02:32
4ab0e49
Compare
Choose a tag to compare

Changed

  • Fixed Tailwind column popup on reorder

v1.10.0

20 Jun 18:37
1c83a63
Compare
Choose a tag to compare

v1.9.0

15 Jun 17:39
210a87b
Compare
Choose a tag to compare

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

06 Jun 17:03
a840e41
Compare
Choose a tag to compare

Added

Changed

v1.7.1

31 May 14:58
d03b95c
Compare
Choose a tag to compare

v1.7.0

19 May 03:06
3482038
Compare
Choose a tag to compare

v1.6.1

14 May 00:10
ecc21d1
Compare
Choose a tag to compare

v1.6.0

04 May 19:01
5eccc56
Compare
Choose a tag to compare

Added

  • Added Unselect All button on bulk row when selecting page.
  • Added disabled delay on select checkboxes.
  • Added disabled on bulk row button clicks.
  • Added missing showPagination conditional to views.
  • Added getFilters and getFiltersWithoutSearch methods and refactor views.
  • Added checkFilters method and refactor mountWithFilters
  • Added hasIntegerKeys method

Changed

  • When selecting a page, if there are the same selected as total rows, just show the amount of selected instead of showing "Selecting 1 row. Do you want to select all 1 rows.".
  • Move bulk select row to its own partial for all templates.
  • Moved updatedFilters from WithSearch to WithFilters
  • Refactor hasFilter to support numeric keys
  • Refactor getFilter to support numeric keys
  • Refactor getFilterOptions to support numeric keys

Removed

  • Removed updatingFilters from WithFilters

v1.5.1

02 May 15:46
e2a62ec
Compare
Choose a tag to compare

Added

  • Added clear search method.

Changed

  • Changed resetAll method to include search and page and moved to parent component.
  • Refactored search method to use new resetSearch.