Skip to content

Commit 177b436

Browse files
committed
Bump v9.2.0 🚀
1 parent 7c699d1 commit 177b436

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

CHANGELOG.md

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

99
### [Unreleased]
1010

11+
### [v9.2.0] - 2019-05-09
12+
13+
- Enable the dotted notation in the ->removeColumn() function. [#2082], credits to [@Arkhas].
14+
- Consider black listed columns on column search. [#2079], credits to [@apreiml].
15+
- Using predefined offsets for API-driven server-side(ish) DataTables. [#2083], credits to [@Stokoe0990].
16+
1117
### [v9.1.1] - 2019-04-25
1218

1319
- Revert [#2051], fix [#2058]. [#2072].
@@ -313,7 +319,8 @@ return (new CollectionDataTable(User::all())->toJson();
313319
- Fix orderColumn api where related tables are not joined.
314320
- Fix nested with relation search and sort function.
315321

316-
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.1.1...9.0
322+
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.2.0...9.0
323+
[v9.2.0]: https://github.com/yajra/laravel-datatables/compare/v9.1.1...v9.2.0
317324
[v9.1.1]: https://github.com/yajra/laravel-datatables/compare/v9.1.0...v9.1.1
318325
[v9.1.0]: https://github.com/yajra/laravel-datatables/compare/v9.0.1...v9.1.0
319326
[v9.0.1]: https://github.com/yajra/laravel-datatables/compare/v9.0.0...v9.0.1
@@ -417,6 +424,9 @@ return (new CollectionDataTable(User::all())->toJson();
417424
[#2067]: https://github.com/yajra/laravel-datatables/pull/2067
418425
[#2051]: https://github.com/yajra/laravel-datatables/pull/2051
419426
[#2072]: https://github.com/yajra/laravel-datatables/pull/2072
427+
[#2082]: https://github.com/yajra/laravel-datatables/pull/2082
428+
[#2079]: https://github.com/yajra/laravel-datatables/pull/2079
429+
[#2083]: https://github.com/yajra/laravel-datatables/pull/2083
420430

421431
[#2058]: https://github.com/yajra/laravel-datatables/issues/2058
422432
[#1626]: https://github.com/yajra/laravel-datatables/issues/1626
@@ -477,3 +487,6 @@ return (new CollectionDataTable(User::all())->toJson();
477487
[@sgotre]: https://github.com/sgotre
478488
[@lukchojnicki]: https://github.com/lukchojnicki
479489
[@Morinohtar]: https://github.com/Morinohtar
490+
[@Arkhas]: https://github.com/Arkhas
491+
[@apreiml]: https://github.com/apreiml
492+
[@Stokoe0990]: https://github.com/Stokoe0990

0 commit comments

Comments
 (0)