-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Passing all row props to adapter * changeseT * spreading props to nested cells * Spreading props on table and headerrow * spreading header cell props * removing unused props from table spreads * update test cases * fixing validate issue * Changeset * remove redundant changeset * add ticket links for ts issues * lint --------- Co-authored-by: Adam Thompson <2414030+TheSonOfThomp@users.noreply.github.com> Co-authored-by: Brooke Scarlett Yalof <brooke.yalof@mongodb.com>
- Loading branch information
1 parent
c89d17a
commit f8bfa38
Showing
5 changed files
with
127 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@leafygreen-ui/table': patch | ||
--- | ||
|
||
Fixes bug in V11Adapter where not all props on rows and cells were not being passed to their rendered elements |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters