-
-
Notifications
You must be signed in to change notification settings - Fork 360
Filter Rationalisation & Livewire Array Filter improvements #2191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filter Rationalisation & Livewire Array Filter improvements #2191
Conversation
Codecov ReportAttention: Patch coverage is
❌ Your patch check has failed because the patch coverage (55.96%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## development #2191 +/- ##
=================================================
- Coverage 91.50% 90.04% -1.47%
- Complexity 2018 2104 +86
=================================================
Files 228 237 +9
Lines 4544 4701 +157
=================================================
+ Hits 4158 4233 +75
- Misses 386 468 +82 ☔ View full report in Codecov by Sentry. |
Requires:
|
…, and reverting away from computed properties for the theme determination
This PR migrates majority of pills into an AlpineJS function. To-Do prior to release is:
|
## [v3.7.0] - 2025-02-27 ### Bug Fixes - Filters urgent fixes - correct Filter Default QueryString by @lrljoe in #2188 - Fix Search Field in bootstrap by @yparitcher in #2183 - Add "after-tools" configurable area by @lrljoe in #2180 ### New Features - Add setFilterPillTitleAsHtml by @lrljoe in #2204 - Enable setting styles for sorting pills as a configuration by @HussamAlhennawi in #2179 - Enable setting styles for filter pills as a configuration by @HussamAlhennawi in #2178 - Enable setting styles for column select as a configuration by @HussamAlhennawi in #2175 - BulkActionTweaks - Adding default checkbox, customising attribute behaviours by @lrljoe in #2203 - Laravel v12 Support by @lrljoe in #2217 ### Tweaks - Tweak for text pill title by @lrljoe in #2206 - Tweak Return Types by @lrljoe in #2205 - Migrate Column/Filter Traits by @lrljoe in #2202 - Filter Rationalisation & Livewire Array Filter improvements by @lrljoe in #2191 - Move Filter View Traits by @lrljoe in #2189 - Filter Trait - Reorganization by @lrljoe in #2181
This is a significant re-write of how Livewire Array Filters behave, utilising client-side methods to synchronise Pills to mitigate larger lifecycle events.
This also rationalises some of the codebase into sensible locations.
All Submissions:
New Feature Submissions:
Changes to Core Features: