TDesign Weekly Release (Mar 4th 2023)
·
373 commits
to main
since this release
组件库
Vue2 for Web 发布 1.2.3
🚀 Features
Table: @chaishi (#2251)- 支持使用
filterIcon支持不同列显示不同的筛选图标,issue#2088 - 支持横向滚动到固定列,issue#1992
- 支持使用
ColorPicker: 新增enableMultipleGradient, 支持渐变色只存在起始和结束梯度 @uyarn (#2260)TimePicker: 新增sizeAPI , 用于控制时间输入框大小,pick事件增加context回调参数 @uyarn (#2260)Dropdown: 支持透传popupProps的on-visible-change的写法 @uyarn (#2260)
🐞 Bug Fixes
Popup: 修复需多次点击才能关闭的问题 @ikeq (#2247)TreeSelect:- 修复树选择组件,在表格组件里面时,显示两个 Tips 的问题,issue#2131 @chaishi (#2251)
Tree: 修复空初始值或不存在的初始值的问题,@uyarn (common #1213)Table:- 单行选中功能,修复
allowUncheck: false无效问题,tdesign-vue-next#2561 @chaishi (#2256) - 修复 lazyload 的问题 @yanxugong (#2250)
- 单行选中功能,修复
详情见:https://github.com/Tencent/tdesign-vue/releases/tag/1.2.3
Vue3 for Web 发布 1.2.2
🚀 Features
Table:- 支持使用
filterIcon支持不同列显示不同的筛选图标,tdesign-vue#2088 @chaishi (#2590) - 支持横向滚动到固定列,tdesign-vue#1992 @chaishi (#2590)
- 支持使用
Tabs: 标签页选项卡可配置禁止拖拽 @liweijie0812 (#2457)TimePicker: 支持size属性 @uyarn (#2597)
🐞 Bug Fixes
Table:- 单行选中功能,修复
allowUncheck: false无效问题,issue#2561 @chaishi (#2590) - 修复
lazyload重置bug@yanxugong (#2580) - 修复
getSortIcon is not a function在webpack中的报错 (issue#2538) @chaishi (#2592)
- 单行选中功能,修复
TreeSelect:Dropdown: 支持v-for渲染下拉选项,支持v-for与普通插槽混用 @uyarn (#2594)Menu: 修复重新展开后,normal模式的子菜单就是空的。(issue #2557) @Ericleungs (#2589)
详情见:https://github.com/Tencent/tdesign-vue-next/releases/tag/1.2.2
React for Web 发布 1.0.5
🚀 Features
🐞 Bug Fixes
Form: 修复 formList 初始数据获取问题 @honkinglin (#2067)Watermark: fix document undefined in nextjs @carolin913 (#2073)ColorPicker:Dialog: 修复onCloseBtnClick事件无效的问题 @ArthurYung (#2080)BreadCrumb: 修复通过 options 属性无法配置 Icon 的问题 @uyarn (#2081)Dialog: 修复onCloseBtnClick事件无效的问题 @ArthurYung (#2080)
详情见:https://github.com/Tencent/tdesign-react/releases/tag/1.0.5
Miniprogram for WeChat 发布 1.0.4
🚀 Features
PullDownRefresh: 支持无障碍访问支持 @shinyina (#1241)Steps: 支持无障碍访问 @tangzixuan (#1783)
🐞 Bug Fixes
Textarea: 修复autosize为true时,placeholder上移问题 @anlyyao (#1781)Switch: 修复 label 和 icon 渲染顺序错误的问题 @LeeJim (#1809)Loading: 修复错误的 style 导致 wxs 报错 @LeeJim (#1810)Radio: 修复 placement 优先级的问题 @LeeJim (#1812)Button: 解决多个插槽的渲染问题 @LeeJim (#1813)Link: 解决多个插槽无法渲染的问题 @LeeJim (#1816)TabPanel: 解决多个插槽无法渲染的问题 @LeeJim (#1816)Upload: 修复点击事件失效问题 @yaogengzhu (#1802)Upload: 修复 limit 限制的问题 @yaogengzhu (#1800)
详情见:https://github.com/Tencent/tdesign-miniprogram/releases/tag/1.0.4
Vue3 for Mobile 发布 0.15.0
❗ BREAKING CHANGES
Stepper: 属性 theme 的 gray 主题更名为 filled,并新增 outline 主题 @anlyyao (#518)Radio: 属性 align 更名为 placement @LeeJim (#517)Radio: 属性 icon 的枚举值变更、DOM 变更 @LeeJim (#517)Switch: 废弃 colors 属性,改用 CSS Variables @LeeJim (#520)Switch: 属性 label 的类型从 string 变为 array @LeeJim (#520)Switch: 优化 DOM @LeeJim (#520)
🚀 Features
Tag: 支持 css variable @anlyyao (#507)Stepper: 新增 size 属性 @anlyyao (#518)Radio: 新增支持 allowUncheck、block、maxContentRow、maxLabelRow 属性 @LeeJim (#517)RadioGroup: 新增支持 allowUncheck、borderless、keys、placement 属性 @LeeJim (#517)Swtich: 新增 icon、loading、size 属性 @LeeJim (#520)
🐞 Bug Fixes
详情见:https://github.com/Tencent/tdesign-mobile-vue/releases/tag/0.15.0