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

Release/0.42.0 #977

Merged
merged 7 commits into from
Jun 10, 2022
Merged

Release/0.42.0 #977

merged 7 commits into from
Jun 10, 2022

Conversation

xiaosansiji
Copy link
Collaborator

No description provided.

@github-actions
Copy link
Contributor

github-actions bot commented Jun 10, 2022

🌈 0.41.8 2022-06-10

❗️ BREAKING CHANGES

  • Dialog: 移除 transform 定位实现方案,如有覆盖 Dialog 组件样式的情况请注意 DOM 结构有变动 @huoyuhao (#970)

🚀 Features

  • Table:
    • 筛选对话框输入筛选内容之后按回触发筛选过滤,issue#802 @chaishi (#952)
    • 筛选功能支持自定义组件方式,示例:columns: [{ filter: { component: DatePicker, props: {} } }] @chaishi (#952)
    • 拖拽调整宽度,支持设置最小宽度和最大宽度 column.resizeissue#929 @chaishi (#952)
    • 拖拽排序事件,新增参数 datanewData,分别表示变更前后的数据 @chaishi (#955)
  • Popup: 支持动态设置 trigger & placement @ikeq (#950)
  • Select:
    • select组件支持虚拟滚动 @uyarn (#972)
    • 重构为 composition API 实现,组件底层基于 SelectInput 实现 @skytt (#905)
  • Upload: 图片上传文案支持自定义 @Isabella327 (#971)
  • 新增 InputAdornment 组件 @HQ-Lin (#962)

🐞 Bug Fixes

  • Popup: 修复初始化 visible 为 true 时的定位抖动问题 @ikeq (#950)
  • Table:
  • Select:
    • 修复 inputProps 透传无效的问题 @skytt (#905)
    • 修复 placeholder 无法设置空字符串的问题 @skytt (#905)
    • 修复单选场景无法使用 valueDisplay 能力的问题 @skytt (#905)
  • Datepicker: 修复 popupProps 传入无效的问题 @chiyu1996 (#974)

@github-actions
Copy link
Contributor

Size Change: 0 B

Total Size: 814 kB

ℹ️ View Unchanged
Filename Size
./dist/tdesign.css 45.1 kB
./dist/tdesign.js 480 kB
./dist/tdesign.min.css 40.3 kB
./dist/tdesign.min.js 250 kB

@codecov-commenter
Copy link

Codecov Report

Merging #977 (0bfd142) into develop (a0db0df) will increase coverage by 2.12%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop     #977      +/-   ##
===========================================
+ Coverage    57.56%   59.68%   +2.12%     
===========================================
  Files          346      382      +36     
  Lines        12828    14590    +1762     
  Branches      2405     2733     +328     
===========================================
+ Hits          7384     8708    +1324     
- Misses        5200     5618     +418     
- Partials       244      264      +20     
Impacted Files Coverage Δ
src/affix/affix.tsx 28.57% <0.00%> (-37.51%) ⬇️
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/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%) ⬇️
src/message/props.ts 75.00% <0.00%> (-25.00%) ⬇️
src/tooltip/props.ts 75.00% <0.00%> (-25.00%) ⬇️
src/pagination/props.ts 75.00% <0.00%> (-25.00%) ⬇️
... and 159 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 1f4ed36...0bfd142. Read the comment docs.

@github-actions
Copy link
Contributor

github-actions bot commented Jun 10, 2022

完成

@github-actions
Copy link
Contributor

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

🌈 0.42.0 2022-06-10

🚀 Features

  • table: 筛选对话框输入筛选内容之后按回车应该和按确定按钮一样,issue#802 @chaishi (#952)
  • table: 筛选功能支持自定义组件方式,示例:columns: [{ filter: { component: DatePicker, props: {} } }] @chaishi (#952)
  • table: 拖拽调整宽度,支持设置最小宽度和最大宽度 column.resizeissue#929 @chaishi (#952)
  • popup: 支持动态设置 trigger & placement @ikeq (#950)
  • table: 拖拽排序事件,新增参数 datanewData,分别表示变更前后的数据 @chaishi (#955)
  • Select: select组件支持虚拟滚动 @uyarn (#972)
  • upload: [Upload]图片上传文案支持自定义 @Isabella327 (#971)

🐞 Bug Fixes

  • popup: add zIndex api @ikeq (#950)
  • popup: 修复初始化 visible 为 true 时的定位抖动 @ikeq (#950)
  • table: 修复树形结构拖拽排序引起展开收起异常问题 @chaishi (#955)
  • Select: inputProps透传无效 @skytt (#905)
  • Select: placeholder无法设置空字符串 @skytt (#905)
  • Select: 单选无法使用valueDisplay的问题 @skytt (#905)
  • table: 合并单元格支持动态数据,issue#973 @chaishi (#975)
  • datepicker: 修复datepicker组件popupProps传入无效问题 @chiyu1996 (#974)
  • Select: inputProps透传无效 @skytt (#905)
  • Select: placeholder无法设置空字符串 @skytt (#905)
  • Select: 单选无法使用valueDisplay的问题 @skytt (#905)
  • datepicker: 修复datepicker组件popupProps传入无效问题 @chiyu1996 (#974)

🚧 Others

  • docs: 0.41.7 changelog @xiaosansiji (#947)
  • test(card): remove redundant unit test for card component @weikee94 (#957)
  • Select: 更换compositionAPI实现,更换为使用select-input构建 @skytt (#905)
  • [Dialog] 移除transform 定位方案 @huoyuhao (#970)
  • feat: update common @HQ-Lin (#976)
  • feat: 新增 input-adornment 组件 @HQ-Lin (#962)
  • test(card): remove redundant unit test for card component @weikee94 (#957)
  • Select: 更换compositionAPI实现,更换为使用select-input构建 @skytt (#905)
  • [Dialog] 移除transform 定位方案 @huoyuhao (#970)

@Tencent Tencent deleted a comment from github-actions bot Jun 10, 2022
@uyarn uyarn merged commit dbabefb into develop Jun 10, 2022
@uyarn uyarn deleted the release/0.42.0 branch June 10, 2022 09:27
@github-actions
Copy link
Contributor

Size Change: 0 B

Total Size: 814 kB

ℹ️ View Unchanged
Filename Size
./dist/tdesign.css 45.1 kB
./dist/tdesign.js 480 kB
./dist/tdesign.min.css 40.3 kB
./dist/tdesign.min.js 250 kB

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