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

20220430 fix table #832

Merged
merged 23 commits into from
May 5, 2022
Merged

20220430 fix table #832

merged 23 commits into from
May 5, 2022

Conversation

chaishi
Copy link
Collaborator

@chaishi chaishi commented May 2, 2022

关联子仓库:Tencent/tdesign-common#443

🤔 这个 PR 的性质是?

  • 日常 bug 修复

🔗 相关 Issue

💡 需求背景和解决方案

📝 更新日志

  • feat(Table): 新增 API ellipsisTitle 用于单独控制表头的超出省略

  • fix(Table): 默认情况,表尾吸底显示与否计算遗漏 issue#833commit#8323ea

  • fix(Table): 加载状态会导致拖拽排序失效的问题,tdesign-vue-next#648commit#770d40

  • fix(Table): 修复表格 sorter:trueellipsis: true 时样式冲突问题 issue#778commit#c92168

  • fix(Table): TS 类型 TableColumns[0] 在严格模式下的使用问题

  • refactor(Table): TS 类型全部移入 interface.ts 文件中,并导出

  • 本条 PR 不需要纳入 Changelog

☑️ 请求合并前的自查清单

⚠️ 请自检并全部勾选全部选项⚠️

  • 文档已补充或无须补充
  • 代码演示已提供或无须提供
  • TypeScript 定义已补充或无须补充
  • Changelog 已提供或无须提供

@github-actions
Copy link
Contributor

github-actions bot commented May 2, 2022

完成

@codecov-commenter
Copy link

codecov-commenter commented May 2, 2022

Codecov Report

Merging #832 (3eae8c5) into develop (a0db0df) will increase coverage by 3.89%.
The diff coverage is 62.61%.

@@             Coverage Diff             @@
##           develop     #832      +/-   ##
===========================================
+ Coverage    57.56%   61.45%   +3.89%     
===========================================
  Files          346      355       +9     
  Lines        12828    13417     +589     
  Branches      2405     2540     +135     
===========================================
+ Hits          7384     8246     +862     
+ Misses        5200     4913     -287     
- Partials       244      258      +14     
Impacted Files Coverage Δ
src/avatar/group.tsx 97.14% <ø> (ø)
src/breadcrumb/breadcrumb-item-props.ts 100.00% <ø> (ø)
src/cascader/props.ts 91.66% <ø> (ø)
src/cascader/utils/inputContent.ts 59.45% <0.00%> (+6.68%) ⬆️
src/date-picker/date-picker.tsx 46.57% <0.00%> (+0.72%) ⬆️
src/date-picker/panel/date-range.tsx 7.48% <0.00%> (+0.29%) ⬆️
src/dialog/props.ts 70.00% <0.00%> (-30.00%) ⬇️
src/hooks/useVirtualScroll.ts 24.51% <ø> (ø)
src/input/index.ts 100.00% <ø> (ø)
src/menu/menu.tsx 61.90% <ø> (ø)
... and 127 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c733523...3eae8c5. Read the comment docs.

@uyarn uyarn merged commit 723095e into Tencent:develop May 5, 2022
@github-actions github-actions bot mentioned this pull request May 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants