Skip to content

Commit 787eb04

Browse files
committed
Bump v9.7.1 🚀
1 parent 7ca1958 commit 787eb04

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

99
### [Unreleased]
1010

11+
### [v9.7.1] - 2019-10-02
12+
13+
- Fix skipTotalRecords api not working on initial state. [#2222]
14+
1115
### [v9.7.0] - 2019-10-02
1216

1317
- Allow orderColumn using closure. [#2199]
1418

15-
1619
### [v9.6.1] - 2019-09-26
1720

1821
- Improve orderByNullsLast SQL generation. [#2191]
@@ -354,7 +357,8 @@ return (new CollectionDataTable(User::all())->toJson();
354357
- Fix orderColumn api where related tables are not joined.
355358
- Fix nested with relation search and sort function.
356359

357-
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.7.0...9.0
360+
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.7.1...9.0
361+
[v9.7.1]: https://github.com/yajra/laravel-datatables/compare/v9.7.0...v9.7.1
358362
[v9.7.0]: https://github.com/yajra/laravel-datatables/compare/v9.6.1...v9.7.0
359363
[v9.6.1]: https://github.com/yajra/laravel-datatables/compare/v9.6.0...v9.6.1
360364
[v9.6.0]: https://github.com/yajra/laravel-datatables/compare/v9.5.0...v9.6.0
@@ -478,6 +482,7 @@ return (new CollectionDataTable(User::all())->toJson();
478482
[#2171]: https://github.com/yajra/laravel-datatables/pull/2171
479483
[#2191]: https://github.com/yajra/laravel-datatables/pull/2191
480484
[#2199]: https://github.com/yajra/laravel-datatables/pull/2199
485+
[#2222]: https://github.com/yajra/laravel-datatables/pull/2222
481486

482487
[#2091]: https://github.com/yajra/laravel-datatables/issues/2091
483488
[#2058]: https://github.com/yajra/laravel-datatables/issues/2058

0 commit comments

Comments
 (0)