Skip to content

Commit

Permalink
Bump v9.7.1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
yajra committed Oct 24, 2019
1 parent 7ca1958 commit 787eb04
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@

### [Unreleased]

### [v9.7.1] - 2019-10-02

- Fix skipTotalRecords api not working on initial state. [#2222]

### [v9.7.0] - 2019-10-02

- Allow orderColumn using closure. [#2199]


### [v9.6.1] - 2019-09-26

- Improve orderByNullsLast SQL generation. [#2191]
Expand Down Expand Up @@ -354,7 +357,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.7.0...9.0
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.7.1...9.0
[v9.7.1]: https://github.com/yajra/laravel-datatables/compare/v9.7.0...v9.7.1
[v9.7.0]: https://github.com/yajra/laravel-datatables/compare/v9.6.1...v9.7.0
[v9.6.1]: https://github.com/yajra/laravel-datatables/compare/v9.6.0...v9.6.1
[v9.6.0]: https://github.com/yajra/laravel-datatables/compare/v9.5.0...v9.6.0
Expand Down Expand Up @@ -478,6 +482,7 @@ return (new CollectionDataTable(User::all())->toJson();
[#2171]: https://github.com/yajra/laravel-datatables/pull/2171
[#2191]: https://github.com/yajra/laravel-datatables/pull/2191
[#2199]: https://github.com/yajra/laravel-datatables/pull/2199
[#2222]: https://github.com/yajra/laravel-datatables/pull/2222

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

0 comments on commit 787eb04

Please sign in to comment.