Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(addon-table): support partial objects #2722

Merged
merged 1 commit into from
Sep 16, 2022
Merged

Conversation

splincode
Copy link
Member

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows Conventional Commits
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Refactoring
  • Code style update
  • Build or CI related changes
  • Documentation content changes

What is the current behavior?

Closes #2706

Does this PR introduce a breaking change?

  • Yes
  • No

@lumberjack-bot
Copy link

lumberjack-bot bot commented Sep 16, 2022

Pull request was closed ✔️

All saved screenshots (for current PR) were deleted 🗑️

@github-actions
Copy link
Contributor

github-actions bot commented Sep 16, 2022

Visit the preview URL for this PR (updated for commit a9f56a2):

https://taiga-ui--pr2722-splincode-fix-issues-purgbkjd.web.app

(expires Sat, 17 Sep 2022 16:05:25 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

@splincode splincode force-pushed the splincode/fix/issues/2706 branch 2 times, most recently from c9a9a7a to 85848d1 Compare September 16, 2022 15:52
@codecov
Copy link

codecov bot commented Sep 16, 2022

Codecov Report

Merging #2722 (a9f56a2) into main (1549898) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main    #2722   +/-   ##
=======================================
  Coverage   56.67%   56.67%           
=======================================
  Files         956      956           
  Lines        9237     9237           
  Branches     1894     1894           
=======================================
  Hits         5235     5235           
  Misses       3591     3591           
  Partials      411      411           
Flag Coverage Δ
addon-charts 73.64% <ø> (ø)
addon-doc 19.12% <ø> (ø)
addon-editor 28.82% <ø> (ø)
addon-mobile ∅ <ø> (∅)
addon-table 83.78% <ø> (ø)
addon-tablebars ∅ <ø> (∅)
cdk 62.87% <ø> (ø)
core 62.86% <ø> (ø)
kit 61.50% <ø> (ø)
summary 56.67% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@splincode splincode force-pushed the splincode/fix/issues/2706 branch from 85848d1 to a9f56a2 Compare September 16, 2022 16:01
@splincode splincode merged commit 550b11a into main Sep 16, 2022
@splincode splincode deleted the splincode/fix/issues/2706 branch September 16, 2022 16:08
@well-done-bot
Copy link

well-done-bot bot commented Sep 16, 2022

'Well done'

@tinkoff-bot tinkoff-bot mentioned this pull request Sep 16, 2022
evantrimboli pushed a commit to evantrimboli/taiga-ui that referenced this pull request Sep 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

🐞 - [Table] Type 'IUser[]' is not assignable to type 'readonly Record<keyof IUser, any>[]'
2 participants