Skip to content

Commit 7ccbc89

Browse files
committed
Bump v9.10.2 🚀
1 parent f0b4e60 commit 7ccbc89

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
### [Unreleased]
1010

11+
### [v9.10.2] - 2020-06-17
12+
13+
- Escape row in data processor also accepts Htmlable [#2414], credits to [@edwwaarrdd].
14+
1115
### [v9.10.1] - 2020-05-30
1216

1317
- Fix type casting issue [#2399], credits to [@ehsanrasta].
@@ -381,7 +385,8 @@ return (new CollectionDataTable(User::all())->toJson();
381385
- Fix orderColumn api where related tables are not joined.
382386
- Fix nested with relation search and sort function.
383387

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
385390
[v9.10.1]: https://github.com/yajra/laravel-datatables/compare/v9.10.0...v9.10.1
386391
[v9.10.0]: https://github.com/yajra/laravel-datatables/compare/v9.9.0...v9.10.0
387392
[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();
519524
[#2399]: https://github.com/yajra/laravel-datatables/pull/2399
520525
[#2391]: https://github.com/yajra/laravel-datatables/pull/2391
521526
[#2382]: https://github.com/yajra/laravel-datatables/pull/2382
527+
[#2414]: https://github.com/yajra/laravel-datatables/pull/2414
522528

523529
[#2091]: https://github.com/yajra/laravel-datatables/issues/2091
524530
[#2058]: https://github.com/yajra/laravel-datatables/issues/2058
@@ -598,3 +604,4 @@ return (new CollectionDataTable(User::all())->toJson();
598604
[@warlof]: https://github.com/warlof
599605
[@ehsanrasta]: https://github.com/ehsanrasta
600606
[@mgralikowski]: https://github.com/mgralikowski
607+
[@edwwaarrdd]: https://github.com/edwwaarrdd

0 commit comments

Comments
 (0)