File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### [ Unreleased]
10
10
11
+ ### [ v9.17.2] - 2021-04-12
12
+
13
+ - Remove unnecessary wrap to avoid performance issues #2608 .
14
+ - Fixes #1928 .
15
+
11
16
### [ v9.17.1] - 2021-03-23
12
17
13
18
- Fix morph relation support with multi level relations. #2588 #2590
@@ -444,7 +449,8 @@ return (new CollectionDataTable(User::all())->toJson();
444
449
- Fix orderColumn api where related tables are not joined.
445
450
- Fix nested with relation search and sort function.
446
451
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
448
454
[ v9.17.1 ] : https://github.com/yajra/laravel-datatables/compare/v9.17.0...v9.17.1
449
455
[ v9.17.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.16.0...v9.17.0
450
456
[ 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