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

feat: release 0.43.2 #1120

Merged
merged 4 commits into from
Jul 4, 2022
Merged

feat: release 0.43.2 #1120

merged 4 commits into from
Jul 4, 2022

Conversation

xiaosansiji
Copy link
Collaborator

No description provided.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 4, 2022

🌈 0.43.2 2022-07-04

🚀 Features

  • Form:
    • 添加内置校验方法 whitespace @PengYYYYY (#1095)
    • 新增校验触发方式 trigger: 'blur' @k1nz (#1051)
    • 现在 FormItem.labelstring 类型时, Form.errorMessage 模板中的 ${name} 会被替换为 FormItem.label 属性;当 label 属性为 slot/function 时,${name} 会被替换为 FormItem.name 属性 @k1nz (#1051)
  • Table: @chaishi (#1115)
    • 可编辑单元格,支持编辑组件联动, issue#995
    • 树形结构行选中支持半选状态,#1004
    • 树形结构,缩进 indent 支持 0

🐞 Bug Fixes

@github-actions
Copy link
Contributor

github-actions bot commented Jul 4, 2022

Size Change: 0 B

Total Size: 842 kB

ℹ️ View Unchanged
Filename Size
./dist/reset.css 1.94 kB
./dist/tdesign.css 44.9 kB
./dist/tdesign.js 496 kB
./dist/tdesign.min.css 41 kB
./dist/tdesign.min.js 258 kB

@codecov-commenter
Copy link

codecov-commenter commented Jul 4, 2022

Codecov Report

Merging #1120 (7f006b1) into develop (a0db0df) will increase coverage by 1.49%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop    #1120      +/-   ##
===========================================
+ Coverage    57.56%   59.05%   +1.49%     
===========================================
  Files          346      406      +60     
  Lines        12828    15125    +2297     
  Branches      2405     2843     +438     
===========================================
+ Hits          7384     8932    +1548     
- Misses        5200     5918     +718     
- Partials       244      275      +31     
Impacted Files Coverage Δ
src/swiper/props.ts 68.75% <0.00%> (-31.25%) ⬇️
src/dialog/props.ts 70.00% <0.00%> (-30.00%) ⬇️
src/calendar/props.ts 70.00% <0.00%> (-30.00%) ⬇️
src/date-picker/props.ts 70.00% <0.00%> (-30.00%) ⬇️
src/drawer/props.ts 71.42% <0.00%> (-28.58%) ⬇️
src/pagination/props.ts 72.72% <0.00%> (-27.28%) ⬇️
src/affix/affix.tsx 39.06% <0.00%> (-27.01%) ⬇️
src/popup/props.ts 75.00% <0.00%> (-25.00%) ⬇️
src/select/props.ts 75.00% <0.00%> (-25.00%) ⬇️
src/slider/props.ts 75.00% <0.00%> (-25.00%) ⬇️
... and 220 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 6b56274...7f006b1. Read the comment docs.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 4, 2022

完成

@github-actions
Copy link
Contributor

github-actions bot commented Jul 4, 2022

🌈 0.43.2 2022-07-04

🚀 Features

  • Form:
    • 添加内置校验方法 whitespace @PengYYYYY (#1095)
    • 新增校验触发方式 trigger: 'blur' @k1nz (#1051)
    • 现在 FormItem.labelstring 类型时, Form.errorMessage 模板中的 ${name} 会被替换为 FormItem.label 属性;当 label 属性为 slot/function 时,${name} 会被替换为 FormItem.name 属性 @k1nz (#1051)
  • Table: @chaishi (#1115)
    • 可编辑单元格,支持编辑组件联动, issue#995
    • 树形结构行选中支持半选状态,#1004
    • 树形结构,缩进 indent 支持 0

🐞 Bug Fixes

@github-actions
Copy link
Contributor

github-actions bot commented Jul 4, 2022

Size Change: -2 B (0%)

Total Size: 842 kB

Filename Size Change
./dist/tdesign.js 496 kB -3 B (0%)
./dist/tdesign.min.js 258 kB +1 B (0%)
ℹ️ View Unchanged
Filename Size
./dist/reset.css 1.94 kB
./dist/tdesign.css 44.9 kB
./dist/tdesign.min.css 41 kB

@github-actions
Copy link
Contributor

github-actions bot commented Jul 4, 2022

(删除此行代表确认该日志): 修改并确认日志后删除这一行,机器人会提交到 本 PR 的 CHANGELOG.md 文件中

🌈 0.43.2 2022-07-04

🚀 Features

  • Form: 添加内置校验方法 whitespace @PengYYYYY (#1095)
  • Form: 新增校验触发方式 trigger: 'blur' @k1nz (#1051)
  • Form: 现在 FormItem.labelstring 类型时, Form.errorMessage 模板中的 ${name} 会被替换为 FormItem.label 属性;当 label 属性为 slot/function 时,${name} 会被替换为 FormItem.name 属性 @k1nz (#1051)
  • table: 可编辑单元格,支持编辑组件联动, issue#995 @chaishi (#1115)
  • table: 树形结构行选中支持半选状态,#1004 @chaishi (#1115)
  • Form: 新增校验触发方式 trigger: 'blur' @k1nz (#1051)
  • Form: 现在 FormItem.labelstring 类型时, Form.errorMessage 模板中的 ${name} 会被替换为 FormItem.label 属性;当 label 属性为 slot/function 时,${name} 会被替换为 FormItem.name 属性 @k1nz (#1051)

🐞 Bug Fixes

  • Dialog: 修复 closeOnOverlayClick closeOnEscKeydown 默认值导致的无法设置的问题 (#1096 ) @PengYYYYY (#1095)
  • Drawer: 修复 closeOnOverlayClick closeOnEscKeydown 默认值导致的无法设置的问题 (#1097 ) @PengYYYYY (#1095)
  • Drawer: 修复 header 默认值为 undefined @PengYYYYY (#1095)
  • Dialog: 修复 dialog 滚动失效问题 @HQ-Lin (#1101)
  • Form: 修复 number 规则校验不生效的问题 @k1nz (#1051)
  • ConfigProvider: 修复 config-provider 同时存在 provide 和 setup#provide 导致卡顿的性能问题 @Ryqsky (#1113)
  • table: 动态数据合并单元格,删除行数据时,未更新合并单元格状态,issue#1045issue#992#bb9e6656 @chaishi (#1110)
  • table: 修复自定义筛选组件不显示问题,issue#1114 @chaishi (#1110)
  • table: 树形结构,缩进 indent 支持 0 @chaishi (#1115)
  • RangeInput: 修复失去焦点高亮样式缺失的问题 @HQ-Lin (#1098)
  • Form: 修复 number 规则校验不生效的问题 @k1nz (#1051)
  • ConfigProvider: 修复 config-provider 同时存在 provide 和 setup#provide 导致卡顿的性能问题 @Ryqsky (#1113)

🚧 Others

@github-actions
Copy link
Contributor

github-actions bot commented Jul 4, 2022

Size Change: -2 B (0%)

Total Size: 842 kB

Filename Size Change
./dist/tdesign.js 496 kB -3 B (0%)
./dist/tdesign.min.js 258 kB +1 B (0%)
ℹ️ View Unchanged
Filename Size
./dist/reset.css 1.94 kB
./dist/tdesign.css 44.9 kB
./dist/tdesign.min.css 41 kB

@uyarn uyarn merged commit 9538a73 into develop Jul 4, 2022
@uyarn uyarn deleted the release/0.43.2 branch July 4, 2022 09:31
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.

None yet

3 participants