| 
2 | 2 | 
 
  | 
3 | 3 | All notable changes to `laravel-livewire-tables` will be documented in this file  | 
4 | 4 | 
 
  | 
 | 5 | + | 
 | 6 | +## [v3.6.0] - UNRELEASED  | 
 | 7 | + | 
 | 8 | +### Bug Fixes  | 
 | 9 | +- Ensure Default Sorting Is Shown in Pills by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/2138  | 
 | 10 | +- Filters  | 
 | 11 | +  - Find Filters Before Query by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/2143  | 
 | 12 | +  - Migrate Filter Code Appropriately by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/2146  | 
 | 13 | +  - Migrate Filter Status into Own Trait by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/2147  | 
 | 14 | + | 
 | 15 | +### Tweaks  | 
 | 16 | +- Enable InputAttributes for SelectFilter by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/2133  | 
 | 17 | +- Tidy ComponentUtilities, Migrate ColumnSelectQueryString by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/2135  | 
 | 18 | +- TH Fixes - Clean-up, efficiency, and Sort Icons fixes by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/2140  | 
 | 19 | +- Add hasCollapsedColumns as Computed by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/2141  | 
 | 20 | +- Tidy up Blade Class Definitions by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/2145  | 
 | 21 | +- Tidy ColumnSelectHelpers & displayToolbarFilters Method by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/2150  | 
 | 22 | +- Tidy & Improve Collapsed Columns Behaviour by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/2159  | 
 | 23 | +- Tidy computed properties behaviour by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/2160  | 
 | 24 | +- WithSearch Tweaks by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/2163  | 
 | 25 | +- Optimize Header/Footer by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/2164  | 
 | 26 | +- Clean up Column Component View and Slot behaviours by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/2169  | 
 | 27 | + | 
 | 28 | +### Testing  | 
 | 29 | +- Add Missing Test for getCustomSortingPillDirectionsLabel with invalid direction by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/2130  | 
 | 30 | +- Add Custom FIlter Input Attributes, Cleanup Filter Tests by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/2131  | 
 | 31 | +- Separate the Unit and Visuals Test Suites by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/2144  | 
 | 32 | +- Update PCOV Workflow by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/2148  | 
 | 33 | +- Add configurable area test by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/2149  | 
 | 34 | +- Add SortingConfiguration Missing Test by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/2151  | 
 | 35 | +- Add Missing Search Tests by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/2152  | 
 | 36 | +- Adjust SearchHelpersTest by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/2153  | 
 | 37 | +- Add test queryStringWithQueryString by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/2154  | 
 | 38 | +- Add missing tests by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/2157  | 
 | 39 | +- Add queryStringAliasTest by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/2161  | 
 | 40 | +- Migrate LivewireComponentColumn methods and add some missing basic tests by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/2168  | 
 | 41 | +- Add initial tests for LivewireComponentArrayFilter by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/2170  | 
 | 42 | + | 
5 | 43 | ## [v3.5.10] - 2024-12-11  | 
6 | 44 | ### Tweaks  | 
7 | 45 | - Migrate additional Styling into separate traits by @lrljoe in https://github.com/rappasoft/laravel-livewire-tables/pull/2127  | 
 | 
0 commit comments