Skip to content

Commit e9ca340

Browse files
committed
Changelog
1 parent c9aad66 commit e9ca340

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,30 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
44

55
## [Unreleased]
66

7+
## [1.6.0] - 2021-05-04
8+
79
### Added
810

911
- Added Unselect All button on bulk row when selecting page.
1012
- Added disabled delay on select checkboxes.
1113
- Added disabled on bulk row button clicks.
1214
- 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
1318

1419
### Changed
1520

1621
- 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.".
1722
- 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
1831

1932
## [1.5.1] - 2021-05-02
2033

@@ -310,7 +323,8 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
310323

311324
- Initial release
312325

313-
[Unreleased]: https://github.com/rappasoft/laravel-livewire-tables/compare/v1.5.1...development
326+
[Unreleased]: https://github.com/rappasoft/laravel-livewire-tables/compare/v1.6.0...development
327+
[1.6.0]: https://github.com/rappasoft/laravel-livewire-tables/compare/v1.4.0...v1.6.0
314328
[1.5.1]: https://github.com/rappasoft/laravel-livewire-tables/compare/v1.4.0...v1.5.1
315329
[1.5.0]: https://github.com/rappasoft/laravel-livewire-tables/compare/v1.4.0...v1.5.0
316330
[1.4.0]: https://github.com/rappasoft/laravel-livewire-tables/compare/v1.3.1...v1.4.0

0 commit comments

Comments
 (0)