Skip to content

Commit e73ad11

Browse files
authored
Merge pull request #537 from rappasoft/develop
v1.20.1
2 parents 7f672d8 + aa96fbe commit e73ad11

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
44

55
## [Unreleased]
66

7+
## [1.20.1] - 2021-11-01
8+
9+
### Changed
10+
11+
- Fix bulk actions breaking change - https://github.com/rappasoft/laravel-livewire-tables/pull/535
12+
713
## [1.20.0] - 2021-10-25
814

915
### Added
@@ -554,7 +560,8 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
554560

555561
- Initial release
556562

557-
[Unreleased]: https://github.com/rappasoft/laravel-livewire-tables/compare/v1.20.0...development
563+
[Unreleased]: https://github.com/rappasoft/laravel-livewire-tables/compare/v1.20.1...development
564+
[1.20.1]: https://github.com/rappasoft/laravel-livewire-tables/compare/v1.19.3...v1.20.1
558565
[1.20.0]: https://github.com/rappasoft/laravel-livewire-tables/compare/v1.19.3...v1.20.0
559566
[1.19.3]: https://github.com/rappasoft/laravel-livewire-tables/compare/v1.19.2...v1.19.3
560567
[1.19.2]: https://github.com/rappasoft/laravel-livewire-tables/compare/v1.19.1...v1.19.2

src/DataTableComponent.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ public function render()
223223
'customFilters' => $this->filters(),
224224
'rows' => $this->rows,
225225
'modalsView' => $this->modalsView(),
226+
'bulkActions' => $this->bulkActions,
226227
]);
227228
}
228229

0 commit comments

Comments
 (0)