Added
-
AlpineJS Variable for Toolbar Dropdowns to force the dropdown to remain open - childElementOpen - #1076
-
Added Custom Column Slug method setCustomSlug('') allowing Columns to use non-roman characters in the Column Title - #1088
-
Eager loading so anyone can load any type of relationship - #943
-
Improved visibility of active page in pagination - #1096
-
Pagination methods
- Retrieve currently displayed IDs - getPerPageDisplayedItemIds()
- Retrieve number of records currently displayed - getPerPageDisplayedItemCount()
- Public variables for the above #1136
-
Filter Changes - #1129
- Custom Filter Pill Blades per Filter component (setFilterPillBlade()) - #1107
- Custom Filter Label Blades per Filter component (setCustomFilterLabel()) - #1110
- Filter positioning options when using slide-down - #1108
- Set the row per Filter component (setFilterSlidedownRow())
- Set the colspan per Filter component (setFilterSlidedownColspan())
Changed
-
Filters
- Fix - enabled re-use of Filters in Secondary Header/Footer, fixing issue where the filter remains visible after deselecting the Column- #1108
- Fix - restrict AppliedFilters to only return non-empty - preventing default values from setting the filter #1080
- Minor - added ID to Filter Wrapper allowing for easier targeting in blades/AlpineJS - #1087
-
Workflow Changes
-
Testing