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.46.2 #1361

Merged
merged 8 commits into from
Aug 24, 2022
Merged

Release/0.46.2 #1361

merged 8 commits into from
Aug 24, 2022

Conversation

xiaosansiji
Copy link
Collaborator

No description provided.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 24, 2022

🌈 0.46.2 2022-08-24

🚀 Features

  • Table: @chaishi (#1341)
    • 支持行拖拽排序和列拖拽排序同时存在,issue#1290
    • 可编辑单元格/行功能,新增 editableCellState 用于控制单元格是否可编辑,issue#1387
    • 可编辑单元格/行功能,新增 edit.defaultEditable 用于设置初始状态是否为编辑态
    • 行展开功能,新增事件参数 currentRowData,表示当前展开行
    • 多级表头的拖拽排序,表头的任意层级调整影响较大,需求面较小,完善拖拽事件参数,业务侧根据参数自由调整自己想要的表头关系,issue#1177
  • Select: @skytt (#1318)
    • 远程搜索场景增加 label 回显能力
    • 调整loading态显示优先于empty属性
  • Dialog: @huoyuhao (#1325)
    • 支持回车键确认弹框,onConfirm 事件参数 e 或为键盘事件
    • 支持多个弹框同时存在时,通过 ESC 键盘逐个关闭
    • confirmBtn 支持数据类型 null
  • Collapse/Comment/Cascader: 组件样式优化 issue#155issue#152issue#145 @zhangpaopao0609 (#1322)
  • Upload: locale API 支持upload组件全部文案的配置 @uyarn (#1362)

🐞 Bug Fixes

  • Drawer: 修复拖拽改变抽屉高度时可超出屏幕的问题 @sechi747 (#1330)
  • Table:
    • 修复可编辑行,联动数据校验问题,(issue#1444) @chaishi (#1341)
    • 允许在表头分割线一定范围内触发列宽调整逻辑 @ZTao-z (#1337)
    • 修复行选中功能,多选,分页数据异步加载,onSelectChange 参数 selectedRowData 数据不完整问题 @chaishi (#1341)
  • Cascader: @PengYYYYY (#1345)
  • Menu: 修复侧边栏弹出子菜单宽度计算错误的问题 @xiaosansiji (#1357)
  • Drawer: 修复拖拽改变抽屉高度时可超出屏幕的问题 @sechi747 (#1330)
  • upload: @uyarn (#1362)
    • 修复displayFileList slot失效的问题
    • 修复themefile时,onRemove回调没有返回file的问题
    • 修复themefile,删除文案不可配置的问题

@github-actions
Copy link
Contributor

Size Change: 0 B

Total Size: 853 kB

ℹ️ View Unchanged
Filename Size
./dist/reset.css 1.94 kB
./dist/tdesign.css 47.1 kB
./dist/tdesign.js 499 kB
./dist/tdesign.min.css 42.9 kB
./dist/tdesign.min.js 263 kB

@github-actions
Copy link
Contributor

完成

@codecov-commenter
Copy link

Codecov Report

Merging #1361 (05e5d6d) into develop (492d477) will increase coverage by 0.21%.
The diff coverage is 66.53%.

@@             Coverage Diff             @@
##           develop    #1361      +/-   ##
===========================================
+ Coverage    57.94%   58.15%   +0.21%     
===========================================
  Files          407      412       +5     
  Lines        15371    15434      +63     
  Branches      2931     2916      -15     
===========================================
+ Hits          8907     8976      +69     
- Misses        6187     6188       +1     
+ Partials       277      270       -7     
Impacted Files Coverage Δ
src/button/props.ts 84.61% <0.00%> (-15.39%) ⬇️
src/calendar/const.ts 100.00% <ø> (ø)
src/cascader/cascader.tsx 64.00% <ø> (ø)
src/color-picker/color-picker.tsx 81.25% <ø> (ø)
src/color-picker/panel/header.tsx 69.56% <ø> (-1.27%) ⬇️
src/date-picker/base/Header.tsx 7.57% <0.00%> (-0.37%) ⬇️
src/date-picker/date-picker-panel-props.ts 100.00% <ø> (+90.00%) ⬆️
src/date-picker/date-range-picker-panel-props.ts 100.00% <ø> (+90.90%) ⬆️
src/date-picker/date-range-picker-props.ts 42.85% <0.00%> (-11.69%) ⬇️
src/date-picker/hooks/useRange.ts 35.89% <ø> (ø)
... and 171 more

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

@xiaosansiji xiaosansiji merged commit 94581d4 into develop Aug 24, 2022
@xiaosansiji xiaosansiji deleted the release/0.46.2 branch August 24, 2022 05:04
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