Releases: Tencent/tdesign-mobile-vue
Releases · Tencent/tdesign-mobile-vue
1.0.8
What's Changed
🚀 Features
Textarea
: 支持autosize
属性值变更后输入框高度重新计算 @QuentinHsu (#1175)
🐞 Bug Fixes
DropdownMenu
:value
属性新增Array
类型 @LoopZhou (#1166)Tabs
: 修复组件在keep-alive
下底部激活态蓝线样式位置错误 @LoopZhou (#1165)Picker
: 修复columns
为异步加载数据时点选报错 @hkaikai (#1171)SideBar
: 修复页面高度较小时组件背景色错误#1646
🚧 Others
Slider
: 修复示例错误 @LoopZhou (#1168)Textarea
: 修复示例错误 @QuentinHsu (#1172)
New Contributors
- @QuentinHsu made their first contribution in #1172
- @hkaikai made their first contribution in #1171
Full Changelog: 1.0.7...1.0.8
1.0.7
What's Changed
🐞 Bug Fixes
DropdownMenu
: 修复--td-dropdown-menu-icon-sizem
变量无效 @LoopZhou (#1144)DropdownMenu
: 解决DropdownItem
组件的label
属性不受控 @yiqia (#1145)Input
: 新增pattern
和inputmode
属性 @LoopZhou (#1162)Dialog
: 修复destroyOnClose
属性无效并支持组件实例生成和返回 @fennghuang (#1149)
Full Changelog: 1.0.6...1.0.7
1.0.6
What's Changed
🚀 Features
🐞 Bug Fixes
Toast
: 修复纯文字不能居中的问题 @fennghuang (#1120)SwipeCell
: 修复操作项显示不全的问题 @fennghuang (#1122)SwipeCell
: 修复组件在Popup
中无法左右滑动 @yiqia (#1141)DropdownMenu
: 修复label
不能响应式更新的问题 @LoopZhou (#1123)Table
: 修正empty
属性优先级过高的问题 @fennghuang (#1136)Popover
: 修复气泡首次弹出被遮挡的问题以及优化箭头 @LoopZhou (#1132)Popup
: 修复在组件上使用class
和style
时控制台警告 @aomnisz (#1135)Collapse
: 修复在Popup
等窗体组件中使用时渲染错误 @fennghuang (#1140)ImageViewer
: 修复图片预览拖拽问题 @fennghuang (#1104)
New Contributors
Full Changelog: 1.0.5...1.0.6
1.0.5
What's Changed
🚀 Features
Calendar
: 日历选择器支持自动定位到选中日期 @ShinyHwong (#1102)Textarea
: 新增readonly
属性 @anlyyao (#1100)
🐞 Bug Fixes
Sticky
: 修复组件只能针对浏览器窗口进行定位的问题 @demoadminjie (#1103)Cascader
: 修复change
事件被触发两次和v-model
没有响应式的问题 @bitjian (#1096)Cascader
: 修复title
不存在时关闭按钮样式错位的问题 @bitjian (#1597)Radio
: 修复allowUncheck
属性无效的问题 @betavs (#1108)RadioGroup
: 修复disabled
属性无效的问题 @anlyyao (#1112)Stepper
: 新增integer
属性,并修复组件不支持输入小数的问题 @fennghuang (#1113)
New Contributors
- @ShinyHwong made their first contribution in #1102
- @demoadminjie made their first contribution in #1103
- @bitjian made their first contribution in #1096
- @betavs made their first contribution in #1108
Full Changelog: 1.0.4...1.0.5
1.0.4
What's Changed
🐞 Bug Fixes
Cascader
: 修复选项卡模式中选中值不更新的问题 @fennghuang (#1091)SideBar
: 修复按需引入时控制台告警 @anlyyao (#1092)Grid
: 修复boder
边框缺失 @anlyyao (#1090)PullDownRefresh
: 修复与SwipeCell
同用时左滑操作易触发下拉的问题 @fennghuang (#1080)Message
: 改用min-height
自适应文本高度 @anlyyao (#1596)Input
: 新增CSS Variables: --td-input-label-width
@anlyyao (#1588)
🚧 Others
- other: 修复
CHANGELOG
自动生成时缩进格式异常 @liweijie0812 (#1077) - other: 修复
v-hover
产生的控制台告警 @anlyyao (#1078) - other: 支持暗色模式,以适配官网暗色模式下的展示体验 @novlan1 (#1082)
New Contributors
Full Changelog: 1.0.3...1.0.4
1.0.3
What's Changed
🚀 Features
Message
: 支持closeAll
方法 @fennghuang (#1065)
🐞 Bug Fixes
ImageViewer
: 修复单图时预览错误 @LoopZhou (#1063)CellGroup
: 修复组件层class
属性无效和控制台告警 @anlyyao (#1069)Swiper
: 修复click
事件无效的问题 @anlyyao (#1064)Swiper
: 修复条状(dots-bar)示例中高度错误问题 @LoopZhou (#1067)Picker
: 修复v-model/modelValue
为空时组件报错 @anlyyao (#1071)DateTimePicker
: 修复onConfirm
为空时控制台报错 @LoopZhou (#1061)
New Contributors
- @LoopZhou made their first contribution in #1061
- @ufec made their first contribution in #1057
- @fennghuang made their first contribution in #1065
Full Changelog: 1.0.2...1.0.3
1.0.2
What's Changed
🚀 Features
🐞 Bug Fixes
RadioGroup
: 修复placement
属性无效 @anlyyao (#1049)Noticebar
: 修复垂直滚动过程中出现的文字遮挡问题 @Gvonte (#1051)ImageViewer
: 修复图片放大异常问题 @ccccpj (#1041)Loading
: 修复组件渲染错误 @anlyyao (#1053)Calendar
: 修复value
外部变更后不响应问题 @byq1213 (#1045)
🚧 Others
- other: 添加邮箱校验 @yaogengzhu (#1050)
New Contributors
Full Changelog: 1.0.1...1.0.2
1.0.1
What's Changed
🐞 Bug Fixes
upload
: 修复useUpload
导入异常 @linesoft2 (#1038)
New Contributors
- @linesoft2 made their first contribution in #1038
Full Changelog: 1.0.0...1.0.1
1.0.0
What's Changed
❗ Breaking Changes
CellGroup
: 调整DOM
结构 @anlyyao (#1010)Rate
: 移除 variant 废弃属性 @LeeJim (#1005)Icon
: 新增960
个图标;调整图标命名photo
为camera
,books
为bookmark
,stop-cirle-1
为stop-circle-stroke
;移除money-circle
图标,具体请查看图标页面。 @anlyyao (#1024)
🚀 Features
CollapsePanel
: 新增headerLeftIcon
属性 @LeeJim (#1009)CellGroup
:CellGroup
支持最后一项Cell
无border
@anlyyao (#1010)
🐞 Bug Fixes
Avatar
: 修复src
属性不支持应式的问题 @anlyyao (#1008)Badge
: 修复 count 不支持 slot 的问题 @LeeJim (#1007)DropdownMenu
: 修复单选和多选混合使用是label
显示错误问题 @ccccpj (#1011)Radio
: 修复icon='none'
时ts
类型报错 @anlyyao (#1015)Slider
: 修复max
存在时,刻度计算错误 @anlyyao (#1026)Message
: 修复函数式调用时onDurationEnd
属性无效 @anlyyao (#1028)CellGroup
: 修复bordered
属性无效 @anlyyao (#1010)Drawer
: 修复按需引入时无法在SFC
中使用Drawer
组件 @anlyyao (#1030)TabBar
: 修复bordered
属性无效的问题 @anlyyao (#1569)
🚧 Others
Upload
: 优化Upload
逻辑 @yaogengzhu (#999)Tabs
: 隐藏滚动条样式 @anlyyao (#1560)- other: 支持 WebStrom 编辑器代码提示 @liweijie0812 (#998)
New Contributors
- @liweijie0812 made their first contribution in #998
Full Changelog: 1.0.0-rc.6...1.0.0