File tree 1 file changed +8
-1
lines changed 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.19.1] - 2022-03-05
12
+
13
+ - Fix Formatter::format() doc block.
14
+ - Fix ` are ` Word in Description #2743
15
+ - Update README #2735
16
+
11
17
### [ v9.19.0] - 2022-01-18
12
18
13
19
- Support for Laravel 9 #2727
@@ -480,7 +486,8 @@ return (new CollectionDataTable(User::all())->toJson();
480
486
- Fix orderColumn api where related tables are not joined.
481
487
- Fix nested with relation search and sort function.
482
488
483
- [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.19.0...9.0
489
+ [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.19.1...9.0
490
+ [ v9.19.1 ] : https://github.com/yajra/laravel-datatables/compare/v9.19.0...v9.19.1
484
491
[ v9.19.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.18.2...v9.19.0
485
492
[ v9.18.2 ] : https://github.com/yajra/laravel-datatables/compare/v9.18.1...v9.18.2
486
493
[ v9.18.1 ] : https://github.com/yajra/laravel-datatables/compare/v9.18.0...v9.18.1
You can’t perform that action at this time.
0 commit comments