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.0 #1082

Merged
merged 5 commits into from
Jun 28, 2022
Merged

feat: release 0.43.0 #1082

merged 5 commits into from
Jun 28, 2022

Conversation

uyarn
Copy link
Collaborator

@uyarn uyarn commented Jun 28, 2022

No description provided.

@github-actions
Copy link
Contributor

github-actions bot commented Jun 28, 2022

🌈 0.43.0 2022-06-28

❗️ BREAKING CHANGES

  • 默认移除全局 reset 样式引入,可从 tdesign-vue/dist/reset.css 中单独引入 @xiaosansiji (#1079)
  • DatePicker: 重构DatePicker为composition API,全新的UI样式及交互,新增DateRangePicker组件,替换此前的range写法 @HQ-Lin (#1018)
  • TimePicker: 重构TimePicker为composition API,全新的UI样式及交互,disableTime API有所调整 @uyarn (#1018)

🚀 Features

  • Space: 新增 space 组件 @HQ-Lin (#1047)
  • ConfigProvider: 增加 input 组件 autocomplete 配置,增加 dialog 组件 closeOnEscKeydown, closeOnOverlayClick 配置, 增加 select 组件 filterable 配置,增加 drawer 组件 closeOnEscKeydown, closeOnOverlayClick 配置 (issue #848) @PengYYYYY (#1073)
  • Local: 增加日语和韩语语言包 @PengYYYYY (#1073)
  • Table: fullRow不参与排序 @uyarn (#1056)

🐞 Bug Fixes

  • Table:
    • 吸顶表头支持自定义滚动容器 @chaishi (#1052)
    • 处理table在部分SSR场景渲染失败的问题 @uyarn (#1056)
    • 修复仅有firstFullRow不渲染的问题 @uyarn (#1056)
    • 修复paginationAffixedBottom 透传Affix 参数不生效 @LoopZhou (#1055)
    • 修复0.41.7版本后过滤功能构建后异常的问题 @chaishi (#1081)
    • 修复0.41.7版本后过滤功能构建后异常的问题 @chaishi (#1081)
  • Select:
    • option数量小于threshold时不开启虚拟滚动 @uyarn (#1063)
    • 单选下 valueType 为 object 时, onChange返回值类型修复 @skytt (#1076)
    • 修复 useDefaultValue、useVModel 初值为 undefined 时, 组件初始化为非受控的问题 @skytt (#1077)
    • 修复多选下换行提取占满一行的问题 @uyarn (#1081)
  • SelectInput: 修复展开下拉时失去焦点不高亮的问题 @uyarn (#1056)
  • TagInput: 修复中文输入按下 Enter 时不触发新标签 @chiyu1996 (#1040)
  • InputNumber: 修复enter事件不触发的问题 @jchalex (#1075)
  • Affix: 节点挂载后吸顶没有执行的问题 @ontheroad1992 (#1054)

@github-actions
Copy link
Contributor

Size Change: -1 B (0%)

Total Size: 841 kB

Filename Size Change
./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.js 495 kB
./dist/tdesign.min.css 40.9 kB

@codecov-commenter
Copy link

codecov-commenter commented Jun 28, 2022

Codecov Report

Merging #1082 (909c445) into develop (a0db0df) will increase coverage by 1.92%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop    #1082      +/-   ##
===========================================
+ Coverage    57.56%   59.48%   +1.92%     
===========================================
  Files          346      406      +60     
  Lines        12828    15032    +2204     
  Branches      2405     2814     +409     
===========================================
+ Hits          7384     8942    +1558     
- Misses        5200     5819     +619     
- Partials       244      271      +27     
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 218 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 e56479e...909c445. Read the comment docs.

@github-actions
Copy link
Contributor

github-actions bot commented Jun 28, 2022

完成

@github-actions
Copy link
Contributor

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

🌈 0.43.0 2022-06-28

🚀 Features

  • Space: 新增 space 组件 @HQ-Lin (#1047)
  • ConfigProvider: 增加 input 组件 autocomplete 配置,增加 dialog 组件 closeOnEscKeydown, closeOnOverlayClick 配置, 增加 select 组件 filterable 配置,增加 drawer 组件 closeOnEscKeydown, closeOnOverlayClick 配置 (issue #848) @PengYYYYY (#1073)
  • Local: 增加日语和韩语语言包 @PengYYYYY (#1073)
  • Table: fullRow不参与排序 @uyarn (#1056)

🐞 Bug Fixes

  • Table: 吸顶表头支持自定义滚动容器,issue#1025 @chaishi (#1052)
  • datepicker: 修复 clearable 失效问题 @HQ-Lin (#1059)
  • Select: option数量小于threshold时不开启虚拟滚动 @uyarn (#1063)
  • select: 单选下 valueType 为 object 时, onChange返回值类型修复 @skytt (#1076)
  • select: 修复 useDefaultValue、useVModel 初值为 undefined 时, 组件初始化为非受控的问题 @skytt (#1077)
  • table: 处理table在部分SSR场景渲染失败的问题 @uyarn (#1056)
  • Table: 修复仅有firstFullRow不渲染的问题 @uyarn (#1056)
  • SelectInput: 修复展开下拉时失去焦点不高亮的问题 @uyarn (#1056)
  • select: 修复多选下换行提取占满一行的问题 @uyarn (#1081)
  • table: 修复过滤功能构建后异常的问题 @uyarn (#1081)

🚧 Others

  • fix(tag-input): 中文输入按下 Enter 时不触发新标签 @chiyu1996 (#1040)
  • DatePicker: 重构DatePicker为composition API,全新的UI样式及交互,新增DateRangePicker组件,替换此前的range写法 @HQ-Lin (#1018)
  • TimePicker: 重构TimePicker为composition API,全新的UI样式及交互,disableTime API有所调整 @HQ-Lin (#1018)
  • feat: 移除旧版本datepicker 样式 @HQ-Lin (#1058)
  • chore: infrastructure @uyarn (#1061)
  • feat: tag input default break @skytt (#1060)
  • chore(deps-dev): bump glob from 7.2.3 to 8.0.3 @dependabot[bot] (#940)
  • fix(affix): 节点挂载后吸顶没有执行的问题 @ontheroad1992 (#1054)
  • fix(table): paginationAffixedBottom 透传Affix 参数不生效 @LoopZhou (#1055)
  • fix(input-number): fix events after use t-input @jchalex (#1075)
  • Fix/taginput @chiyu1996 (#1066)
  • fix: reset component style @xiaosansiji (#1079)

@github-actions
Copy link
Contributor

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

🌈 0.43.0 2022-06-28

🚀 Features

  • Space: 新增 space 组件 @HQ-Lin (#1047)
  • ConfigProvider: 增加 input 组件 autocomplete 配置,增加 dialog 组件 closeOnEscKeydown, closeOnOverlayClick 配置, 增加 select 组件 filterable 配置,增加 drawer 组件 closeOnEscKeydown, closeOnOverlayClick 配置 (issue #848) @PengYYYYY (#1073)
  • Local: 增加日语和韩语语言包 @PengYYYYY (#1073)
  • Table: fullRow不参与排序 @uyarn (#1056)

🐞 Bug Fixes

  • Table: 吸顶表头支持自定义滚动容器,issue#1025 @chaishi (#1052)
  • datepicker: 修复 clearable 失效问题 @HQ-Lin (#1059)
  • Select: option数量小于threshold时不开启虚拟滚动 @uyarn (#1063)
  • select: 单选下 valueType 为 object 时, onChange返回值类型修复 @skytt (#1076)
  • select: 修复 useDefaultValue、useVModel 初值为 undefined 时, 组件初始化为非受控的问题 @skytt (#1077)
  • table: 处理table在部分SSR场景渲染失败的问题 @uyarn (#1056)
  • Table: 修复仅有firstFullRow不渲染的问题 @uyarn (#1056)
  • SelectInput: 修复展开下拉时失去焦点不高亮的问题 @uyarn (#1056)
  • select: 修复多选下换行提取占满一行的问题 @uyarn (#1081)
  • table: 修复过滤功能构建后异常的问题 @uyarn (#1081)

🚧 Others

  • fix(tag-input): 中文输入按下 Enter 时不触发新标签 @chiyu1996 (#1040)
  • DatePicker: 重构DatePicker为composition API,全新的UI样式及交互,新增DateRangePicker组件,替换此前的range写法 @HQ-Lin (#1018)
  • TimePicker: 重构TimePicker为composition API,全新的UI样式及交互,disableTime API有所调整 @HQ-Lin (#1018)
  • feat: 移除旧版本datepicker 样式 @HQ-Lin (#1058)
  • chore: infrastructure @uyarn (#1061)
  • feat: tag input default break @skytt (#1060)
  • chore(deps-dev): bump glob from 7.2.3 to 8.0.3 @dependabot[bot] (#940)
  • fix(affix): 节点挂载后吸顶没有执行的问题 @ontheroad1992 (#1054)
  • fix(table): paginationAffixedBottom 透传Affix 参数不生效 @LoopZhou (#1055)
  • fix(input-number): fix events after use t-input @jchalex (#1075)
  • Fix/taginput @chiyu1996 (#1066)
  • fix: reset component style @xiaosansiji (#1079)

@github-actions
Copy link
Contributor

Size Change: -1 B (0%)

Total Size: 841 kB

Filename Size Change
./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.js 495 kB
./dist/tdesign.min.css 40.9 kB

1 similar comment
@github-actions
Copy link
Contributor

Size Change: -1 B (0%)

Total Size: 841 kB

Filename Size Change
./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.js 495 kB
./dist/tdesign.min.css 40.9 kB

@xiaosansiji xiaosansiji merged commit 82a5c41 into develop Jun 28, 2022
@xiaosansiji xiaosansiji deleted the release/0.43.0 branch June 28, 2022 05:24
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