8
8
9
9
### [ Unreleased]
10
10
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
+
11
17
### [ v8.6.0] - 2018-05-18
12
18
13
19
- Add support for manual setting of filtered count [ #1743 ] , credits to [ @forgottencreature ]
@@ -208,7 +214,8 @@ return (new CollectionDataTable(User::all())->toJson();
208
214
- Fix orderColumn api where related tables are not joined.
209
215
- Fix nested with relation search and sort function.
210
216
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
212
219
[ v8.6.0 ] : https://github.com/yajra/laravel-datatables/compare/v8.5.2...v8.6.0
213
220
[ v8.5.2 ] : https://github.com/yajra/laravel-datatables/compare/v8.5.1...v8.5.2
214
221
[ 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();
274
281
[ #1737 ] : https://github.com/yajra/laravel-datatables/pull/1737
275
282
[ #1741 ] : https://github.com/yajra/laravel-datatables/pull/1741
276
283
[ #1743 ] : https://github.com/yajra/laravel-datatables/pull/1743
284
+ [ #1758 ] : https://github.com/yajra/laravel-datatables/pull/1758
277
285
278
286
[ #1626 ] : https://github.com/yajra/laravel-datatables/issues/1626
279
287
[ #1617 ] : https://github.com/yajra/laravel-datatables/issues/1617
@@ -290,6 +298,7 @@ return (new CollectionDataTable(User::all())->toJson();
290
298
[ #1471 ] : https://github.com/yajra/laravel-datatables/issues/1471
291
299
[ #1739 ] : https://github.com/yajra/laravel-datatables/issues/1739
292
300
[ #1516 ] : https://github.com/yajra/laravel-datatables/issues/1516
301
+ [ #1752 ] : https://github.com/yajra/laravel-datatables/issues/1752
293
302
294
303
[ laravel-datatables-fractal ] : https://github.com/yajra/laravel-datatables-fractal
295
304
0 commit comments