|
8 | 8 |
|
9 | 9 | ### [Unreleased] |
10 | 10 |
|
| 11 | +### [v9.11.1] - 2020-10-06 |
| 12 | + |
| 13 | +- Use simple numeric sorting when dealing with numeric values [#2478], credits to [@miken32] |
| 14 | +- Fix [#1934]. |
| 15 | + |
11 | 16 | ### [v9.11.0] - 2020-09-09 |
12 | 17 |
|
13 | 18 | - Add support for Laravel 8. [#2457] by [@lloricode] |
@@ -389,7 +394,8 @@ return (new CollectionDataTable(User::all())->toJson(); |
389 | 394 | - Fix orderColumn api where related tables are not joined. |
390 | 395 | - Fix nested with relation search and sort function. |
391 | 396 |
|
392 | | -[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.11.0...9.0 |
| 397 | +[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.11.1...9.0 |
| 398 | +[v9.11.1]: https://github.com/yajra/laravel-datatables/compare/v9.11.0...v9.11.1 |
393 | 399 | [v9.11.0]: https://github.com/yajra/laravel-datatables/compare/v9.10.2...v9.11.0 |
394 | 400 | [v9.10.2]: https://github.com/yajra/laravel-datatables/compare/v9.10.1...v9.10.2 |
395 | 401 | [v9.10.1]: https://github.com/yajra/laravel-datatables/compare/v9.10.0...v9.10.1 |
@@ -530,7 +536,9 @@ return (new CollectionDataTable(User::all())->toJson(); |
530 | 536 | [#2391]: https://github.com/yajra/laravel-datatables/pull/2391 |
531 | 537 | [#2382]: https://github.com/yajra/laravel-datatables/pull/2382 |
532 | 538 | [#2414]: https://github.com/yajra/laravel-datatables/pull/2414 |
| 539 | +[#2478]: https://github.com/yajra/laravel-datatables/pull/2478 |
533 | 540 |
|
| 541 | +[#1934]: https://github.com/yajra/laravel-datatables/issues/1934 |
534 | 542 | [#2091]: https://github.com/yajra/laravel-datatables/issues/2091 |
535 | 543 | [#2058]: https://github.com/yajra/laravel-datatables/issues/2058 |
536 | 544 | [#1626]: https://github.com/yajra/laravel-datatables/issues/1626 |
@@ -610,3 +618,4 @@ return (new CollectionDataTable(User::all())->toJson(); |
610 | 618 | [@ehsanrasta]: https://github.com/ehsanrasta |
611 | 619 | [@mgralikowski]: https://github.com/mgralikowski |
612 | 620 | [@edwwaarrdd]: https://github.com/edwwaarrdd |
| 621 | +[@miken32]: https://github.com/miken32 |
0 commit comments