Skip to content

Releases: Tencent/tdesign-mobile-vue

0.8.6

30 May 10:16
d33919b
Compare
Choose a tag to compare

🚀 Features

  • Indexes : 新增 Indexes 组件 @ruige24601 (#117)
  • ActionSheet : 新增 ActionSheet 组件 @Dengzygx (#121)
  • Icon : 更新图标 新增 file-icon 图标 调整 file-excel 、 file-pdf 、 file-powerpoint 、 file-unknown 、 file-word 和 star-filled 图标的绘制路径 @uyarn (#111)

🐞 Bug Fixes

  • Textarea : 修复label不生效问题;样式优化 @anlyyao (#107)
  • Badge : 修复组件设置 color 属性无效问题 @Calvest (#125)
  • Swiper : 支持通过修改loop值关闭循环 @MarvenGong (#108)

🚧 Others

0.8.5

29 Apr 10:20
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Indexes: 暂时从菜单栏中移除
  • Picker: 修复组件demo点击取消
  • DateTimePicker: 修复组件传参错误问题、修复组件无法触发change事件问题
  • Textarea: 修复组件类名错误问题

🌈 Features

  • Icon: 完善组件文档

0.8.4

18 Apr 02:47
64ad22f
Compare
Choose a tag to compare

tdesign-mobile-vue 发布
.

🐞 Bug Fixes

  • Swiper: 修复动态绑定时出错问题
  • List: 修复组件 demo 代码运行出错的问题
  • Input: compositionend优化

🌈 Features

  • Tabs: 新增 stickyProps,支持滚动到顶部时自动吸顶
  • PullDownRefresh: loadingBarHeight 属性支持 string 类型,代码优化

0.8.2

08 Apr 11:36
0cf3bfa
Compare
Choose a tag to compare

.
🐞 Bug Fixes
tabs: label支持动态修改,以及新增支持slot的方式
popup: 修复teleport失效问题

0.8.1

02 Apr 11:20
1fe2194
Compare
Choose a tag to compare

.
🐞 Bug Fixes
count-down: 单位样式bug修复、倒计时加入fps获取
swiper: 快速滑动导致卡住问题
picker: 组件demo修复
swipe-cell: 修改组件示例,和demo保持一致

.
🌈 Features

加入ci拼写检查报错
支持历史版本跳转
dropdown-menu: 更新 dropdown-menu 组件的模板类型处理

0.8.0

17 Mar 12:07
b8367e4
Compare
Choose a tag to compare

🐞 Bug Fixes

dropdown-menu: 移除冗余的dom结构 ecba97f
search: 修复样式丢失问题, close #29 ac1dd2a, closes #29
input 修复输入框样式丢失问题
grid 修复grid-item样式丢失问题

.
🌈 Features

  • 新增pull-down-refresh组件 6f1c8a7

New Contributors

0.7.0

14 Mar 09:08
2798aa2
Compare
Choose a tag to compare

BREAKING CHANGES

  • count-down支持主题和大小 3f0a5e5

Bug Fixes

  • dialog弹出框蒙层点击是否关闭修复 & provide暴露$dialog, close #12 11092af, closes #12
  • 修复Badge导入类型 d4f8da6

Features