|
8 | 8 |
|
9 | 9 | ### [Unreleased]
|
10 | 10 |
|
| 11 | +### [v9.10.2] - 2020-06-17 |
| 12 | + |
| 13 | +- Escape row in data processor also accepts Htmlable [#2414], credits to [@edwwaarrdd]. |
| 14 | + |
11 | 15 | ### [v9.10.1] - 2020-05-30
|
12 | 16 |
|
13 | 17 | - Fix type casting issue [#2399], credits to [@ehsanrasta].
|
@@ -381,7 +385,8 @@ return (new CollectionDataTable(User::all())->toJson();
|
381 | 385 | - Fix orderColumn api where related tables are not joined.
|
382 | 386 | - Fix nested with relation search and sort function.
|
383 | 387 |
|
384 |
| -[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.10.1...9.0 |
| 388 | +[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.10.2...9.0 |
| 389 | +[v9.10.2]: https://github.com/yajra/laravel-datatables/compare/v9.10.1...v9.10.2 |
385 | 390 | [v9.10.1]: https://github.com/yajra/laravel-datatables/compare/v9.10.0...v9.10.1
|
386 | 391 | [v9.10.0]: https://github.com/yajra/laravel-datatables/compare/v9.9.0...v9.10.0
|
387 | 392 | [v9.9.0]: https://github.com/yajra/laravel-datatables/compare/v9.8.0...v9.9.0
|
@@ -519,6 +524,7 @@ return (new CollectionDataTable(User::all())->toJson();
|
519 | 524 | [#2399]: https://github.com/yajra/laravel-datatables/pull/2399
|
520 | 525 | [#2391]: https://github.com/yajra/laravel-datatables/pull/2391
|
521 | 526 | [#2382]: https://github.com/yajra/laravel-datatables/pull/2382
|
| 527 | +[#2414]: https://github.com/yajra/laravel-datatables/pull/2414 |
522 | 528 |
|
523 | 529 | [#2091]: https://github.com/yajra/laravel-datatables/issues/2091
|
524 | 530 | [#2058]: https://github.com/yajra/laravel-datatables/issues/2058
|
@@ -598,3 +604,4 @@ return (new CollectionDataTable(User::all())->toJson();
|
598 | 604 | [@warlof]: https://github.com/warlof
|
599 | 605 | [@ehsanrasta]: https://github.com/ehsanrasta
|
600 | 606 | [@mgralikowski]: https://github.com/mgralikowski
|
| 607 | +[@edwwaarrdd]: https://github.com/edwwaarrdd |
0 commit comments