Skip to content

Commit 4974f6e

Browse files
committed
Bump v9.16.0 🚀
1 parent 1c82f1e commit 4974f6e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

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

99
### [Unreleased]
1010

11+
### [v9.16.0] - 2021-03-19
12+
13+
- Add set multi term on runtime [#2585]
14+
1115
### [v9.15.2] - 2020-12-04
1216

1317
- Remove raw sql when using regex and wrap the column name.
@@ -430,7 +434,8 @@ return (new CollectionDataTable(User::all())->toJson();
430434
- Fix orderColumn api where related tables are not joined.
431435
- Fix nested with relation search and sort function.
432436

433-
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.15.2...9.0
437+
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.16.0...9.0
438+
[v9.16.0]: https://github.com/yajra/laravel-datatables/compare/v9.15.2...v9.16.0
434439
[v9.15.2]: https://github.com/yajra/laravel-datatables/compare/v9.15.1...v9.15.2
435440
[v9.15.1]: https://github.com/yajra/laravel-datatables/compare/v9.15.0...v9.15.1
436441
[v9.15.0]: https://github.com/yajra/laravel-datatables/compare/v9.14.2...v9.15.0
@@ -588,6 +593,7 @@ return (new CollectionDataTable(User::all())->toJson();
588593
[#2535]: https://github.com/yajra/laravel-datatables/pull/2535
589594
[#2536]: https://github.com/yajra/laravel-datatables/pull/2536
590595
[#2540]: https://github.com/yajra/laravel-datatables/pull/2540
596+
[#2585]: https://github.com/yajra/laravel-datatables/pull/2585
591597

592598
[#1934]: https://github.com/yajra/laravel-datatables/issues/1934
593599
[#2091]: https://github.com/yajra/laravel-datatables/issues/2091

0 commit comments

Comments
 (0)