Skip to content

Commit 9797a5f

Browse files
committed
Bump v9.8.0 🚀
1 parent 20cc622 commit 9797a5f

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.8.0] - 2019-12-17
12+
13+
- Add the possibility to makeVisible() some attribute of a model. [#2263], credits to [@imTigger].
14+
1115
### [v9.7.2] - 2019-11-11
1216

1317
- Cast database engines to array. [#2240], credits to [@mtvbrianking].
@@ -362,7 +366,8 @@ return (new CollectionDataTable(User::all())->toJson();
362366
- Fix orderColumn api where related tables are not joined.
363367
- Fix nested with relation search and sort function.
364368

365-
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.7.2...9.0
369+
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.8.0...9.0
370+
[v9.8.0]: https://github.com/yajra/laravel-datatables/compare/v9.7.2...v9.8.0
366371
[v9.7.2]: https://github.com/yajra/laravel-datatables/compare/v9.7.1...v9.7.2
367372
[v9.7.1]: https://github.com/yajra/laravel-datatables/compare/v9.7.0...v9.7.1
368373
[v9.7.0]: https://github.com/yajra/laravel-datatables/compare/v9.6.1...v9.7.0
@@ -490,6 +495,7 @@ return (new CollectionDataTable(User::all())->toJson();
490495
[#2199]: https://github.com/yajra/laravel-datatables/pull/2199
491496
[#2222]: https://github.com/yajra/laravel-datatables/pull/2222
492497
[#2240]: https://github.com/yajra/laravel-datatables/pull/2240
498+
[#2263]: https://github.com/yajra/laravel-datatables/pull/2263
493499

494500
[#2091]: https://github.com/yajra/laravel-datatables/issues/2091
495501
[#2058]: https://github.com/yajra/laravel-datatables/issues/2058
@@ -562,3 +568,4 @@ return (new CollectionDataTable(User::all())->toJson();
562568
[@selecod]: https://github.com/selecod
563569
[@lloricode]: https://github.com/lloricode
564570
[@mtvbrianking]: https://github.com/mtvbrianking
571+
[@imTigger]: https://github.com/imTigger

0 commit comments

Comments
 (0)