Skip to content

Commit 568e670

Browse files
committed
Bump v9.14.0 🚀
1 parent e018121 commit 568e670

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,11 @@
88

99
### [Unreleased]
1010

11+
### [v9.14.0] - 2020-11-03
12+
13+
- Add column formatter. [#2193]
14+
- Fix [yajra/laravel-datatables-editor#33](https://github.com/yajra/laravel-datatables-editor/issues/33)
15+
1116
### [v9.13.0] - 2020-10-31
1217

1318
- Add support for search panes. [#2475]
@@ -404,7 +409,8 @@ return (new CollectionDataTable(User::all())->toJson();
404409
- Fix orderColumn api where related tables are not joined.
405410
- Fix nested with relation search and sort function.
406411

407-
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.13.0...9.0
412+
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.14.0...9.0
413+
[v9.14.0]: https://github.com/yajra/laravel-datatables/compare/v9.13.0...v9.14.0
408414
[v9.13.0]: https://github.com/yajra/laravel-datatables/compare/v9.12.0...v9.13.0
409415
[v9.12.0]: https://github.com/yajra/laravel-datatables/compare/v9.11.1...v9.12.0
410416
[v9.11.1]: https://github.com/yajra/laravel-datatables/compare/v9.11.0...v9.11.1
@@ -551,6 +557,7 @@ return (new CollectionDataTable(User::all())->toJson();
551557
[#2478]: https://github.com/yajra/laravel-datatables/pull/2478
552558
[#2481]: https://github.com/yajra/laravel-datatables/pull/2481
553559
[#2475]: https://github.com/yajra/laravel-datatables/pull/2475
560+
[#2193]: https://github.com/yajra/laravel-datatables/pull/2193
554561

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

0 commit comments

Comments
 (0)