8
8
9
9
### [ Unreleased]
10
10
11
+ ### [ v8.13.5] - 2019-02-13
12
+
13
+ - Keep select bindings option. [ #1988 ] , credits to [ @royduin ] .
14
+ - Fix [ #1983 ] .
15
+
11
16
### [ v8.13.4] - 2019-01-29
12
17
13
18
- Added optional merge of config raw columns to rawColumns method. [ #1960 ] , credits to [ @Spodnet ]
@@ -281,7 +286,8 @@ return (new CollectionDataTable(User::all())->toJson();
281
286
- Fix orderColumn api where related tables are not joined.
282
287
- Fix nested with relation search and sort function.
283
288
284
- [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v8.13.4...8.0
289
+ [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v8.13.5...8.0
290
+ [ v8.13.5 ] : https://github.com/yajra/laravel-datatables/compare/v8.13.4...v8.13.5
285
291
[ v8.13.4 ] : https://github.com/yajra/laravel-datatables/compare/v8.13.3...v8.13.4
286
292
[ v8.13.3 ] : https://github.com/yajra/laravel-datatables/compare/v8.13.2...v8.13.3
287
293
[ v8.13.2 ] : https://github.com/yajra/laravel-datatables/compare/v8.13.1...v8.13.2
@@ -373,6 +379,7 @@ return (new CollectionDataTable(User::all())->toJson();
373
379
[ #1852 ] : https://github.com/yajra/laravel-datatables/pull/1852
374
380
[ #1942 ] : https://github.com/yajra/laravel-datatables/pull/1942
375
381
[ #1960 ] : https://github.com/yajra/laravel-datatables/pull/1960
382
+ [ #1988 ] : https://github.com/yajra/laravel-datatables/pull/1988
376
383
377
384
[ #1626 ] : https://github.com/yajra/laravel-datatables/issues/1626
378
385
[ #1617 ] : https://github.com/yajra/laravel-datatables/issues/1617
@@ -394,6 +401,7 @@ return (new CollectionDataTable(User::all())->toJson();
394
401
[ #1805 ] : https://github.com/yajra/laravel-datatables/issues/1805
395
402
[ #1747 ] : https://github.com/yajra/laravel-datatables/issues/1747
396
403
[ #1951 ] : https://github.com/yajra/laravel-datatables/issues/1951
404
+ [ #1983 ] : https://github.com/yajra/laravel-datatables/issues/1983
397
405
398
406
[ laravel-datatables-fractal ] : https://github.com/yajra/laravel-datatables-fractal
399
407
@@ -418,3 +426,4 @@ return (new CollectionDataTable(User::all())->toJson();
418
426
[ @sharifzadesina ] : https://github.com/sharifzadesina
419
427
[ @ridaamirini ] : https://github.com/ridaamirini
420
428
[ @Spodnet ] : https://github.com/Spodnet
429
+ [ @royduin ] : https://github.com/royduin
0 commit comments