|
8 | 8 |
|
9 | 9 | ### [Unreleased]
|
10 | 10 |
|
| 11 | +### [v9.12.0] - 2020-10-31 |
| 12 | + |
| 13 | +- Add disable ordering via orderColumn. [#2481], credits to [@gredimano] |
| 14 | +- Fix [#1953] |
| 15 | + |
11 | 16 | ### [v9.11.1] - 2020-10-06
|
12 | 17 |
|
13 | 18 | - Use simple numeric sorting when dealing with numeric values [#2478], credits to [@miken32]
|
@@ -394,7 +399,8 @@ return (new CollectionDataTable(User::all())->toJson();
|
394 | 399 | - Fix orderColumn api where related tables are not joined.
|
395 | 400 | - Fix nested with relation search and sort function.
|
396 | 401 |
|
397 |
| -[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.11.1...9.0 |
| 402 | +[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.12.0...9.0 |
| 403 | +[v9.12.0]: https://github.com/yajra/laravel-datatables/compare/v9.11.1...v9.12.0 |
398 | 404 | [v9.11.1]: https://github.com/yajra/laravel-datatables/compare/v9.11.0...v9.11.1
|
399 | 405 | [v9.11.0]: https://github.com/yajra/laravel-datatables/compare/v9.10.2...v9.11.0
|
400 | 406 | [v9.10.2]: https://github.com/yajra/laravel-datatables/compare/v9.10.1...v9.10.2
|
@@ -537,6 +543,7 @@ return (new CollectionDataTable(User::all())->toJson();
|
537 | 543 | [#2382]: https://github.com/yajra/laravel-datatables/pull/2382
|
538 | 544 | [#2414]: https://github.com/yajra/laravel-datatables/pull/2414
|
539 | 545 | [#2478]: https://github.com/yajra/laravel-datatables/pull/2478
|
| 546 | +[#2481]: https://github.com/yajra/laravel-datatables/pull/2481 |
540 | 547 |
|
541 | 548 | [#1934]: https://github.com/yajra/laravel-datatables/issues/1934
|
542 | 549 | [#2091]: https://github.com/yajra/laravel-datatables/issues/2091
|
@@ -577,6 +584,7 @@ return (new CollectionDataTable(User::all())->toJson();
|
577 | 584 | [#2202]: https://github.com/yajra/laravel-datatables/issues/2202
|
578 | 585 | [#1975]: https://github.com/yajra/laravel-datatables/issues/1975
|
579 | 586 | [#1747]: https://github.com/yajra/laravel-datatables/issues/1747
|
| 587 | +[#1953]: https://github.com/yajra/laravel-datatables/issues/1953 |
580 | 588 |
|
581 | 589 | [laravel-datatables-fractal]: https://github.com/yajra/laravel-datatables-fractal
|
582 | 590 |
|
@@ -619,3 +627,4 @@ return (new CollectionDataTable(User::all())->toJson();
|
619 | 627 | [@mgralikowski]: https://github.com/mgralikowski
|
620 | 628 | [@edwwaarrdd]: https://github.com/edwwaarrdd
|
621 | 629 | [@miken32]: https://github.com/miken32
|
| 630 | +[@gredimano]: https://github.com/gredimano |
0 commit comments