File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 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.20.0] - 2022-22-09
11
+ ### [ v9.21.0] - 2022-06-21
12
+
13
+ - Add support for dependency injection when using closure. #2521
14
+
15
+ ### [ v9.20.0] - 2022-05-09
12
16
13
17
- Added orthogonal sort and filter for collection #2380
14
18
@@ -494,7 +498,8 @@ return (new CollectionDataTable(User::all())->toJson();
494
498
- Fix orderColumn api where related tables are not joined.
495
499
- Fix nested with relation search and sort function.
496
500
497
- [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.20.0...9.0
501
+ [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.21.0...9.0
502
+ [ v9.21.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.20.0...v9.21.0
498
503
[ v9.20.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.19.1...v9.20.0
499
504
[ v9.19.1 ] : https://github.com/yajra/laravel-datatables/compare/v9.19.1...v9.19.1
500
505
[ v9.19.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.18.2...v9.19.0
You can’t perform that action at this time.
0 commit comments