Skip to content

Commit 553482d

Browse files
committed
Bump v9.19.0 🚀
1 parent d6e5e80 commit 553482d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

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

99
### [Unreleased]
1010

11+
### [v9.19.0] - 2022-01-18
12+
13+
- Support for Laravel 9 #2727
14+
- Don't trash the exception stack trace (#2714) #2724
15+
1116
### [v9.18.2] - 2021-06-28
1217

1318
- Return empty string for null request keyword #2700
@@ -475,7 +480,8 @@ return (new CollectionDataTable(User::all())->toJson();
475480
- Fix orderColumn api where related tables are not joined.
476481
- Fix nested with relation search and sort function.
477482

478-
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.18.2...9.0
483+
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.19.0...9.0
484+
[v9.19.0]: https://github.com/yajra/laravel-datatables/compare/v9.18.2...v9.19.0
479485
[v9.18.2]: https://github.com/yajra/laravel-datatables/compare/v9.18.1...v9.18.2
480486
[v9.18.1]: https://github.com/yajra/laravel-datatables/compare/v9.18.0...v9.18.1
481487
[v9.18.0]: https://github.com/yajra/laravel-datatables/compare/v9.17.4...v9.18.0

0 commit comments

Comments
 (0)