Skip to content

Releases: rappasoft/laravel-livewire-tables

v3.7.3

03 May 02:26
74beb4c
Compare
Choose a tag to compare

[v3.7.3] - 2025-05-03

Bug Fixes

  • Interim fix for Livewire Component Columns to mitigate core Livewire bug by @lrljoe in #2258

v3.7.2

03 May 00:24
cf8273c
Compare
Choose a tag to compare

[v3.7.2] - 2025-05-03

Bug Fixes

  • Improved Pagination UX for Bootstrap 4 by @daniel-skopek in #2251
  • Fixes for livewire component column by @lrljoe in #2245
  • Boolean filter for bootstrap by @lrljoe in #2244
  • Update IsNumericFilter.php by @G4Zz0L1 in #2230
  • Fixed collapsed function bug with tailwind CSS on mobile version by CarlosChub27 in #2228

New Features

Tweaks

v3.7.1

28 Feb 23:31
a863732
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.7.0...v3.7.1

v3.7.0

28 Feb 01:33
0036a9a
Compare
Choose a tag to compare

[v3.7.0] - 2025-02-27

Bug Fixes

New Features

Tweaks

Full Changelog: v3.6.0...v3.7.0

v3.6.0

16 Jan 23:46
28cc21a
Compare
Choose a tag to compare

[v3.6.0] - 16/01/2025

Bug Fixes

Tweaks

  • Enable InputAttributes for SelectFilter by @lrljoe in #2133
  • Tidy ComponentUtilities, Migrate ColumnSelectQueryString by @lrljoe in #2135
  • TH Fixes - Clean-up, efficiency, and Sort Icons fixes by @lrljoe in #2140
  • Add hasCollapsedColumns as Computed by @lrljoe in #2141
  • Tidy up Blade Class Definitions by @lrljoe in #2145
  • Tidy ColumnSelectHelpers & displayToolbarFilters Method by @lrljoe in #2150
  • Tidy & Improve Collapsed Columns Behaviour by @lrljoe in #2159
  • Tidy computed properties behaviour by @lrljoe in #2160
  • WithSearch Tweaks by @lrljoe in #2163
  • Optimize Header/Footer by @lrljoe in #2164
  • Clean up Column Component View and Slot behaviours by @lrljoe in #2169
  • Adjustments for ComponentColumn - cleaning up behaviours by @lrljoe in #2173

Testing

Full Changelog: v3.5.10...v3.6.0

v3.5.10

11 Dec 01:59
692d780
Compare
Choose a tag to compare

[v3.5.10] - 2024-12-11

Tweaks

  • Migrate additional Styling into separate traits by @lrljoe in #2127

v3.5.9

11 Dec 01:15
1c8a7fb
Compare
Choose a tag to compare

What's Changed

v3.5.8

10 Dec 20:52
20a74a6
Compare
Choose a tag to compare

[v3.5.8] - 2024-12-10

New Features

  • Set bulk action row button attributes by @lrljoe in #2117
  • Add setFilterSlidedownWrapperAttributes and setFilterSlidedownRowAttributes by @lrljoe in #2120

Bug Fixes

  • Respect setDisplayPaginationDetailsDisabled for unpaginated tables by @lrljoe in #2119

Localisation

Testing

v3.5.7

01 Dec 03:56
a28d2d8
Compare
Choose a tag to compare

[v3.5.7] - 2024-12-01

New Features

Tweaks

  • Remove View TypeHinting in blades due to reported errors by @lrljoe in #2097

Blades

  • Remove $component from blades to improve performance by @lrljoe in #2098

Testing

v3.5.6

28 Nov 00:43
72db36d
Compare
Choose a tag to compare

[v3.5.6] - 2024-11-28

New Features

Tweaks

Testing