🚀 Features
Icon
: 图标库发布0.3.0
版本,新增907
个新图标;命名优化blockchain
重命名改为transform-1
,gesture-pray-1
重命名为gesture-open
,gesture-ranslation-1
重命名为wave-bye
,gesture-up-1
重命名为gesture-typing
,gesture-up-2
重命名为gesture-right-slip
,logo-wechat
重命名为logo-wechat-stroke-filled
,移除tree-list
、logo-adobe-photoshop-1
等错误图标 @uyarn (#4729)Nuxt
:@tdesign-vue-next/nuxt
发布0.1.5
版本, 自动导入Typography
、Empty
组件和新图标Switch
: 新增before-change
API , 用于需要发起异步请求的场景 @centuryPark (#4699)Cascader
: 单选模式下当trigger
为hover
时,选中选项后自动关闭面板 @uyarn (#4717)Checkbox
: 新增title API
, 用于在选项展示禁用原因等场景 @liweijie0812 (#4737)RadioGroup
: 新增readonly API
@liweijie0812 (#4737)Form
: 全部readonly
API 默认值改undefined ,修复表单readonly
为 true,表单输入类组件readonly
为 false 时的表现异常问题 @liweijie0812 (#4737)AnchorItem
: 新增customScroll API
,支持关闭默认滚动动画,由用户可自定义锚点滚动的行为 @boogie-ben (#4386)Dialog
: 新增 APIBeforeOpen
对话框执行打开动画效果前触发,BeforeClose
对话框执行消失动画效果前触发 @Wesley-0808 (#4733)Drawer
: 新增 APIBeforeOpen
抽屉执行打开动画效果前触发,BeforeClose
抽屉执行关闭动画效果前触发 @Wesley-0808 (#4733)
🐞 Bug Fixes
Input
:TreeSelect
:- 修复异步加载且
valueType="object"
情况下,v-model
报错 @ylunwang (#4734) - 修复异步加载且
valueMode="onlyLeaf"
情况下的选中逻辑(common#1976) @ylunwang (#4734)
- 修复异步加载且
Menu
:TagInput
: 修复在readonly
模式下仍可以通过Backspace
按键删除已选项的缺陷 @RSS1102 (#4696)Avatar
: 头像链接切换后,清除上一张图片加载失败的占位符 @Cat1007 (#4724)ColorPicker
: 最近使用颜色需要选中才能删除 @superNos (#4720)Tabs
:dialog
中的tabs
默认选中样式不正确 @chensid (#4722Cascader
: 修复当选项label
非字符串时title
渲染异常的问题 @uyarn (#4759)InputNumber
: 修复largeNumber
下format
错误作用于value
上的问题 @uyarn (#4695)
📝 Documentation
New Contributors
- @cszhjh made their first contribution in #4698
- @centuryPark made their first contribution in #4699
- @chensid made their first contribution in #4725
- @superNos made their first contribution in #4720
- @ylunwang made their first contribution in #4734
- @ZhuYuRan001 made their first contribution in #4670
- @dsh0416 made their first contribution in #4719
Full Changelog: 1.10.3...1.10.4