Skip to content

Commit

Permalink
Bump v9.19.0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
yajra committed Jan 18, 2022
1 parent d6e5e80 commit 553482d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@

### [Unreleased]

### [v9.19.0] - 2022-01-18

- Support for Laravel 9 #2727
- Don't trash the exception stack trace (#2714) #2724

### [v9.18.2] - 2021-06-28

- Return empty string for null request keyword #2700
Expand Down Expand Up @@ -475,7 +480,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.18.2...9.0
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.19.0...9.0
[v9.19.0]: https://github.com/yajra/laravel-datatables/compare/v9.18.2...v9.19.0
[v9.18.2]: https://github.com/yajra/laravel-datatables/compare/v9.18.1...v9.18.2
[v9.18.1]: https://github.com/yajra/laravel-datatables/compare/v9.18.0...v9.18.1
[v9.18.0]: https://github.com/yajra/laravel-datatables/compare/v9.17.4...v9.18.0
Expand Down

0 comments on commit 553482d

Please sign in to comment.