Releases: Tencent/tdesign-mobile-vue
Releases · Tencent/tdesign-mobile-vue
1.10.2
What's Changed
🚀 Features
Indexes
: 新增current
属性,支持受控与非受控使用,用于自定义索引列表激活项 @Wesley-0808 (#1987)
🐞 Bug Fixes
ImageViwer
: 修复背景色错误,导航背景色固定为#000
,遮罩背景色使用@mask-active
@anlyyao (#1984)Textarea
: 修复--td-textarea-placeholder-color
无效 @anlyyao (#2000)Picker
: 修复初始值为0
且禁用时,confirm
事件返回值错误 @anlyyao (#1999)List
: 修复asyncLoading
为slot/function
时无效Textarea
: 修复autosize
属性类型报错
Full Changelog: 1.10.1...1.10.2
1.10.1
1.10.0
What's Changed
🚀 Features
QRCode
: 新增QRcode
二维码组件 @Wesley-0808 (#1921)Checkbox
: 优化CheckboxGroup
数据类型校验。⚠️ 若传入value
为undefined
,当用户选择时,组件将不再告警,而是将数据强制转换成Array
@Wesley-0808 (#1926)DateTimePicker
: 支持showWeek
属性 @xgay231 (#1945)Footer
: 支持logo
,Links
与text
同时存在 @anlyyao (#1920)Picker
: 支持点击选中 @elfaw775 (#1939)Upload
: 新增removeBtn
属性,并支持在文件中设置单个图片的removeBtn
属性 @madaoQ (#1923)
🐞 Bug Fixes
Slider
: 修复设置min
属性后刻度色值错误 @mpbfx (#1925)TreeSelect
: 修复传入非标准options
数据时,组件回显错误的问题 @Wesley-0808 (#1926)Tabs
: 修复二次滑动问题 @novlan1 (#1935)PullDownRefresh
: 修复touhmove
过程中组件下拉和松手状态错误 @novlan1 (#1937)Radio
: 修复Radio
单独使用无法切换的问题 @novlan1 (#1947)Switch
: 修复loading
颜色、dot
滑块禁用态/深色模式背景色错误 @shenyaofeng (#1949)
🚧 Others
docs
: 通过unplugin
插件按需引入请改为import { TDesignResolver } from ' @tdesign-vue-next/auto-import-resolver';
@liweijie0812 (#1944)
New Contributors
- @Wesley-0808 made their first contribution in #1921
- @mpbfx made their first contribution in #1925
- @sym-666 made their first contribution in #1930
- @madaoQ made their first contribution in #1923
- @wyp-317 made their first contribution in #1941
- @elfaw775 made their first contribution in #1939
- @xgay231 made their first contribution in #1945
- @shenyaofeng made their first contribution in #1949
Full Changelog: 1.9.3...1.10.0
1.9.3
What's Changed
🚀 Features
🐞 Bug Fixes
🚧 Others
IDE
: 更新Webstorm
、Volar
代码提示 @liweijie0812 (#1893)
Full Changelog: 1.9.2...1.9.3
1.9.2
What's Changed
🚀 Features
Slider
: 新增vertical
属性,支持垂直滑块 @novlan1 (#1745)Message
: 新增single
和gap
属性,支持多条信息通知 @novlan1 (#1756)NoticeBar
: 新增interval
属性 和change
事件 @zhangyingxuan (#1718)
🐞 Bug Fixes
Tabs
: 修复选项卡内容动态更新后底部激活线位置计算错误 @QuentinHsu (#1884)Cascader
: 当选中叶子节点时,未清理不匹配的数据和状态 @QuentinHsu (#1883)
🚧 Others
New Contributors
- @zhangyingxuan made their first contribution in #1718
Full Changelog: 1.9.1...1.9.2
1.9.1
1.9.0
What's Changed
🚀 Features
ColorPicker
: 新增ColorPicker
组件 @novlan1 (#1761)DateTimePicker
: 新增steps
属性、header
和footer
插槽 @betavs (#1848) @novlan1 (#1861)Popup
: 支持duration
动画时长 @liweijie0812 (#1736)Cascader
: 新增middleContent
,用于自定义中间区域内容 @novlan1 (#1860)
🐞 Bug Fixes
ConfigProvider
: 修复全局配置类型提示错误 @anlyyao (#1852)DropdownMenu
: 修复自定义duration
无效 @liweijie0812 (#1736)Picker
: 修复二次滚动位置偏移的问题 @novlan1 (#1859)
Full Changelog: 1.8.5...1.9.0
1.8.5
1.8.4
What's Changed
🚀 Features
Icon
: 新增logo-miniprogram
、logo-cnb
、seal
、quote
图标 @taowensheng1997 @uyarn (#1827)Progress
: 新增size
属性,仅在环形进度条有效 @liweijie0812 (#1824)
🐞 Bug Fixes
Icon
: 优化多个文件相关图标的绘制效果,修复gesture-right-slip
的绘制问题@uyarn(#1827)Slider
:marks
属性不支持()=>TNode
渲染的问题 @betavs (#1811)
🚧 Others
New Contributors
Full Changelog: 1.8.3...1.8.4
1.8.3
What's Changed
🚀 Features
🐞 Bug Fixes
Input
: 修复v-model
初始值为undefined
时无法响应式更新 @anlyyao (#1782)Swiper
: 修复loop
属性为false
时,首个及最后一个滑动项闪烁的问题 @mikasayw (#1781)Message
: 修复函数式调用时onCloseBtnClick
属性无效 @anlyyao (#1790)PullDownRefresh
: 修复非顶部下拉出现刷新事件触发的问题 @RSS1102 (#1805)
🚧 Others
New Contributors
Full Changelog: 1.8.2...1.8.3