TDesign Weekly Release (Apr 2nd 2024)
Vue2 for Web 发布 1.9.2
🚀 Features
Tag
: 新增color
API,支持自定义颜色 @maoyiluo (#3101)CollapsedItems
:TagInput
、SelectInput
、TreeSelect
和Cascader
的CollapsedItems
统一新增onClose
回调,支持对折叠选项的删除操作 @topazur @uyarn (#2942)
🐞 Bug Fixes
Transfer
:Locale
: 修复Image
和ImageViewer
组件英文语言包异常的问题,优化DatePicker
部分语言配置 @uyarn (#3119)Checkbox
: 修复checkboxGroup.max
禁用态显示的问题 @LoopZhou (#3124)DatePicker
:Table
: 修复使用fixedRows
时的报错问题 @betavs (#3134)Loading
:导出LoadingDirective
使用 @XBIsland (#3120)Scroll
: 修复由于Chrome 121版本支持scroll width之后导致Table
、Select
及部分出现滚动条组件的样式异常问题 @LoopZhou (common#1765)。请注意,基于@vue/cli-service 4.x
及以下版本初始化的项目由于依赖的 postcss 版本过低,会因为这个修复受影响,需要升级postcss至8.0以上或整体升级@vue/cli-service
至5.0以上
🚧 Others
Dialog
: 优化插件部分的使用示例 @Lyan-u (#3126)Dialog
: 优化插件部分的使用说明 @Summer-Shen (#3125)Menu
: 移除示例代码中废弃的高度示例 @Summer-Shen (#3135)
详情见:https://github.com/Tencent/tdesign-vue/releases/tag/1.9.2
React for Web 发布 1.6.0
🚀 Features
Portal
:Portal
新增懒加载forceRender
,默认为lazy
模式 ,优化性能,兼容SSR
渲染,对Dialog
和Drawer
组件可能存在破坏性影响 @HaixingOoO (#2826)
🐞 Bug Fixes
ImageViewer
: 修复imageReferrerpolicy
没有对顶部缩略图生效的问题 @uyarn (#2815)Descriptions
: 修复props
缺少className
和style
属性的问题 @HaixingOoO (#2818)Layout
: 修复Layout
添加Aside
页面布局会跳动的问题 @HaixingOoO (#2824)Input
: 修复在React16
版本下阻止冒泡失败的问题 @HaixingOoO (#2833)DatePicker
: 修复1.5.3
版本之后处理Date类型和周选择器的异常 @uyarn (#2841)Guide
:- 优化
SSR
下的使用问题 @HaixingOoO (#2842) - 修复
SSR
场景下Guide
组件初始化渲染位置异常的问题 @uyarn (#2832)
- 优化
Scroll
: 修复由于Chrome 121
版本支持 scroll width 之后导致Table
、Select
及部分出现滚动条组件的样式异常问题 @LoopZhou (common#1765) @uyarn (#2843)Locale
: 优化DatePicker
部分模式的语言包 @uyarn (#2843)Tree
: 修复初始化后draggable
属性丢失响应式的问题 @Liao-js (#2838)Style
: 支持通过less
总入口打包样式的需求 @NWYLZW @uyarn (common#1757) (common#1766)
详情见:https://github.com/Tencent/tdesign-react/releases/tag/1.6.0
Flutter for Mobile 发布 0.1.4
🚀 Features
TDCountDown
:- add: Added TDCountDown countdown component @hkaikai
TDTheme
:- add: Modified the theme implementation method, supporting ref attribute for custom mapping
- add: Added default number font numberFontFamily
TDText
:- add: Added TDText force center switch kTextForceVerticalCenterEnable, which can globally disable forced centering to prevent excessive text offset after flutter 3.16 version (#35)
TDBottomTabBar
:- add: Added custom background color feature (#55)
TDCheckbox
:TDTabBar
:- add: TDTabBar adds custom settings for divider color and height (#71)
TDSwitch
:- add: TDSwitch supports custom "on/off" text (#73)
TDDialog
:- add: Added custom title alignment and content Widget feature (#58)
🐞 Bug Fixes
TDSlider
:- fix: Fixed an issue where TDSlider setting showThumbValue does not work.
TDButton
:- fix: Fixed an issue where the external setting of the theme color for TDButton does not take effect (#54)
TDInput
:
🚧 Others
- Example application, added a button to modify the theme, can quickly modify the theme color
详情见:https://github.com/Tencent/tdesign-flutter/releases/tag/0.1.4