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.14.1] - 2020-11-11
12+
13+ - Fix resolution of custom search pane query builder. [ #2513 ]
14+
1115### [ v9.14.0] - 2020-11-03
1216
1317- Add column formatter. [ #2193 ]
@@ -409,7 +413,8 @@ return (new CollectionDataTable(User::all())->toJson();
409413- Fix orderColumn api where related tables are not joined.
410414- Fix nested with relation search and sort function.
411415
412- [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.14.0...9.0
416+ [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.14.1...9.0
417+ [ v9.14.1 ] : https://github.com/yajra/laravel-datatables/compare/v9.14.0...v9.14.1
413418[ v9.14.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.13.0...v9.14.0
414419[ v9.13.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.12.0...v9.13.0
415420[ v9.12.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.11.1...v9.12.0
@@ -558,6 +563,7 @@ return (new CollectionDataTable(User::all())->toJson();
558563[ #2481 ] : https://github.com/yajra/laravel-datatables/pull/2481
559564[ #2475 ] : https://github.com/yajra/laravel-datatables/pull/2475
560565[ #2193 ] : https://github.com/yajra/laravel-datatables/pull/2193
566+ [ #2513 ] : https://github.com/yajra/laravel-datatables/pull/2513
561567
562568[ #1934 ] : https://github.com/yajra/laravel-datatables/issues/1934
563569[ #2091 ] : https://github.com/yajra/laravel-datatables/issues/2091
You can’t perform that action at this time.
0 commit comments