Releases: rappasoft/laravel-livewire-tables
Releases · rappasoft/laravel-livewire-tables
v3.6.0
[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
- Add Missing Test for getCustomSortingPillDirectionsLabel with invalid direction by @lrljoe in #2130
- Add Custom FIlter Input Attributes, Cleanup Filter Tests by @lrljoe in #2131
- Separate the Unit and Visuals Test Suites by @lrljoe in #2144
- Update PCOV Workflow by @lrljoe in #2148
- Add configurable area test by @lrljoe in #2149
- Add SortingConfiguration Missing Test by @lrljoe in #2151
- Add Missing Search Tests by @lrljoe in #2152
- Adjust SearchHelpersTest by @lrljoe in #2153
- Add test queryStringWithQueryString by @lrljoe in #2154
- Add missing tests by @lrljoe in #2157
- Add queryStringAliasTest by @lrljoe in #2161
- Migrate LivewireComponentColumn methods and add some missing basic tests by @lrljoe in #2168
- Add initial tests for LivewireComponentArrayFilter by @lrljoe in #2170
- Improve centralisation of tests by @lrljoe in #2172
Full Changelog: v3.5.10...v3.6.0
v3.5.10
v3.5.9
v3.5.8
[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
Localisation
- Added neccessary files for Farsi translation by @AmirMehrabi in #2100
Testing
- Workflow Adjustments by @lrljoe in #2108
- Add extra Search Lazy Tests by @lrljoe in #2107
- Restore Missing Lazy Search Tests by @lrljoe in #2106
- Ignore WithEvents Coverage by @lrljoe in #2105
- Add missing tests for WithCustomisations by @lrljoe in #2104
- Add missing LivewireComponentFilterTest and BooleanFilterTest by @lrljoe in #2121
v3.5.7
[v3.5.7] - 2024-12-01
New Features
Tweaks
Blades
Testing
v3.5.6
v3.5.5
What's Changed
- Fix date range filter default value by @edwinvdpol in #2082
New Contributors
- @edwinvdpol made their first contribution in #2082
Full Changelog: v3.5.4...v3.5.5
v3.5.4
[v3.5.4] - 2024-11-21
Bug Fixes
- Allow JSON and PHP type localisations by @lrljoe in #2071
- Allow lazy loading of tables by @lrljoe in #2072
Testing
- RemoveConfigFileFromCoverage by @lrljoe in #2080
- Test for ViewComponentColumn - Cannot return non-array attributes by @lrljoe in #2078
- BooleanFilter - Add Tests for Null in IsEmpty and Validate by @lrljoe in #2077
- Add Attributes Check For ViewComponentColumn by @lrljoe in #2076
- Add ViewComponentColumn label test by @lrljoe in #2075
- Add ColorColumnTests by @lrljoe in #2074
v3.5.3
[v3.5.3] - 2024-11-18
Bug Fixes
- FixSetDefaultPerPage by @lrljoe in #2067
- Fix BooleanColumn unexpected truthy behaviour by @lrljoe in #2066
- Adjustment for DateRangeFilter by @lrljoe in #2064
Testing
- Adjust SessionStorageHelpersTest by @lrljoe in #2065
- Add updatedSelectedColumns test for Event by @lrljoe in #2060
- Add test for FilterApplied Event being dispatched by @lrljoe in #2059
- Add Simple updatedSearch tests by @lrljoe in #2058
- Add test for No Columns defined - throws correct Exception by @lrljoe in #2057