Skip to content

Commit

Permalink
Bump v9.21.2 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
yajra committed Jul 12, 2022
1 parent 0634b17 commit a7fd01f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@

### [Unreleased]

### [v9.21.2] - 2022-07-12

- Fix HasOneThrough (added tests) #2816
- Fix #2738

### [v9.21.1] - 2022-06-22

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

[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.21.1...9.0
[v9.21.1]: https://github.com/yajra/laravel-datatables/compare/v9.21.0...v9.21.1
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.21.2...9.0
[v9.21.2]: https://github.com/yajra/laravel-datatables/compare/v9.21.1...v9.21.2
[v9.21.0]: https://github.com/yajra/laravel-datatables/compare/v9.20.0...v9.21.0
[v9.20.0]: https://github.com/yajra/laravel-datatables/compare/v9.19.1...v9.20.0
[v9.19.1]: https://github.com/yajra/laravel-datatables/compare/v9.19.1...v9.19.1
Expand Down

0 comments on commit a7fd01f

Please sign in to comment.