Skip to content

Conversation

@liweijie0812
Copy link
Collaborator

@liweijie0812 liweijie0812 commented Sep 16, 2025

🤔 这个 PR 的性质是?

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

🔗 相关 Issue

💡 需求背景和解决方案

📝 更新日志

  • feat(Icon): tdesign-icons-vue-next 发布 0.6.1 版本,新增align-bottomno-resultno-result-filledtree-listwifi-nowifi-no-filledlogo-stackblitz-filledlogo-stackblitzlogo-wecom-filled 图标;移除 video-camera-3video-camera-3-filledlist 图标,此前有依赖以上移除图标升级请注意 ⚠️ @uyarn

  • feat(Icon): 按需加载方式使用的图标资源支持可变粗细功能,通过strokeWidth属性进行配置 @uyarn

  • feat(Icon): 按需加载方式使用的图标资源支持多色填充功能,通过strokeColorfillColor 属性进行配置 @uyarn

  • 本条 PR 不需要纳入 Changelog

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

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

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

@liweijie0812
Copy link
Collaborator Author

/update-snapshot

@github-actions
Copy link
Contributor

⏳ 正在运行快照更新。。。 CI: Open

@github-actions
Copy link
Contributor

github-actions bot commented Sep 16, 2025

完成

@pkg-pr-new
Copy link

pkg-pr-new bot commented Sep 16, 2025

Open in StackBlitz

npm i https://pkg.pr.new/tdesign-mobile-react@785

commit: 8e0c8f4

@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 57.47%. Comparing base (02b774b) to head (c85846c).
⚠️ Report is 307 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff              @@
##           develop     #785       +/-   ##
============================================
+ Coverage     6.93%   57.47%   +50.54%     
============================================
  Files          400      282      -118     
  Lines         4241     7099     +2858     
  Branches       990     1929      +939     
============================================
+ Hits           294     4080     +3786     
+ Misses        3947     3019      -928     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@anlyyao anlyyao merged commit a86e3cd into develop Sep 22, 2025
12 checks passed
@anlyyao anlyyao deleted the chore/icons/0.4.x branch September 22, 2025 07:13
anlyyao added a commit that referenced this pull request Sep 22, 2025
* chore: update group code path (#759)

* Update image source for user group QR code

* Fix image source for user group in README

Updated image source for user group in README.

* test(layout): optimized the unit tests for the layout component (#749)

* test(divider): merged test cases for the divider component and optimized

Merged the original two test files into one, removed duplicates, and optimized the format.

fix #697

* test(divider): standardize divider test cases

standardize Divider test cases

fix #697

* test(divider): removed some unnecessary snapshots

- Align, layout, dashed assertions: no snapshot storage (verify CSS classes).

fix #697

* test(layout): optimized the unit tests for the layout component

- Merged multiple test files and optimized the test cases

fix #697

* fix(steps): inconsistent rendering between string and number when the props of 'current' is a string (#761)

- Character conversion when the props of 'current' is a string

* test(drawer): add unit test (#767)

* test(drawer): add unit test

* chore: update snapshot

* fix: fix cr

---------

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

* test(steps): optimized the unit tests for the steps component (#765)

- Merged duplicate test cases and added supplementary ones, achieving 100% coverage.

fix #697

* test(component): add test case of stepper (#763)

* test(component): add test case of stepper

* fix: fix cr

---------

Co-authored-by: anlyyao <anly_yaw@163.com>

* test(pull-down-refresh): add pull-down-refresh test (#774)

* test(pull-down-refresh): add pull-down-refresh test

* test(pull-down-refresh): improve coverage

* test(pull-down-refresh): improve code and add coverage

* test(pull-down-refresh): improve hooks test

* test(pull-down-refresh): improve test coverage

* fix(PullDownRefresh): fix change event always being triggered twice

* chore: update demo

---------

Co-authored-by: anlyyao <anly_yaw@163.com>

* test(DropdownMenu): add test (#762)

* test(DropdownMenu): add test

* test: refactor code structure for improved readability and maintainability

* chore: update snapshot

* test(DropdownMenu): enhance tests for custom options and rendering behavior

* test(DropdownItem): add comprehensive tests for DropdownItem component functionality

* test: improve test coverage for dropdownMenu

* test(dropdown-menu): add clickaway behavior tests for DropdownItem and enhance existing tests

* test: update dropdownMenu test coverage to 100%

* test: remove snapshot tests for DropdownItem and DropdownMenu

* test(dropdown-item): simplify style check by asserting style attribute is null

* test(dropdown-item): simplify style check by removing unnecessary null check

---------

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

* 更新`Image`组件示例对齐 (#769)

* fix(image): update Image component examples

* fix(image): update unit test

* chore: formatting unit test files

* chore: update demo

---------

Co-authored-by: anlyyao <anly_yaw@163.com>

* test(table): add table test (#751)

* test: (table): add table test

* test: add table test case

* test(cell): add cell test (#737)

* test(cell): add cell test

* chore: formatting unit test files

---------

Co-authored-by: anlyyao <anly_yaw@163.com>

* test(Qrcode): add qrcode's unit test (#731)

* test(Qrcode): add qrcode's unit test

* fix: resolve conflicts

---------

Co-authored-by: anlyyao <anly_yaw@163.com>

* feat(test): 新增 Rate 相关组件测试,优化提示框逻辑与安全访问 (#754)

* feat(test): 新增 Rate 相关组件测试,优化提示框逻辑与安全访问

* test: 移除 Rate 组件拖拽时 Tips 显示值测试用例

* refactor: 重构测试用例分组,新增提示隐藏延迟常量

---------

Co-authored-by: lockiechen <290015551@qq.com>

* test(count-down): add count-down test (#697) (#781)

* test(count-down): add count-down test (#697)

* test(CountDown): 修复报错信息 (#697)

* test: update test case name

---------

Co-authored-by: novlan1 <1576271227@qq.com>

* feat(Message): add unit test and fix problems (#779)

* feat(Message): add unit test and fix problems

* chore: test

* feat(message): support object type of link

* test(message): 提升覆盖率

* test: 提升覆盖率

---------

Co-authored-by: novlan1 <1576271227@qq.com>

* feat(icon): upgrade icon 0.6.x (#785)

* feat(icon): upgrade icon 0.4.x

* chore: update snapshot

* fix(site): repair document rendering failed

* feat(Icon): update demo

---------

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

---------

Co-authored-by: liweijie0812 <674416404@qq.com>
Co-authored-by: PiePie <45820630+ImaginingMaker@users.noreply.github.com>
Co-authored-by: Cyrios <995055954@qq.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: xliudaxia <xliudaxia@users.noreply.github.com>
Co-authored-by: JustGenius-s <53108645+JustGenius-s@users.noreply.github.com>
Co-authored-by: 阿菜 Cai <jimmyrss1102@gmail.com>
Co-authored-by: Yunqi Bai <byq1213@qq.com>
Co-authored-by: Boomkaa <48501916+Boomkaa@users.noreply.github.com>
Co-authored-by: Saraph1nes <52569690+Saraph1nes@users.noreply.github.com>
Co-authored-by: Lime_omie <128479982+MeoRinLime@users.noreply.github.com>
Co-authored-by: lockiechen <33082528+lockiechen@users.noreply.github.com>
Co-authored-by: lockiechen <290015551@qq.com>
Co-authored-by: SinzoL <113221060+SinzoL@users.noreply.github.com>
Co-authored-by: novlan1 <1576271227@qq.com>
Co-authored-by: julian <42023571+vancece@users.noreply.github.com>
@liweijie0812 liweijie0812 mentioned this pull request Sep 24, 2025
16 tasks
@github-actions github-actions bot mentioned this pull request Oct 11, 2025
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.

4 participants