Skip to content

Commit 976e079

Browse files
committed
Changelog
1 parent 4359f84 commit 976e079

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
66

77
## [2.10.0] - 2023-01-XX
88

9+
### Added
10+
11+
- Added support for MorphOne relationships - https://github.com/rappasoft/laravel-livewire-tables/pull/844
12+
913
## [2.9.0] - 2022-12-21
1014

1115
### Added

docs/columns/relationships.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Relationships
33
weight: 2
44
---
55

6-
Out of the box the columns support `hasOne` and `belongsTo` relationships for display, sorting, and searching. The component will automatically join the necessary tables.
6+
Out of the box the columns support `hasOne`, `belongsTo`, and `MorphOne` relationships for display, sorting, and searching. The component will automatically join the necessary tables.
77

88
To call these relationships, just use the relationship dot-notation string as the field name:
99

0 commit comments

Comments
 (0)