File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 88
99### [ Unreleased]
1010
11+ ### [ v9.15.1] - 2020-12-03
12+
13+ - Fix search pane builder instance when using eloquent. [ #2540 ]
14+
1115### [ v9.15.0] - 2020-11-28
1216
1317- PHP8 support [ #2536 ]
@@ -422,7 +426,8 @@ return (new CollectionDataTable(User::all())->toJson();
422426- Fix orderColumn api where related tables are not joined.
423427- Fix nested with relation search and sort function.
424428
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
426431[ v9.15.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.14.2...v9.15.0
427432[ v9.14.2 ] : https://github.com/yajra/laravel-datatables/compare/v9.14.1...v9.14.2
428433[ 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();
577582[ #2513 ] : https://github.com/yajra/laravel-datatables/pull/2513
578583[ #2535 ] : https://github.com/yajra/laravel-datatables/pull/2535
579584[ #2536 ] : https://github.com/yajra/laravel-datatables/pull/2536
585+ [ #2540 ] : https://github.com/yajra/laravel-datatables/pull/2540
580586
581587[ #1934 ] : https://github.com/yajra/laravel-datatables/issues/1934
582588[ #2091 ] : https://github.com/yajra/laravel-datatables/issues/2091
You can’t perform that action at this time.
0 commit comments