Skip to content

Commit 8f37e59

Browse files
committed
Bump v9.21.1 🚀
1 parent 69c75b6 commit 8f37e59

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
### [Unreleased]
1010

11+
### [v9.21.1] - 2022-06-22
12+
13+
- Fix sorting and pagination on empty records #2803
14+
1115
### [v9.21.0] - 2022-06-21
1216

1317
- Add support for dependency injection when using closure. #2521
@@ -498,7 +502,8 @@ return (new CollectionDataTable(User::all())->toJson();
498502
- Fix orderColumn api where related tables are not joined.
499503
- Fix nested with relation search and sort function.
500504

501-
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.21.0...9.0
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
502507
[v9.21.0]: https://github.com/yajra/laravel-datatables/compare/v9.20.0...v9.21.0
503508
[v9.20.0]: https://github.com/yajra/laravel-datatables/compare/v9.19.1...v9.20.0
504509
[v9.19.1]: https://github.com/yajra/laravel-datatables/compare/v9.19.1...v9.19.1

0 commit comments

Comments
 (0)