From a970ba1159df6940a87fabcf44f571ef14b57927 Mon Sep 17 00:00:00 2001 From: "Arjay Q. Angeles" Date: Mon, 12 Apr 2021 12:03:34 +0800 Subject: [PATCH] Bump v9.17.2 :rocket: --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32d4164f..39d7f39a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ ### [Unreleased] +### [v9.17.2] - 2021-04-12 + +- Remove unnecessary wrap to avoid performance issues #2608. +- Fixes #1928. + ### [v9.17.1] - 2021-03-23 - Fix morph relation support with multi level relations. #2588 #2590 @@ -444,7 +449,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.17.1...9.0 +[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.17.2...9.0 +[v9.17.2]: https://github.com/yajra/laravel-datatables/compare/v9.17.1...v9.17.2 [v9.17.1]: https://github.com/yajra/laravel-datatables/compare/v9.17.0...v9.17.1 [v9.17.0]: https://github.com/yajra/laravel-datatables/compare/v9.16.0...v9.17.0 [v9.16.0]: https://github.com/yajra/laravel-datatables/compare/v9.15.2...v9.16.0