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.2] - 2021-04-12
12+
13+ - Remove unnecessary wrap to avoid performance issues #2608 .
14+ - Fixes #1928 .
15+
1116### [ v9.17.1] - 2021-03-23
1217
1318- Fix morph relation support with multi level relations. #2588 #2590
@@ -444,7 +449,8 @@ return (new CollectionDataTable(User::all())->toJson();
444449- Fix orderColumn api where related tables are not joined.
445450- Fix nested with relation search and sort function.
446451
447- [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.17.1...9.0
452+ [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.17.2...9.0
453+ [ v9.17.2 ] : https://github.com/yajra/laravel-datatables/compare/v9.17.1...v9.17.2
448454[ v9.17.1 ] : https://github.com/yajra/laravel-datatables/compare/v9.17.0...v9.17.1
449455[ v9.17.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.16.0...v9.17.0
450456[ v9.16.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.15.2...v9.16.0
You can’t perform that action at this time.
0 commit comments