Skip to content

Commit 2b72d19

Browse files
committed
Bump v10.0.2 🚀
1 parent 410ca34 commit 2b72d19

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

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

99
### [Unreleased]
1010

11+
### [v10.0.2] - 2022-05-08
12+
13+
- Fix set total & filtered records count https://github.com/yajra/laravel-datatables/pull/2778
14+
- Fix set total & filtered records count
15+
- Fix #1453 #1454 #2050 #2609
16+
- Add feature test
17+
- Deprecate `skipTotalRecords`, just use `setTotalRecords` directly.
18+
1119
### [v10.0.1] - 2022-05-08
1220

1321
- Code clean-up and several phpstan fixes
@@ -20,6 +28,7 @@
2028
- Drop support for `ApiResourceDataTable`
2129
- PHP8 syntax / method signature changed
2230

23-
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.0.1...10.x
31+
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v10.0.2...10.x
32+
[v10.0.2]: https://github.com/yajra/laravel-datatables/compare/v10.0.2...v10.0.1
2433
[v10.0.1]: https://github.com/yajra/laravel-datatables/compare/v10.0.1...v10.0.0
2534
[v10.0.0]: https://github.com/yajra/laravel-datatables/compare/v10.0.0...10.x

0 commit comments

Comments
 (0)