|
8 | 8 |
|
9 | 9 | ### [Unreleased]
|
10 | 10 |
|
| 11 | +### [v8.13.4] - 2019-01-29 |
| 12 | + |
| 13 | +- Added optional merge of config raw columns to rawColumns method. [#1960], credits to [@Spodnet] |
| 14 | + |
11 | 15 | ### [v8.13.3] - 2019-01-05
|
12 | 16 |
|
13 | 17 | - Revert [#1942].
|
@@ -277,7 +281,8 @@ return (new CollectionDataTable(User::all())->toJson();
|
277 | 281 | - Fix orderColumn api where related tables are not joined.
|
278 | 282 | - Fix nested with relation search and sort function.
|
279 | 283 |
|
280 |
| -[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v8.13.3...8.0 |
| 284 | +[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v8.13.4...8.0 |
| 285 | +[v8.13.4]: https://github.com/yajra/laravel-datatables/compare/v8.13.3...v8.13.4 |
281 | 286 | [v8.13.3]: https://github.com/yajra/laravel-datatables/compare/v8.13.2...v8.13.3
|
282 | 287 | [v8.13.2]: https://github.com/yajra/laravel-datatables/compare/v8.13.1...v8.13.2
|
283 | 288 | [v8.13.1]: https://github.com/yajra/laravel-datatables/compare/v8.13.0...v8.13.1
|
@@ -367,6 +372,7 @@ return (new CollectionDataTable(User::all())->toJson();
|
367 | 372 | [#1912]: https://github.com/yajra/laravel-datatables/pull/1912
|
368 | 373 | [#1852]: https://github.com/yajra/laravel-datatables/pull/1852
|
369 | 374 | [#1942]: https://github.com/yajra/laravel-datatables/pull/1942
|
| 375 | +[#1960]: https://github.com/yajra/laravel-datatables/pull/1960 |
370 | 376 |
|
371 | 377 | [#1626]: https://github.com/yajra/laravel-datatables/issues/1626
|
372 | 378 | [#1617]: https://github.com/yajra/laravel-datatables/issues/1617
|
@@ -411,3 +417,4 @@ return (new CollectionDataTable(User::all())->toJson();
|
411 | 417 | [@zeyad82]: https://github.com/zeyad82
|
412 | 418 | [@sharifzadesina]: https://github.com/sharifzadesina
|
413 | 419 | [@ridaamirini]: https://github.com/ridaamirini
|
| 420 | +[@Spodnet]: https://github.com/Spodnet |
0 commit comments