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

chore: publish 0.42.1 #1549

Merged
merged 2 commits into from
Sep 27, 2022
Merged

chore: publish 0.42.1 #1549

merged 2 commits into from
Sep 27, 2022

Conversation

honkinglin
Copy link
Collaborator

@honkinglin honkinglin commented Sep 27, 2022

🤔 这个 PR 的性质是?

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

🔗 相关 Issue

💡 需求背景和解决方案

📝 更新日志

  • fix(组件名称): 处理问题或特性描述 ...

  • 本条 PR 不需要纳入 Changelog

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

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

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

@github-actions
Copy link
Contributor

github-actions bot commented Sep 27, 2022

🌈 0.42.1 2022-09-27

🚀 Features

  • Form:
    • FormList name 支持传入数组 @HQ-Lin (#1518)
    • FormItem 支持函数渲染子节点 @HQ-Lin (#1518)
    • FormItem 支持 shouldUpdate api 自定义控制渲染时机 @HQ-Lin (#1518)
  • Upload:
  • Table: 新增 column.resizable 支持自定义任意列是否可拖拽调整宽度 @ZTao-z (#1535)
  • Tooltip: 新增lite模式子组件,rate/imageviewer改用lite版本 @carolin913 (#1546)
  • TimePicker: 优化边距 ui @wanghanzhen (#1531)
  • ImageViewer: 优化内部 dom 节点class bem 命名规范 @Ylushen (#1533)

🐞 Bug Fixes

  • Upload:
    • 修复无法多次拖拽上传文件问题 @chaishi (#1524)
    • 修复文件大小超出时无法显示错误问题 @chaishi (#1524)
    • 修复文件上传进度仅显示 0% 和 100%,缺少中间进度 问题 @chaishi (#1524)
  • Input:
    • 修复input的 autoWidth 配置开启下,计算宽度时取的 placeholder不正确问题 @yusongh (#1537)
    • 修复默认状态提示文字颜色错误问题 @xiaosansiji (#1486)
  • TimePicker: 修复部分场景滚动异常无法选中23:59:59的问题 @uyarn (#1511)
  • Dropdown: 修复点击选项没有触发onVisibleChange的问题 @uyarn (#1516)
  • Tree: 支持树可拖拽 @HelKyle (#1534)
  • Select: 修复Select组件多选情况下禁用组件后还能点击删除选项的问题 @AqingCyan (#1529)
  • TagInput: 修复 react 16 版本 event 对象缺失 code 属性判断错误 @HQ-Lin (#1526)
  • DatePicker: 修复输入框清空后关闭弹窗未重置问题 @HQ-Lin (#1543)

@github-actions
Copy link
Contributor

完成

@codecov-commenter
Copy link

Codecov Report

Merging #1549 (39a2628) into develop (8a9ef3a) will increase coverage by 3.58%.
The diff coverage is 68.61%.

❗ Current head 39a2628 differs from pull request most recent head 7ccaf98. Consider uploading reports for the commit 7ccaf98 to get more accurate results

@@             Coverage Diff             @@
##           develop    #1549      +/-   ##
===========================================
+ Coverage    61.00%   64.58%   +3.58%     
===========================================
  Files         1030     1043      +13     
  Lines        17933    18272     +339     
  Branches      4121     4145      +24     
===========================================
+ Hits         10940    11801     +861     
+ Misses        6993     6471     -522     
Impacted Files Coverage Δ
src/_util/usePluginConfig.ts 0.00% <0.00%> (ø)
src/_util/useRipple.ts 26.38% <0.00%> (-0.38%) ⬇️
src/_util/wrapDisabledButton.tsx 0.00% <0.00%> (ø)
src/alert/_example/base.jsx 100.00% <ø> (ø)
src/alert/_example/operation.jsx 60.00% <0.00%> (-40.00%) ⬇️
src/cascader/_example/check-strictly.jsx 77.77% <ø> (ø)
src/cascader/_example/collapsed.jsx 87.50% <ø> (ø)
src/cascader/_example/disabled.jsx 100.00% <ø> (ø)
src/cascader/_example/filterable.jsx 77.77% <ø> (ø)
src/cascader/_example/keys.jsx 80.00% <ø> (ø)
... and 273 more

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

@github-actions
Copy link
Contributor

Size Change: -1 B (0%)

Total Size: 751 kB

Filename Size Change
./dist/tdesign.js 420 kB -1 B (0%)
ℹ️ View Unchanged
Filename Size
./dist/reset.css 1.94 kB
./dist/tdesign.css 51.8 kB
./dist/tdesign.min.css 47.2 kB
./dist/tdesign.min.js 230 kB

@honkinglin honkinglin merged commit 0abf086 into develop Sep 27, 2022
@honkinglin honkinglin deleted the release/0.42.1 branch September 27, 2022 06:20
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.

2 participants