|
8 | 8 |
|
9 | 9 | ### [Unreleased]
|
10 | 10 |
|
| 11 | +### [v9.2.0] - 2019-05-09 |
| 12 | + |
| 13 | +- Enable the dotted notation in the ->removeColumn() function. [#2082], credits to [@Arkhas]. |
| 14 | +- Consider black listed columns on column search. [#2079], credits to [@apreiml]. |
| 15 | +- Using predefined offsets for API-driven server-side(ish) DataTables. [#2083], credits to [@Stokoe0990]. |
| 16 | + |
11 | 17 | ### [v9.1.1] - 2019-04-25
|
12 | 18 |
|
13 | 19 | - Revert [#2051], fix [#2058]. [#2072].
|
@@ -313,7 +319,8 @@ return (new CollectionDataTable(User::all())->toJson();
|
313 | 319 | - Fix orderColumn api where related tables are not joined.
|
314 | 320 | - Fix nested with relation search and sort function.
|
315 | 321 |
|
316 |
| -[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.1.1...9.0 |
| 322 | +[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.2.0...9.0 |
| 323 | +[v9.2.0]: https://github.com/yajra/laravel-datatables/compare/v9.1.1...v9.2.0 |
317 | 324 | [v9.1.1]: https://github.com/yajra/laravel-datatables/compare/v9.1.0...v9.1.1
|
318 | 325 | [v9.1.0]: https://github.com/yajra/laravel-datatables/compare/v9.0.1...v9.1.0
|
319 | 326 | [v9.0.1]: https://github.com/yajra/laravel-datatables/compare/v9.0.0...v9.0.1
|
@@ -417,6 +424,9 @@ return (new CollectionDataTable(User::all())->toJson();
|
417 | 424 | [#2067]: https://github.com/yajra/laravel-datatables/pull/2067
|
418 | 425 | [#2051]: https://github.com/yajra/laravel-datatables/pull/2051
|
419 | 426 | [#2072]: https://github.com/yajra/laravel-datatables/pull/2072
|
| 427 | +[#2082]: https://github.com/yajra/laravel-datatables/pull/2082 |
| 428 | +[#2079]: https://github.com/yajra/laravel-datatables/pull/2079 |
| 429 | +[#2083]: https://github.com/yajra/laravel-datatables/pull/2083 |
420 | 430 |
|
421 | 431 | [#2058]: https://github.com/yajra/laravel-datatables/issues/2058
|
422 | 432 | [#1626]: https://github.com/yajra/laravel-datatables/issues/1626
|
@@ -477,3 +487,6 @@ return (new CollectionDataTable(User::all())->toJson();
|
477 | 487 | [@sgotre]: https://github.com/sgotre
|
478 | 488 | [@lukchojnicki]: https://github.com/lukchojnicki
|
479 | 489 | [@Morinohtar]: https://github.com/Morinohtar
|
| 490 | +[@Arkhas]: https://github.com/Arkhas |
| 491 | +[@apreiml]: https://github.com/apreiml |
| 492 | +[@Stokoe0990]: https://github.com/Stokoe0990 |
0 commit comments