Skip to content

TDesign Weekly Release (Mar 4th 2023)

Choose a tag to compare

@tdesign-helper tdesign-helper released this 24 Mar 02:09
· 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: 新增size API , 用于控制时间输入框大小,pick事件增加context回调参数 @uyarn (#2260)
  • Dropdown: 支持透传popupProps的on-visible-change的写法 @uyarn (#2260)

🐞 Bug Fixes

详情见:https://github.com/Tencent/tdesign-vue/releases/tag/1.2.3

Vue3 for Web 发布 1.2.2

🚀 Features

🐞 Bug Fixes

详情见:https://github.com/Tencent/tdesign-vue-next/releases/tag/1.2.2

React for Web 发布 1.0.5

🚀 Features

  • TimePicker: 新增 size API , 用于控制时间输入框大小 @uyarn (#2081)

🐞 Bug Fixes

详情见:https://github.com/Tencent/tdesign-react/releases/tag/1.0.5

Miniprogram for WeChat 发布 1.0.4

🚀 Features

🐞 Bug Fixes

详情见: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

  • Loading: 修复部分浏览器下 loading 晃动问题 @anlyyao (#505)
  • Stepper: 修复 min/max 存在时,输入受限问题 @anlyyao (#518)

详情见:https://github.com/Tencent/tdesign-mobile-vue/releases/tag/0.15.0