You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+15-1
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,30 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
4
4
5
5
## [Unreleased]
6
6
7
+
## [1.6.0] - 2021-05-04
8
+
7
9
### Added
8
10
9
11
- Added Unselect All button on bulk row when selecting page.
10
12
- Added disabled delay on select checkboxes.
11
13
- Added disabled on bulk row button clicks.
12
14
- Added missing showPagination conditional to views.
15
+
- Added getFilters and getFiltersWithoutSearch methods and refactor views.
16
+
- Added checkFilters method and refactor mountWithFilters
17
+
- Added hasIntegerKeys method
13
18
14
19
### Changed
15
20
16
21
- When selecting a page, if there are the same selected as total rows, just show the amount of selected instead of showing "Selecting 1 row. Do you want to select all 1 rows.".
17
22
- Move bulk select row to its own partial for all templates.
23
+
- Moved updatedFilters from WithSearch to WithFilters
24
+
- Refactor hasFilter to support numeric keys
25
+
- Refactor getFilter to support numeric keys
26
+
- Refactor getFilterOptions to support numeric keys
27
+
28
+
### Removed
29
+
30
+
- Removed updatingFilters from WithFilters
18
31
19
32
## [1.5.1] - 2021-05-02
20
33
@@ -310,7 +323,8 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
0 commit comments