File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### [ Unreleased]
10
10
11
+ ### [ v9.15.1] - 2020-12-03
12
+
13
+ - Fix search pane builder instance when using eloquent. [ #2540 ]
14
+
11
15
### [ v9.15.0] - 2020-11-28
12
16
13
17
- PHP8 support [ #2536 ]
@@ -422,7 +426,8 @@ return (new CollectionDataTable(User::all())->toJson();
422
426
- Fix orderColumn api where related tables are not joined.
423
427
- Fix nested with relation search and sort function.
424
428
425
- [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.15.0...9.0
429
+ [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.15.1...9.0
430
+ [ v9.15.1 ] : https://github.com/yajra/laravel-datatables/compare/v9.15.0...v9.15.1
426
431
[ v9.15.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.14.2...v9.15.0
427
432
[ v9.14.2 ] : https://github.com/yajra/laravel-datatables/compare/v9.14.1...v9.14.2
428
433
[ v9.14.1 ] : https://github.com/yajra/laravel-datatables/compare/v9.14.0...v9.14.1
@@ -577,6 +582,7 @@ return (new CollectionDataTable(User::all())->toJson();
577
582
[ #2513 ] : https://github.com/yajra/laravel-datatables/pull/2513
578
583
[ #2535 ] : https://github.com/yajra/laravel-datatables/pull/2535
579
584
[ #2536 ] : https://github.com/yajra/laravel-datatables/pull/2536
585
+ [ #2540 ] : https://github.com/yajra/laravel-datatables/pull/2540
580
586
581
587
[ #1934 ] : https://github.com/yajra/laravel-datatables/issues/1934
582
588
[ #2091 ] : https://github.com/yajra/laravel-datatables/issues/2091
You can’t perform that action at this time.
0 commit comments