8
8
9
9
### [ Unreleased]
10
10
11
+ ### [ v9.1.0] - 2019-04-24
12
+
13
+ #### FIXED
14
+
15
+ - Fix rendering column from blade file. [ #2067 ] , credits to [ @lukchojnicki ] .
16
+ - Fix [ #2045 ] , [ #2054 ] , [ #2024 ] , [ #1977 ] , [ #880 ] , [ #577 ] , [ #522 ] , etc.
17
+
18
+ #### ADDED
19
+
20
+ - Add support for self join relationships. [ #2051 ] , credits to [ @Morinohtar ] .
21
+
11
22
### [ v9.0.1] - 2019-03-26
12
23
13
24
- Allow boolean values for column[ i] .searchable [ #1813 ] , credits to [ @sgotre ] .
@@ -298,7 +309,8 @@ return (new CollectionDataTable(User::all())->toJson();
298
309
- Fix orderColumn api where related tables are not joined.
299
310
- Fix nested with relation search and sort function.
300
311
301
- [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.0.1...9.0
312
+ [ Unreleased ] : https://github.com/yajra/laravel-datatables/compare/v9.1.0...9.0
313
+ [ v9.1.0 ] : https://github.com/yajra/laravel-datatables/compare/v9.0.1...v9.1.0
302
314
[ v9.0.1 ] : https://github.com/yajra/laravel-datatables/compare/v9.0.0...v9.0.1
303
315
[ v9.0.0 ] : https://github.com/yajra/laravel-datatables/compare/v8.13.5...v9.0.0
304
316
[ v8.13.5 ] : https://github.com/yajra/laravel-datatables/compare/v8.13.4...v8.13.5
@@ -397,6 +409,8 @@ return (new CollectionDataTable(User::all())->toJson();
397
409
[ #2001 ] : https://github.com/yajra/laravel-datatables/pull/2001
398
410
[ #2002 ] : https://github.com/yajra/laravel-datatables/pull/2002
399
411
[ #1813 ] : https://github.com/yajra/laravel-datatables/pull/1813
412
+ [ #2067 ] : https://github.com/yajra/laravel-datatables/pull/2067
413
+ [ #2051 ] : https://github.com/yajra/laravel-datatables/pull/2051
400
414
401
415
[ #1626 ] : https://github.com/yajra/laravel-datatables/issues/1626
402
416
[ #1617 ] : https://github.com/yajra/laravel-datatables/issues/1617
@@ -420,6 +434,14 @@ return (new CollectionDataTable(User::all())->toJson();
420
434
[ #1951 ] : https://github.com/yajra/laravel-datatables/issues/1951
421
435
[ #1983 ] : https://github.com/yajra/laravel-datatables/issues/1983
422
436
[ #2003 ] : https://github.com/yajra/laravel-datatables/issues/2003
437
+ [ #2045 ] : https://github.com/yajra/laravel-datatables/issues/2045
438
+ [ #2054 ] : https://github.com/yajra/laravel-datatables/issues/2054
439
+ [ #2024 ] : https://github.com/yajra/laravel-datatables/issues/2024
440
+ [ #1977 ] : https://github.com/yajra/laravel-datatables/issues/1977
441
+ [ #880 ] : https://github.com/yajra/laravel-datatables/issues/880
442
+ [ #577 ] : https://github.com/yajra/laravel-datatables/issues/577
443
+ [ #522 ] : https://github.com/yajra/laravel-datatables/issues/522
444
+
423
445
424
446
[ laravel-datatables-fractal ] : https://github.com/yajra/laravel-datatables-fractal
425
447
@@ -446,3 +468,5 @@ return (new CollectionDataTable(User::all())->toJson();
446
468
[ @Spodnet ] : https://github.com/Spodnet
447
469
[ @royduin ] : https://github.com/royduin
448
470
[ @sgotre ] : https://github.com/sgotre
471
+ [ @lukchojnicki ] : https://github.com/lukchojnicki
472
+ [ @Morinohtar ] : https://github.com/Morinohtar
0 commit comments