File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 8
8
9
9
### [ Unreleased]
10
10
11
+ ### [ v9.21.2] - 2022-07-12
12
+
13
+ - Fix HasOneThrough (added tests) #2816
14
+ - Fix #2738
15
+
11
16
### [ v9.21.1] - 2022-06-22
12
17
13
18
- Fix sorting and pagination on empty records #2803
@@ -502,8 +507,8 @@ return (new CollectionDataTable(User::all())->toJson();
502
507
- Fix orderColumn api where related tables are not joined.
503
508
- Fix nested with relation search and sort function.
504
509
505
- [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.21.1 ...9.0
506
- [ v9.21.1 ] : https://github.com/yajra/laravel-datatables/compare/v9.21.0 ...v9.21.1
510
+ [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.21.2 ...9.0
511
+ [ v9.21.2 ] : https://github.com/yajra/laravel-datatables/compare/v9.21.1 ...v9.21.2
507
512
[ v9.21.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.20.0...v9.21.0
508
513
[ v9.20.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.19.1...v9.20.0
509
514
[ v9.19.1 ] : https://github.com/yajra/laravel-datatables/compare/v9.19.1...v9.19.1
You can’t perform that action at this time.
0 commit comments