Skip to content

Commit a7fd01f

Browse files
committed
Bump v9.21.2 🚀
1 parent 0634b17 commit a7fd01f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88

99
### [Unreleased]
1010

11+
### [v9.21.2] - 2022-07-12
12+
13+
- Fix HasOneThrough (added tests) #2816
14+
- Fix #2738
15+
1116
### [v9.21.1] - 2022-06-22
1217

1318
- Fix sorting and pagination on empty records #2803
@@ -502,8 +507,8 @@ return (new CollectionDataTable(User::all())->toJson();
502507
- Fix orderColumn api where related tables are not joined.
503508
- Fix nested with relation search and sort function.
504509

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
507512
[v9.21.0]: https://github.com/yajra/laravel-datatables/compare/v9.20.0...v9.21.0
508513
[v9.20.0]: https://github.com/yajra/laravel-datatables/compare/v9.19.1...v9.20.0
509514
[v9.19.1]: https://github.com/yajra/laravel-datatables/compare/v9.19.1...v9.19.1

0 commit comments

Comments
 (0)