Skip to content

Commit a970ba1

Browse files
committed
Bump v9.17.2 🚀
1 parent 22f5683 commit a970ba1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88

99
### [Unreleased]
1010

11+
### [v9.17.2] - 2021-04-12
12+
13+
- Remove unnecessary wrap to avoid performance issues #2608.
14+
- Fixes #1928.
15+
1116
### [v9.17.1] - 2021-03-23
1217

1318
- Fix morph relation support with multi level relations. #2588 #2590
@@ -444,7 +449,8 @@ return (new CollectionDataTable(User::all())->toJson();
444449
- Fix orderColumn api where related tables are not joined.
445450
- Fix nested with relation search and sort function.
446451

447-
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.17.1...9.0
452+
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.17.2...9.0
453+
[v9.17.2]: https://github.com/yajra/laravel-datatables/compare/v9.17.1...v9.17.2
448454
[v9.17.1]: https://github.com/yajra/laravel-datatables/compare/v9.17.0...v9.17.1
449455
[v9.17.0]: https://github.com/yajra/laravel-datatables/compare/v9.16.0...v9.17.0
450456
[v9.16.0]: https://github.com/yajra/laravel-datatables/compare/v9.15.2...v9.16.0

0 commit comments

Comments
 (0)