File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 88
99### [ Unreleased]
1010
11+ ### [ v9.17.1] - 2021-03-23
12+
13+ - Fix morph relation support with multi level relations. #2588 #2590
14+ - Fix tests and doc blocks. #2586
15+ - Fixes #2587 , #2589 , #2580
16+
1117### [ v9.17.0] - 2021-03-19
1218
1319- feat(relations): add partial polymorphic support [ #2580 ]
@@ -438,7 +444,8 @@ return (new CollectionDataTable(User::all())->toJson();
438444- Fix orderColumn api where related tables are not joined.
439445- Fix nested with relation search and sort function.
440446
441- [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.17.0...9.0
447+ [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.17.1...9.0
448+ [ v9.17.1 ] : https://github.com/yajra/laravel-datatables/compare/v9.17.0...v9.17.1
442449[ v9.17.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.16.0...v9.17.0
443450[ v9.16.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.15.2...v9.16.0
444451[ v9.15.2 ] : https://github.com/yajra/laravel-datatables/compare/v9.15.1...v9.15.2
You can’t perform that action at this time.
0 commit comments