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 8
8
9
9
### [ Unreleased]
10
10
11
+ ### [ v9.11.0] - 2020-09-09
12
+
13
+ - Add support for Laravel 8. [ #2457 ] by [ @lloricode ]
14
+
11
15
### [ v9.10.2] - 2020-06-17
12
16
13
17
- Escape row in data processor also accepts Htmlable [ #2414 ] , credits to [ @edwwaarrdd ] .
@@ -385,7 +389,8 @@ return (new CollectionDataTable(User::all())->toJson();
385
389
- Fix orderColumn api where related tables are not joined.
386
390
- Fix nested with relation search and sort function.
387
391
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
389
394
[ v9.10.2 ] : https://github.com/yajra/laravel-datatables/compare/v9.10.1...v9.10.2
390
395
[ v9.10.1 ] : https://github.com/yajra/laravel-datatables/compare/v9.10.0...v9.10.1
391
396
[ 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