Skip to content

Commit a97a173

Browse files
committed
Bump v8.13.5 🚀
1 parent db2a58d commit a97a173

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

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

99
### [Unreleased]
1010

11+
### [v8.13.5] - 2019-02-13
12+
13+
- Keep select bindings option. [#1988], credits to [@royduin].
14+
- Fix [#1983].
15+
1116
### [v8.13.4] - 2019-01-29
1217

1318
- Added optional merge of config raw columns to rawColumns method. [#1960], credits to [@Spodnet]
@@ -281,7 +286,8 @@ return (new CollectionDataTable(User::all())->toJson();
281286
- Fix orderColumn api where related tables are not joined.
282287
- Fix nested with relation search and sort function.
283288

284-
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v8.13.4...8.0
289+
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v8.13.5...8.0
290+
[v8.13.5]: https://github.com/yajra/laravel-datatables/compare/v8.13.4...v8.13.5
285291
[v8.13.4]: https://github.com/yajra/laravel-datatables/compare/v8.13.3...v8.13.4
286292
[v8.13.3]: https://github.com/yajra/laravel-datatables/compare/v8.13.2...v8.13.3
287293
[v8.13.2]: https://github.com/yajra/laravel-datatables/compare/v8.13.1...v8.13.2
@@ -373,6 +379,7 @@ return (new CollectionDataTable(User::all())->toJson();
373379
[#1852]: https://github.com/yajra/laravel-datatables/pull/1852
374380
[#1942]: https://github.com/yajra/laravel-datatables/pull/1942
375381
[#1960]: https://github.com/yajra/laravel-datatables/pull/1960
382+
[#1988]: https://github.com/yajra/laravel-datatables/pull/1988
376383

377384
[#1626]: https://github.com/yajra/laravel-datatables/issues/1626
378385
[#1617]: https://github.com/yajra/laravel-datatables/issues/1617
@@ -394,6 +401,7 @@ return (new CollectionDataTable(User::all())->toJson();
394401
[#1805]: https://github.com/yajra/laravel-datatables/issues/1805
395402
[#1747]: https://github.com/yajra/laravel-datatables/issues/1747
396403
[#1951]: https://github.com/yajra/laravel-datatables/issues/1951
404+
[#1983]: https://github.com/yajra/laravel-datatables/issues/1983
397405

398406
[laravel-datatables-fractal]: https://github.com/yajra/laravel-datatables-fractal
399407

@@ -418,3 +426,4 @@ return (new CollectionDataTable(User::all())->toJson();
418426
[@sharifzadesina]: https://github.com/sharifzadesina
419427
[@ridaamirini]: https://github.com/ridaamirini
420428
[@Spodnet]: https://github.com/Spodnet
429+
[@royduin]: https://github.com/royduin

0 commit comments

Comments
 (0)