File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
4
4
5
5
## [ Unreleased]
6
6
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
+
7
13
## [ 1.20.0] - 2021-10-25
8
14
9
15
### Added
@@ -554,7 +560,8 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
554
560
555
561
- Initial release
556
562
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
558
565
[ 1.20.0 ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v1.19.3...v1.20.0
559
566
[ 1.19.3 ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v1.19.2...v1.19.3
560
567
[ 1.19.2 ] : https://github.com/rappasoft/laravel-livewire-tables/compare/v1.19.1...v1.19.2
Original file line number Diff line number Diff line change @@ -223,6 +223,7 @@ public function render()
223
223
'customFilters ' => $ this ->filters (),
224
224
'rows ' => $ this ->rows ,
225
225
'modalsView ' => $ this ->modalsView (),
226
+ 'bulkActions ' => $ this ->bulkActions ,
226
227
]);
227
228
}
228
229
You can’t perform that action at this time.
0 commit comments