Skip to content

Commit 0fbc3ba

Browse files
committed
Bump v9.12.0 🚀
1 parent cfac1b4 commit 0fbc3ba

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.12.0] - 2020-10-31
12+
13+
- Add disable ordering via orderColumn. [#2481], credits to [@gredimano]
14+
- Fix [#1953]
15+
1116
### [v9.11.1] - 2020-10-06
1217

1318
- Use simple numeric sorting when dealing with numeric values [#2478], credits to [@miken32]
@@ -394,7 +399,8 @@ return (new CollectionDataTable(User::all())->toJson();
394399
- Fix orderColumn api where related tables are not joined.
395400
- Fix nested with relation search and sort function.
396401

397-
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.11.1...9.0
402+
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.12.0...9.0
403+
[v9.12.0]: https://github.com/yajra/laravel-datatables/compare/v9.11.1...v9.12.0
398404
[v9.11.1]: https://github.com/yajra/laravel-datatables/compare/v9.11.0...v9.11.1
399405
[v9.11.0]: https://github.com/yajra/laravel-datatables/compare/v9.10.2...v9.11.0
400406
[v9.10.2]: https://github.com/yajra/laravel-datatables/compare/v9.10.1...v9.10.2
@@ -537,6 +543,7 @@ return (new CollectionDataTable(User::all())->toJson();
537543
[#2382]: https://github.com/yajra/laravel-datatables/pull/2382
538544
[#2414]: https://github.com/yajra/laravel-datatables/pull/2414
539545
[#2478]: https://github.com/yajra/laravel-datatables/pull/2478
546+
[#2481]: https://github.com/yajra/laravel-datatables/pull/2481
540547

541548
[#1934]: https://github.com/yajra/laravel-datatables/issues/1934
542549
[#2091]: https://github.com/yajra/laravel-datatables/issues/2091
@@ -577,6 +584,7 @@ return (new CollectionDataTable(User::all())->toJson();
577584
[#2202]: https://github.com/yajra/laravel-datatables/issues/2202
578585
[#1975]: https://github.com/yajra/laravel-datatables/issues/1975
579586
[#1747]: https://github.com/yajra/laravel-datatables/issues/1747
587+
[#1953]: https://github.com/yajra/laravel-datatables/issues/1953
580588

581589
[laravel-datatables-fractal]: https://github.com/yajra/laravel-datatables-fractal
582590

@@ -619,3 +627,4 @@ return (new CollectionDataTable(User::all())->toJson();
619627
[@mgralikowski]: https://github.com/mgralikowski
620628
[@edwwaarrdd]: https://github.com/edwwaarrdd
621629
[@miken32]: https://github.com/miken32
630+
[@gredimano]: https://github.com/gredimano

0 commit comments

Comments
 (0)