Skip to content

Commit b00f25b

Browse files
committed
Bump v9.18.0 🚀
1 parent 935058c commit b00f25b

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

CHANGELOG.md

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

99
### [Unreleased]
1010

11+
### [v9.18.0] - 2021-04-16
12+
13+
- Improve count performance for simple queries. #2616
14+
- Fixes #1928
15+
- Make prepareCountQuery() public so its easy to test.
16+
1117
### [v9.17.4] - 2021-04-15
1218

1319
- Revert changes on count. #2614
@@ -461,8 +467,9 @@ return (new CollectionDataTable(User::all())->toJson();
461467
- Fix orderColumn api where related tables are not joined.
462468
- Fix nested with relation search and sort function.
463469

464-
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.17.4...9.0
465-
[v9.17.4]: https://github.com/yajra/laravel-datatables/compare/v9.17.2...v9.17.4
470+
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.18.0...9.0
471+
[v9.18.0]: https://github.com/yajra/laravel-datatables/compare/v9.17.4...v9.18.0
472+
[v9.17.4]: https://github.com/yajra/laravel-datatables/compare/v9.17.3...v9.17.4
466473
[v9.17.3]: https://github.com/yajra/laravel-datatables/compare/v9.17.2...v9.17.3
467474
[v9.17.2]: https://github.com/yajra/laravel-datatables/compare/v9.17.1...v9.17.2
468475
[v9.17.1]: https://github.com/yajra/laravel-datatables/compare/v9.17.0...v9.17.1

0 commit comments

Comments
 (0)