File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 88
99### [ Unreleased]
1010
11+ ### [ v9.11.0] - 2020-09-09
12+
13+ - Add support for Laravel 8. [ #2457 ] by [ @lloricode ]
14+
1115### [ v9.10.2] - 2020-06-17
1216
1317- Escape row in data processor also accepts Htmlable [ #2414 ] , credits to [ @edwwaarrdd ] .
@@ -385,7 +389,8 @@ return (new CollectionDataTable(User::all())->toJson();
385389- Fix orderColumn api where related tables are not joined.
386390- Fix nested with relation search and sort function.
387391
388- [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.10.2...9.0
392+ [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.11.0...9.0
393+ [ v9.11.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.10.2...v9.11.0
389394[ v9.10.2 ] : https://github.com/yajra/laravel-datatables/compare/v9.10.1...v9.10.2
390395[ v9.10.1 ] : https://github.com/yajra/laravel-datatables/compare/v9.10.0...v9.10.1
391396[ v9.10.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.9.0...v9.10.0
You can’t perform that action at this time.
0 commit comments