From 2b72d19cb646de436cd3549a518afe2ca89fc878 Mon Sep 17 00:00:00 2001 From: Arjay Angeles Date: Sun, 8 May 2022 12:33:46 +0800 Subject: [PATCH] Bump v10.0.2 :rocket: --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c07c78a3..be7a89a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,14 @@ ### [Unreleased] +### [v10.0.2] - 2022-05-08 + +- Fix set total & filtered records count https://github.com/yajra/laravel-datatables/pull/2778 +- Fix set total & filtered records count +- Fix #1453 #1454 #2050 #2609 +- Add feature test +- Deprecate `skipTotalRecords`, just use `setTotalRecords` directly. + ### [v10.0.1] - 2022-05-08 - Code clean-up and several phpstan fixes @@ -20,6 +28,7 @@ - Drop support for `ApiResourceDataTable` - PHP8 syntax / method signature changed -[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.0.1...10.x +[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.0.2...10.x +[v10.0.2]: https://github.com/yajra/laravel-datatables/compare/v10.0.2...v10.0.1 [v10.0.1]: https://github.com/yajra/laravel-datatables/compare/v10.0.1...v10.0.0 [v10.0.0]: https://github.com/yajra/laravel-datatables/compare/v10.0.0...10.x