1.3.0
版本发布时间: 2024-06-21 18:08:04
Tencent/tdesign-mobile-vue最新发布版本:1.4.0(2024-08-30 19:14:38)
What's Changed
🚀 Features
-
TreeSelect
: 新增TreeSelect
组件 @Lyan-u (#1347) -
Layout
: 新增Layout
组件 @aaronmhl (#1393) -
Loading
: 新增attach
和fullscreen
属性,并支持函数式调用 @dexterBo (#1444) -
ImageViewer
: 优化align
配置长图滚动范围设置 @aaronmhl (#1442) -
SideBar
:label
标签对齐方式从 "居中对齐" 变更为 “左对齐” @anlyyao (#1347) -
SideBar
: 修复禁用态仍能点选的问题 @anlyyao (#1347) -
Form
: 支持scrollToFirstError
,自动滚动到第一个校验不通过的字段位置 @liweijie0812 (#1460) -
Form
: 新增preventSubmitDefault
属性,表示是否阻止表单提交默认事件 @liweijie0812 (#1465) -
FormItem
: 新增arrow
属性,表示是否显示右侧箭头 @liweijie0812 (#1465) -
ActionSheet
:sfc
改tsx
@jiasy1616 (#1445) -
Message
:sfc
改tsx
@anlyyao (#1448) -
ConfigProvider
:sfc
改tsx
@anlyyao (#1459) -
List
:sfc
改tsx
@Florian-lan (#1437)
🐞 Bug Fixes
-
Input
: 修复type='password'
场景下查看密码无效 @liweijie0812 (#1464)
🚧 Others
- other: 支持通过
import
方式引入组件类型,e.g.,import { ActionSheetProps } from 'tdesign-mobile-vue';
@anlyyao (#1461)
New Contributors
- @Florian-lan made their first contribution in https://github.com/Tencent/tdesign-mobile-vue/pull/1437
Full Changelog: https://github.com/Tencent/tdesign-mobile-vue/compare/1.2.4...1.3.0