Skip to content

Commit 53b3f85

Browse files
committed
Bump v9.17.1 🚀
1 parent d90bfae commit 53b3f85

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

99
### [Unreleased]
1010

11+
### [v9.17.1] - 2021-03-23
12+
13+
- Fix morph relation support with multi level relations. #2588 #2590
14+
- Fix tests and doc blocks. #2586
15+
- Fixes #2587, #2589, #2580
16+
1117
### [v9.17.0] - 2021-03-19
1218

1319
- feat(relations): add partial polymorphic support [#2580]
@@ -438,7 +444,8 @@ return (new CollectionDataTable(User::all())->toJson();
438444
- Fix orderColumn api where related tables are not joined.
439445
- Fix nested with relation search and sort function.
440446

441-
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.17.0...9.0
447+
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.17.1...9.0
448+
[v9.17.1]: https://github.com/yajra/laravel-datatables/compare/v9.17.0...v9.17.1
442449
[v9.17.0]: https://github.com/yajra/laravel-datatables/compare/v9.16.0...v9.17.0
443450
[v9.16.0]: https://github.com/yajra/laravel-datatables/compare/v9.15.2...v9.16.0
444451
[v9.15.2]: https://github.com/yajra/laravel-datatables/compare/v9.15.1...v9.15.2

0 commit comments

Comments
 (0)