Skip to content

Commit 1f0945d

Browse files
committed
Bump v9.13.0 🚀
1 parent ea4b44a commit 1f0945d

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+
### [v9.13.0] - 2020-10-31
12+
13+
- Add support for search panes. [#2475]
14+
- Fix [#2463], [#2471]
15+
1116
### [v9.12.0] - 2020-10-31
1217

1318
- Add disable ordering via orderColumn. [#2481], credits to [@gredimano]
@@ -399,7 +404,8 @@ return (new CollectionDataTable(User::all())->toJson();
399404
- Fix orderColumn api where related tables are not joined.
400405
- Fix nested with relation search and sort function.
401406

402-
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.12.0...9.0
407+
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.13.0...9.0
408+
[v9.13.0]: https://github.com/yajra/laravel-datatables/compare/v9.12.0...v9.13.0
403409
[v9.12.0]: https://github.com/yajra/laravel-datatables/compare/v9.11.1...v9.12.0
404410
[v9.11.1]: https://github.com/yajra/laravel-datatables/compare/v9.11.0...v9.11.1
405411
[v9.11.0]: https://github.com/yajra/laravel-datatables/compare/v9.10.2...v9.11.0
@@ -544,6 +550,7 @@ return (new CollectionDataTable(User::all())->toJson();
544550
[#2414]: https://github.com/yajra/laravel-datatables/pull/2414
545551
[#2478]: https://github.com/yajra/laravel-datatables/pull/2478
546552
[#2481]: https://github.com/yajra/laravel-datatables/pull/2481
553+
[#2475]: https://github.com/yajra/laravel-datatables/pull/2475
547554

548555
[#1934]: https://github.com/yajra/laravel-datatables/issues/1934
549556
[#2091]: https://github.com/yajra/laravel-datatables/issues/2091
@@ -585,6 +592,8 @@ return (new CollectionDataTable(User::all())->toJson();
585592
[#1975]: https://github.com/yajra/laravel-datatables/issues/1975
586593
[#1747]: https://github.com/yajra/laravel-datatables/issues/1747
587594
[#1953]: https://github.com/yajra/laravel-datatables/issues/1953
595+
[#2463]: https://github.com/yajra/laravel-datatables/issues/2463
596+
[#2471]: https://github.com/yajra/laravel-datatables/issues/2471
588597

589598
[laravel-datatables-fractal]: https://github.com/yajra/laravel-datatables-fractal
590599

0 commit comments

Comments
 (0)