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(table): table.columns.thClassName doesn't work (#3198) #3238

Merged
merged 2 commits into from
Jul 15, 2024

Conversation

theBestVayne
Copy link
Contributor

@theBestVayne theBestVayne commented Jul 15, 2024

fix #3198

🤔 这个 PR 的性质是?

  • 日常 bug 修复
  • 新特性提交
  • 文档改进
  • 演示代码改进
  • 组件样式/交互改进
  • CI/CD 改进
  • 重构
  • 代码风格优化
  • 测试用例
  • 分支合并
  • 其他

🔗 相关 Issue

#3198

💡 需求背景和解决方案

背景:table组件声明了thClassName但未实现
解决方案:增加了thClassName的实现,

📝 更新日志

  • feat(Table): 新增支持API thClassName,用于需要在列表头自定义类名的场景

  • 本条 PR 不需要纳入 Changelog

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

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

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

Copy link
Contributor

github-actions bot commented Jul 15, 2024

完成

@uyarn uyarn merged commit 160653a into Tencent:develop Jul 15, 2024
6 checks passed
@github-actions github-actions bot mentioned this pull request Aug 15, 2024
16 tasks
uyarn pushed a commit that referenced this pull request Aug 15, 2024
* fix(table): table.columns.thClassName doesn't work (#3198)

fix #3198

* test(table): add missing test: thClassName
uyarn added a commit that referenced this pull request Aug 15, 2024
* chore: modify TEST_GUIDE link (#3239)

* fix(table): table.columns.thClassName doesn't work (#3198) (#3238)

* fix(table): table.columns.thClassName doesn't work (#3198)

fix #3198

* test(table): add missing test: thClassName

* fix(Upload): fix global icon replacement (#3244)

* feat(borderless): support borderless API (#3249)

* docs(Input): value type remove Number

* feat: support borderless mode

* docs(auto-complete): update doc

* feat(descriptions): make layout type to be multiple type (#3252)

* fix(TagInput): tagProps should effect minCollapseNum tag (#3260)

* fix(TagInput): tagProps should effect minCollapseNum tag

* chore: fix lint

* chore(deps-dev): bump @babel/helper-module-imports from 7.22.5 to 7.24.7 (#3259)

Bumps [@babel/helper-module-imports](https://github.com/babel/babel/tree/HEAD/packages/babel-helper-module-imports) from 7.22.5 to 7.24.7.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.7/packages/babel-helper-module-imports)

---
updated-dependencies:
- dependency-name: "@babel/helper-module-imports"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* fix(Form): fix Form scrollToFirstError bug (#3251)

* fix(Form): fix form-item class name and scrollToFirstError get form-item class name

* fix(Form): fix form-item class name and scrollToFirstError get form-item class name

* fix(Form): test update

---------

Co-authored-by: v-tangchenw <[email protected]>

* chore: remove ghost config from live demo (#3265)

* chore: update common (#3273)

* chore: update common

* fix(cascader): fix remove and change trigger effect

* chore: release 1.9.9 (#3274)

* chore: release 1.9.9

* chore: changelog's changes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

* chore: release 1.9.9-naruto

* chore: release 1.9.9-naruto

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: theBestVayne <[email protected]>
Co-authored-by: liweijie0812 <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MorningUei <[email protected]>
Co-authored-by: v-tangchenw <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
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.

[t-table] thClassName 失效
2 participants