1.9.4
版本发布时间: 2024-04-19 10:56:15
Tencent/tdesign-vue-next最新发布版本:1.9.9(2024-08-16 21:54:20)
🚀 Features
-
Textarea
: -
Scroll
: 修复由于Chrome 121
版本支持scroll width
之后导致Table
、Select
及部分出现滚动条组件的样式异常问题 @loopzhou (common#1765)。请注意,基于@vue/cli-service 4.x
及以下版本初始化的项目由于依赖的autoprefixer
版本过低,会因为这个修复受影响编译,请整体升级@vue/cli-service
至5.0
以上
🐞 Bug Fixes
-
DatePicker
: 对于valueType = 'Date'
不进行初始化的 parse @Cat1007 (#4066) -
Loading
:hide
函数错误关闭所有Loading
实例. @XBIsland (#4081) -
Popup
: 修复在webcomponent
场景下由于shadowroot
导致document
判断异常引起的展示问题 @decadef20 (#4091) -
Descriptions
: 修复内容为空时候的报错 @zhangpaopao0609 (#4092) -
Textarea
:autosize
在Firefox
中不生效。 @XBIsland (#4104) -
DatePicker
: 修复1.9.3
版本中周和季度模式选择异常的问题 @uyarn (#4096) -
Tabs
: 修复拖拽排序后手动新增tab
位置异常问题 @Liao-js (#4108) -
Cascader
: 修复自定义渲染内容不支持多选 @ZTH520 (#4109) -
TimePicker
: 修复没有选中具体区间时预设值错误的问题 @uyarn (#4123) -
Tabs
: 修复拖拽排序后手动新增tab
位置异常问题 @Liao-js (#4108) -
Skeleton
: 修复设置delay
延迟并且loading
为true
时,无法在到达delay
时间前取消准备到来的loading
@boogie-ben (#4119) -
BreadcrumbItem
: 修复读取content
内容; 文本溢出时调用slot?.default()
非函数的问题 @boogie-ben (#4120)
New Contributors
- @Summer-Shen made their first contribution in https://github.com/Tencent/tdesign-vue-next/pull/4082
- @catiwang made their first contribution in https://github.com/Tencent/tdesign-vue-next/pull/4097
- @Liao-js made their first contribution in https://github.com/Tencent/tdesign-vue-next/pull/4108
Full Changelog: https://github.com/Tencent/tdesign-vue-next/compare/1.9.3...1.9.4