Skip to content

Commit 5c9a9d3

Browse files
committed
Bump v8.6.1 🚀
1 parent a5ce43b commit 5c9a9d3

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,12 @@
88

99
### [Unreleased]
1010

11+
### [v8.6.1] - 2018-06-03
12+
13+
- Fix/Enhance with closure value implementation. [#1758]
14+
- Use filteredQuery as callback parameter.
15+
- Fix [#1752]
16+
1117
### [v8.6.0] - 2018-05-18
1218

1319
- Add support for manual setting of filtered count [#1743], credits to [@forgottencreature]
@@ -208,7 +214,8 @@ return (new CollectionDataTable(User::all())->toJson();
208214
- Fix orderColumn api where related tables are not joined.
209215
- Fix nested with relation search and sort function.
210216

211-
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v8.6.0...8.0
217+
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v8.6.1...8.0
218+
[v8.6.1]: https://github.com/yajra/laravel-datatables/compare/v8.6.0...v8.6.1
212219
[v8.6.0]: https://github.com/yajra/laravel-datatables/compare/v8.5.2...v8.6.0
213220
[v8.5.2]: https://github.com/yajra/laravel-datatables/compare/v8.5.1...v8.5.2
214221
[v8.5.1]: https://github.com/yajra/laravel-datatables/compare/v8.5.0...v8.5.1
@@ -274,6 +281,7 @@ return (new CollectionDataTable(User::all())->toJson();
274281
[#1737]: https://github.com/yajra/laravel-datatables/pull/1737
275282
[#1741]: https://github.com/yajra/laravel-datatables/pull/1741
276283
[#1743]: https://github.com/yajra/laravel-datatables/pull/1743
284+
[#1758]: https://github.com/yajra/laravel-datatables/pull/1758
277285

278286
[#1626]: https://github.com/yajra/laravel-datatables/issues/1626
279287
[#1617]: https://github.com/yajra/laravel-datatables/issues/1617
@@ -290,6 +298,7 @@ return (new CollectionDataTable(User::all())->toJson();
290298
[#1471]: https://github.com/yajra/laravel-datatables/issues/1471
291299
[#1739]: https://github.com/yajra/laravel-datatables/issues/1739
292300
[#1516]: https://github.com/yajra/laravel-datatables/issues/1516
301+
[#1752]: https://github.com/yajra/laravel-datatables/issues/1752
293302

294303
[laravel-datatables-fractal]: https://github.com/yajra/laravel-datatables-fractal
295304

0 commit comments

Comments
 (0)