Skip to content

Commit b8e6663

Browse files
committed
Bump v9.21.0 🚀
1 parent 3e6846a commit b8e6663

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,7 +8,11 @@
88

99
### [Unreleased]
1010

11-
### [v9.20.0] - 2022-22-09
11+
### [v9.21.0] - 2022-06-21
12+
13+
- Add support for dependency injection when using closure. #2521
14+
15+
### [v9.20.0] - 2022-05-09
1216

1317
- Added orthogonal sort and filter for collection #2380
1418

@@ -494,7 +498,8 @@ return (new CollectionDataTable(User::all())->toJson();
494498
- Fix orderColumn api where related tables are not joined.
495499
- Fix nested with relation search and sort function.
496500

497-
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.20.0...9.0
501+
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.21.0...9.0
502+
[v9.21.0]: https://github.com/yajra/laravel-datatables/compare/v9.20.0...v9.21.0
498503
[v9.20.0]: https://github.com/yajra/laravel-datatables/compare/v9.19.1...v9.20.0
499504
[v9.19.1]: https://github.com/yajra/laravel-datatables/compare/v9.19.1...v9.19.1
500505
[v9.19.0]: https://github.com/yajra/laravel-datatables/compare/v9.18.2...v9.19.0

0 commit comments

Comments
 (0)