Skip to content

Commit

Permalink
Bump v9.14.1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
yajra committed Nov 11, 2020
1 parent 3c06847 commit 7e45885
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

### [Unreleased]

### [v9.14.1] - 2020-11-11

- Fix resolution of custom search pane query builder. [#2513]

### [v9.14.0] - 2020-11-03

- Add column formatter. [#2193]
Expand Down Expand Up @@ -409,7 +413,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.14.0...9.0
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.14.1...9.0
[v9.14.1]: https://github.com/yajra/laravel-datatables/compare/v9.14.0...v9.14.1
[v9.14.0]: https://github.com/yajra/laravel-datatables/compare/v9.13.0...v9.14.0
[v9.13.0]: https://github.com/yajra/laravel-datatables/compare/v9.12.0...v9.13.0
[v9.12.0]: https://github.com/yajra/laravel-datatables/compare/v9.11.1...v9.12.0
Expand Down Expand Up @@ -558,6 +563,7 @@ return (new CollectionDataTable(User::all())->toJson();
[#2481]: https://github.com/yajra/laravel-datatables/pull/2481
[#2475]: https://github.com/yajra/laravel-datatables/pull/2475
[#2193]: https://github.com/yajra/laravel-datatables/pull/2193
[#2513]: https://github.com/yajra/laravel-datatables/pull/2513

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

0 comments on commit 7e45885

Please sign in to comment.