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.17.0] - 2021-03-19
12+
13+ - feat(relations): add partial polymorphic support [ #2580 ]
14+
1115### [ v9.16.0] - 2021-03-19
1216
1317- Add set multi term on runtime [ #2585 ]
@@ -434,7 +438,8 @@ return (new CollectionDataTable(User::all())->toJson();
434438- Fix orderColumn api where related tables are not joined.
435439- Fix nested with relation search and sort function.
436440
437- [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.16.0...9.0
441+ [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.17.0...9.0
442+ [ v9.17.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.16.0...v9.17.0
438443[ v9.16.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.15.2...v9.16.0
439444[ v9.15.2 ] : https://github.com/yajra/laravel-datatables/compare/v9.15.1...v9.15.2
440445[ v9.15.1 ] : https://github.com/yajra/laravel-datatables/compare/v9.15.0...v9.15.1
@@ -594,6 +599,7 @@ return (new CollectionDataTable(User::all())->toJson();
594599[ #2536 ] : https://github.com/yajra/laravel-datatables/pull/2536
595600[ #2540 ] : https://github.com/yajra/laravel-datatables/pull/2540
596601[ #2585 ] : https://github.com/yajra/laravel-datatables/pull/2585
602+ [ #2580 ] : https://github.com/yajra/laravel-datatables/pull/2580
597603
598604[ #1934 ] : https://github.com/yajra/laravel-datatables/issues/1934
599605[ #2091 ] : https://github.com/yajra/laravel-datatables/issues/2091
You can’t perform that action at this time.
0 commit comments