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 8
8
9
9
### [ Unreleased]
10
10
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
+
11
17
### [ v9.17.0] - 2021-03-19
12
18
13
19
- feat(relations): add partial polymorphic support [ #2580 ]
@@ -438,7 +444,8 @@ return (new CollectionDataTable(User::all())->toJson();
438
444
- Fix orderColumn api where related tables are not joined.
439
445
- Fix nested with relation search and sort function.
440
446
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
442
449
[ v9.17.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.16.0...v9.17.0
443
450
[ v9.16.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.15.2...v9.16.0
444
451
[ 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