Skip to content

Releases: Tencent/tdesign-react

1.1.6

18 May 06:24
8b9116a
Compare
Choose a tag to compare

🚀 Features

🐞 Bug Fixes

  • Select: 修复可创建重复 label 的选项的缺陷 @uyarn (#2221)
  • Skeleton: 修复使用rowCol时额外多渲染一行theme的缺陷 @uyarn (#2223)
  • Form:

Full Changelog: 1.1.5...1.1.6

1.1.5

10 May 03:02
844058a
Compare
Choose a tag to compare

🚀 Features

🐞 Bug Fixes

New Contributors

Full Changelog: 1.1.4...1.1.5

1.1.4

27 Apr 10:42
2b15324
Compare
Choose a tag to compare

🚀 Features

  • Select: 支持panelTopContent在虚拟滚动等需要滚动下拉框场景的使用 具体使用方式请看示例 @uyarn (#2184)

🐞 Bug Fixes

Full Changelog: 1.1.3...1.1.4

1.1.3

21 Apr 02:50
0ebeeca
Compare
Choose a tag to compare

🚀 Features

🐞 Bug Fixes

New Contributors

Full Changelog: 1.1.2...1.1.3

1.1.2

13 Apr 09:23
338e2f0
Compare
Choose a tag to compare

🚀 Features

  • DatePicker: 优化周选择器高亮判断逻辑性能问题 @honkinglin (#2136)

🐞 Bug Fixes

Full Changelog: 1.1.1...1.1.2

1.1.1

06 Apr 14:15
64c936f
Compare
Choose a tag to compare

🚀 Features

🐞 Bug Fixes

  • TagInput: 修复基于TagInput的组件使用筛选时删除关键词时会删除已选值的问题 @2513483494 (#2113)
  • InputNumber: 修复输入小数以0结尾时的功能异常问题 @uyarn (#2127)
  • tree: 修复 tree 组件 data 属性不受控问题 @PBK-B (#2119)
  • TagInput: 修复基于TagInput的组件使用筛选时删除关键词时会删除已选值的问题 @2513483494 (#2113)
  • Form: 修复初始数据设置问题 @honkinglin (#2124)
  • TreeSelect: 修复过滤后无法展开问题 @honkinglin (#2128)
  • Popup: 修复右键展示浮层触发浏览器默认事件 @honkinglin (#2120)

New Contributors

Full Changelog: 1.1.0...1.1.1

1.1.0

30 Mar 12:03
519116c
Compare
Choose a tag to compare

🚀 Features

🐞 Bug Fixes

New Contributors

Full Changelog: 1.0.5...1.1.0

1.0.5

23 Mar 14:03
a303624
Compare
Choose a tag to compare

🚀 Features

  • TimePicker: 新增 size API , 用于控制时间输入框大小 @uyarn (#2081)

🐞 Bug Fixes

New Contributors

Full Changelog: 1.0.4...1.0.5

1.0.4

16 Mar 07:54
7b8eba7
Compare
Choose a tag to compare

🚀 Features

  • Table:
    • 列宽调整功能,更新列宽调整规则为:列宽较小没有超出时,列宽调整表现为当前列和相邻列的变化;列宽超出存在横向滚动条时,列宽调整仅影响当前列和列总宽。 @chaishi (#2047)
    • 可编辑单元格(行)功能,支持编辑模式下,数据变化时实时校验,col.edit.validateTriggerissue#2445 @chaishi (#2047)
    • 只有固定列存在时,才会出现类名 .t-table__content--scrollable-to-left.t-table__content--scrollable-to-right @chaishi (#2047)
    • 拖拽功能,支持禁用固定列不可拖拽调整顺序,tdesign-vue-next#2333 @chaishi (#2047)
  • Upload: theme=file-input 文件为空时,悬浮时不显示清除按钮 @chaishi (#2047)
  • InputNumber: 支持千分位粘贴 @uyarn (#2058)
  • DatePicker: 支持 size 属性 @honkinglin (#2055)

🐞 Bug Fixes

Full Changelog: 1.0.3...1.0.4

1.0.3

09 Mar 07:45
f74c0e1
Compare
Choose a tag to compare

🚀 Features

🐞 Bug Fixes

  • DatePicker: 修复月份为0时展示当前月份问题 @honkinglin (#2032)
  • Upload: 修复 upload method 无效问题 @i-tengfei (#2034)
  • Select: 修复多选全选初始值为空时选中报错的问题 @uyarn (#2042)
  • Dialog: 修复弹窗垂直居中问题 @KMethod (#2043)

New Contributors

Full Changelog: 1.0.2...1.0.3