Releases: Tencent/tdesign-vue
Releases · Tencent/tdesign-vue
0.44.0
❗️ BREAKING CHANGES
🚀 Features
Jumper
: 新增 jumper 组件 @HQ-Lin (#1086)Icon
: 新增mirror
和rotation
图标 @uyarn (#1164)DatePicker
: 支持面板年月动态响应 value 变化 @HQ-Lin (#1166)Table
:
🐞 Bug Fixes
SelectInput
: 修复透传 disabled 失效问题 @HQ-Lin (#1159)Icon
: 修复 iconfont 高级用法由于t-icon的
干扰导致渲染异常的情况 @uyarn (#1164)Select
:Table
:- 修复多级表头表格中,列配置全选功能选不全的问题 @LoopZhou (#1167)
- 修复可选中行
table
组件,data
为空数据时,默认全选按钮会选中的问题 @qdzhaoxiaodao (#1172) - 兼容IE滚动条高度计算覆盖不全问题 @brianzhang (#1171)
- 修复树形结构懒加载顺序问题,issue#1122 @chaishi (#1176)
- 可编辑单元格,修复
onEnter
无法触发onEdited
问题;修复校验不通过时,无法退出编辑态的问题 @chaishi (#1182) - 修复表格列宽拖拽到最大或最小时,有可能无法二次拖拽的问题 @tinna3445 (#1157)
Full Changelog: 0.43.3...0.44.0
0.43.3
🚀 Features
Cascader
: @PengYYYYY (#1074)- 基于
select-input
重构, 文本过长省略使用原生 title 展示全文本,不再使用tooltip
组件 - 增加
popupVisible
,readonly
,selectInputProps
,onPopupVisibleChange
属性
- 基于
CheckBox
: 增加title
属性透传 @PengYYYYY (#1074)DatePicker
:Drawer
: 优化抽屉拖拽体验(#793) @uyarn (#1135)
🐞 Bug Fixes
Space
: 过滤无效的节点 @PengYYYYY (#1124)Cascader
: @PengYYYYY (#1074)- 修复多选时,文本过长未处理的问题 (issue #907)
- 修复选中内容过多时,再点击选择器后的闪动问题 (issue #949)
SelectInput
: 修复overlayStyle
响应式无法更新的问题 @PengYYYYY (#1074)TagInput
: 修复inputProps
属性透传无效 @PengYYYYY (#1074)Transfer
: 修复穿梭框进行穿梭时报错的问题 @BigLiao (#1132)Table
: 树形结构支持懒加载 @chaishi (#1128)Dialog
: 修复打开对话框时出现滚动条的问题 (#1163) @PengYYYYY (#1074)DatePicker
: 修复日期格式化问题 by @HQ-Lin (#1134)TimePicker
: by @uyarn (#1134)- 优化允许输入滚动的使用体验
TimeRangePicker
修复允许输入的缺陷
Select
:Dialog
: 修复阻止冒泡导致 popup 无法正常关闭 @HQ-Lin (#1139)Drawer
: 修复头部渲染异常问题 @HQ-Lin (#1144)Input
: 修复Input 组件 切换 type 后不生效的问题 @qdzhaoxiaodao (#1148)- 全局配置: 修复 useConfig computed 属性计算导致列表渲染卡顿问题 @brianzhang (#1122)
New Contributors
- @qdzhaoxiaodao made their first contribution in #1148
Full Changelog: 0.43.2...0.43.3
0.43.2
🚀 Features
🐞 Bug Fixes
Dialog/Drawer
: 修复closeOnOverlayClick
closeOnEscKeydown
默认值导致的无法设置的问题 (#1096 ) @PengYYYYY (#1095)Drawer
: 修复header
默认值为undefined
的问题 @PengYYYYY (#1095)Dialog
: 修复 dialog 滚动失效问题 @HQ-Lin (#1101)Form
: 修复number
规则校验不生效的问题 @k1nz (#1051)Table
: @chaishi (#1110)- 动态数据合并单元格,删除行数据时,未更新合并单元格状态,issue#1045,issue#992,#bb9e6656
- 修复自定义筛选组件不显示问题,issue#1114 @chaishi (#1110)
ColorPicker
: 修复颜色选择器样式异常,issue#1044 @S-mohan (#1083)ConfigProvider
: 修复 config-provider 同时存在 provide 和 setup#provide 导致卡顿的性能问题 @Ryqsky (#1113)DatePicker
: 修复suffixIcon、clear事件问题 @HQ-Lin (#1094)
New Contributors
Full Changelog: 0.43.1...0.43.2
0.43.1
0.43.0
🌈 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
: -
Select
: -
TagInput
: 修复中文输入按下 Enter 时不触发新标签 @chiyu1996 (#1040) -
Affix
: 节点挂载后吸顶没有执行的问题 @ontheroad1992 (#1054)
0.42.2
🚀 Features
Skeleton
: 增加delay
属性防止抖动 @Wonder233 (#1003)Table
:- 支持底部滚动条吸底和分页器吸底能力 @chaishi (#1023)
- 支持通过吸顶表头进行列拖拽排序,issue#1014 @chaishi (#1029)
- 吸顶表头支持拖拽调整列宽
- 自定义列配置场景支持列拖拽排序,issue#1015 @chaishi (#1029)
🐞 Bug Fixes
Form
: 实例方法submit
和reset
恢复事件(0.42.1 中去除的) @chaishi (#1013)Input
: 修复type = password
时clearable
不生效的问题 @uyarn (#1017)Select
:TagInput
:ConfigProvider
: @PengYYYYY (#1024)- 修复
useConfig
意外注册的问题 - 修复因为深拷贝配置文件导致的性能问题
- 修复
Table
:TreeSelect
: 修复过滤后无法选中的问题 @chiyu1996 (#1027)Calendar/ColorPicker
: 修复组件内部 Select 选择框宽度不能自适应的问题 @xiaosansiji (#1006)Dialog
:- 修复 mask 点击事件失效的问题 @HQ-Lin (#1019)
- 修复
placement = top
场景下弹出框位置偏移的问题 @huoyuhao (common#544)
0.42.1
🚀 Features
🐞 Bug Fixes
Table
:Select
: @skytt @uyarn (#991)- 修复t-option异步加载问题
- 修复分组为空未展示分组名称的问题
- 优化虚拟滚动示例、修复pagination分页数量宽度问题
Dialog
: @huoyuhao (#994)- 修复普通对话框不脱离文档流的问题
- 修复点击对话框后对话框会隐藏问题,issue#993
- 修复
modeless
模式下背景样式点击透传的问题 - 修复 attach 挂载 showInAttachedElement 定位问题
New Contributors
- @lxchuan12 made their first contribution in #989
Full Changelog: 0.42.0...0.42.1
0.42.0
❗️ BREAKING CHANGES
🚀 Features
Table
:Popup
: 支持动态设置 trigger & placement @ikeq (#950)Select
:Upload
: 图片上传文案支持自定义 @Isabella327 (#971)- 新增 InputAdornment 组件 @HQ-Lin (#962)
🐞 Bug Fixes
Popup
: 修复初始化 visible 为 true 时的定位抖动问题 @ikeq (#950)Table
:Select
:Datepicker
: 修复popupProps
传入无效的问题 @chiyu1996 (#974)
New Contributors
- @weikee94 made their first contribution in #957
- @chiyu1996 made their first contribution in #974
Full Changelog: 0.41.7...0.42.0
0.41.7
🚀 Features
🐞 Bug Fixes
Progress
: theme 由 circle 切换至 plump 后样式错乱 @Isabella327 (#936)InputNumber
: 修复theme = column
时设置 align 失效的问题 @jchalex (common #481)Table
: 修复表头多选框无法居中和居右展示的问题,issue#912 @chaishi (common #932)- 修复无法在 SSR 场景下使用的问题 @uyarn (#928)
🚧 Others
New Contributors
- @Isabella327 made their first contribution in #936
Full Changelog: 0.41.6...0.41.7
0.41.6
🚀 Features
🐞 Bug Fixes
Table
:Tabs
: 修复选项卡新增和删除在normal风格下无效 (issue #865) @PengYYYYY (#921)- Drawer: 修复
Drawer
使用按键关闭时contenteditable
出现的边框 @PengYYYYY (common #474) - Layout: 去除
Header
额外高度设置 @PengYYYYY (common #478)
🚧 Others
New Contributors
Full Changelog: 0.41.5...0.41.6