Skip to content

Commit

Permalink
Bump v9.17.1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
yajra committed Mar 23, 2021
1 parent d90bfae commit 53b3f85
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@

### [Unreleased]

### [v9.17.1] - 2021-03-23

- Fix morph relation support with multi level relations. #2588 #2590
- Fix tests and doc blocks. #2586
- Fixes #2587, #2589, #2580

### [v9.17.0] - 2021-03-19

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

[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.17.0...9.0
[Unreleased]: https://github.com/yajra/laravel-datatables/compare/v9.17.1...9.0
[v9.17.1]: https://github.com/yajra/laravel-datatables/compare/v9.17.0...v9.17.1
[v9.17.0]: https://github.com/yajra/laravel-datatables/compare/v9.16.0...v9.17.0
[v9.16.0]: https://github.com/yajra/laravel-datatables/compare/v9.15.2...v9.16.0
[v9.15.2]: https://github.com/yajra/laravel-datatables/compare/v9.15.1...v9.15.2
Expand Down

0 comments on commit 53b3f85

Please sign in to comment.