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

docs: release 0.14.2 #773

Merged
merged 2 commits into from
May 14, 2022
Merged

docs: release 0.14.2 #773

merged 2 commits into from
May 14, 2022

Conversation

PengYYYYY
Copy link
Collaborator

release 0.14.2

@github-actions
Copy link
Contributor

github-actions bot commented May 14, 2022

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

🌈 0.14.2 2022-05-14

🚀 Features

  • swiper: 增加新组件 swiper @btea (#690)
  • Icon: 更新图标 新增file-icon图标 调整file-excelfile-pdffile-powerpointfile-unknownfile-wordstar-filled图标的绘制路径 @uyarn (#732)
  • popconfirm: visible 属性支持 v-model 语法糖 @k1nz (#710)
  • notification: 使用项目中已有的js动画方案,替换先前的transitionGroup方案,完善了组件出现和回收动画效果。其中涉及到common子仓库的修改,删除之前transition相关的类名,添加了一个&-list__showt类名。 @qunbotop (#731)
  • notification: 增加onMouseenteronMouseleave事件,保证鼠标移入移出组件时,duration时间的停止和重新计时。 @qunbotop (#731)
  • Table: 支持自定义树形结构图标 treeExpandAndFoldIcon,同时支持全局配置此图标,issue#717 @chaishi (#746)
  • Table: 支持隐藏排序文本提示 hideSortTips,同时支持全局配置是否隐藏排序文本提示,issue#736 @chaishi (#746)
  • dropdown: 使用compositionAPI重构dropdown组件 @qunbotop (#749)

🐞 Bug Fixes

🚧 Others

  • fix(input-number): wrong usage of input-number's hooks @youuss (#719)
  • Dialog: 更新 dialog “插件函数式调用”的描述 @Davont (#727)
  • Feature/color picker @S-mohan (#738)
  • fix(timepicker): range picker suffix icon @uyarn (#740)
  • fix: 修复 steps extra 渲染问题 @HQ-Lin (#769)
  • Dialog: 更新 dialog “插件函数式调用”的描述 @Davont (#727)

@github-actions
Copy link
Contributor

Size Change: +1 B (0%)

Total Size: 666 kB

Filename Size Change
./dist/tdesign.min.js 211 kB +1 B (0%)
ℹ️ View Unchanged
Filename Size
./dist/tdesign.css 45.3 kB
./dist/tdesign.js 370 kB
./dist/tdesign.min.css 40.2 kB

@github-actions
Copy link
Contributor

github-actions bot commented May 14, 2022

🌈 0.14.2 2022-05-14

🚀 Features

  • swiper: 增加新组件 swiper @btea (#690)
  • Icon: 更新图标 新增file-icon图标 调整file-excelfile-pdffile-powerpointfile-unknownfile-wordstar-filled图标的绘制路径 @uyarn (#732)
  • popconfirm: visible 属性支持 v-model 语法糖 @k1nz (#710)
  • notification: 使用项目中已有的js动画方案,替换先前的transitionGroup方案,完善了组件出现和回收动画效果。其中涉及到common子仓库的修改,删除之前transition相关的类名,添加了一个&-list__showt类名。 @qunbotop (#731)
  • notification: 增加onMouseenteronMouseleave事件,保证鼠标移入移出组件时,duration时间的停止和重新计时。 @qunbotop (#731)
  • Table: 支持自定义树形结构图标 treeExpandAndFoldIcon,同时支持全局配置此图标,issue#717 @chaishi (#746)
  • Table: 支持隐藏排序文本提示 hideSortTips,同时支持全局配置是否隐藏排序文本提示,issue#736 @chaishi (#746)
  • dropdown: 使用compositionAPI重构dropdown组件 @qunbotop (#749)

🐞 Bug Fixes

  • InputNumber: 修复input-number重构hook使用错误出现的问题 @youuss (#719)
  • tooltip: support set placement by mouse @Hoofoo-WHU (#718)
  • ConfigProvider: 修复animation属性excludeinclude在TS中都必填的问题 @uyarn (#724)
  • Table: renderExpandedRow为非必填 @uyarn (#724)
  • ColorPicker: - fix(ColorPicker): 遍历循环的时候无法监听change 事件会报错 (issue#634) @S-mohan (#738)
  • TimePicker: time-range-picker suffix icon丢失问题 @uyarn (#740)
  • message: 修复插件式调用时,用户传入onCloseBtnClick事件时,无法触发回调。 @qunbotop (#731)
  • notification: 修复插件式调用时,用户传入onCloseBtnClick onDurationEnd事件时,无法触发回调。 @qunbotop (#731)
  • menu: 修复 expandMutex 属性设置无效 issue#729 @PengYYYYY (#750)
  • slider: 修复 toolTipProps 属性设置无效, 拼写错误 issue#741 @PengYYYYY (#750)
  • popconfirm: 修复箭头与 trigger 属性 @PengYYYYY (#750)
  • dialog: 修复初始化且为显示时的 lock 问题 @PengYYYYY (#750)
  • breadcrumb: 修复弹出 tooltip 异常 @PengYYYYY (#750)
  • input: 修复 autowidth 模式计算错误 issue#755 @PengYYYYY (#750)
  • form: 修复当modelValue为外部传入的undefined时,双向绑定失效 (issue #712) @PengYYYYY (#764)
  • form: 修复 attrs 注入异常 (issue #671) @PengYYYYY (#764)
  • timePicker: 修复当modelValue为外部传入的undefined时,clearable失效 (issue #722) @PengYYYYY (#764)
  • Steps: 支持 separator api & 修复响应式问题 @HQ-Lin (#759)
  • progress: 环形进度条显示比例不准确 @uyarn (#767)
  • Table: 修复 多级表头 + 列配置 综合示例中,列数量超出一定限制时报错,issue#713 @chaishi (#770)
  • tooltip: support set placement by mouse @Hoofoo-WHU (#718)

@codecov-commenter
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (develop@da2162b). Click here to learn what that means.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             develop     #773   +/-   ##
==========================================
  Coverage           ?   61.50%           
==========================================
  Files              ?      404           
  Lines              ?    14144           
  Branches           ?     2700           
==========================================
  Hits               ?     8699           
  Misses             ?     5190           
  Partials           ?      255           

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 da2162b...d741c63. Read the comment docs.

@github-actions
Copy link
Contributor

完成

@PengYYYYY PengYYYYY merged commit e055472 into develop May 14, 2022
@PengYYYYY PengYYYYY deleted the release/0.14.2 branch May 14, 2022 14:30
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