@@ -5,31 +5,56 @@ toc: false
55docClass : timeline
66---
77
8+ ## 🌈 0.2.6 ` 2025-11-14 `
9+ ### 🚀 Features
10+ - ` TDNoticeBar ` : 新增` content ` 属性,废弃并兼容原有的context属性 @runoob-coder ([ #744 ] ( https://github.com/Tencent/tdesign-flutter/pull/744 ) )
11+ - ` TDButton ` : 添加渐变颜色背景 @jflin19990707 ([ #773 ] ( https://github.com/Tencent/tdesign-flutter/pull/773 ) )
12+ - ` TDToast ` : TDToast支持展示多个 @jflin19990707 ([ #780 ] ( https://github.com/Tencent/tdesign-flutter/pull/780 ) )
13+ - ` TDUpload ` : 增加自定义上传监听 @leenc123 ([ #775 ] ( https://github.com/Tencent/tdesign-flutter/pull/775 ) )
14+ - ` TDTable ` : 增加自定义表尾属性 @leenc123 ([ #776 ] ( https://github.com/Tencent/tdesign-flutter/pull/776 ) )
15+
16+ ### 🐞 Bug Fixes
17+ - ` TDMultiCascader ` : 修复initialIndexes 参数不生效 @epoll-j ([ #752 ] ( https://github.com/Tencent/tdesign-flutter/pull/752 ) )
18+ - ` TDDialog ` : 按钮文案溢出问题 @jflin19990707 ([ #772 ] ( https://github.com/Tencent/tdesign-flutter/pull/772 ) )
19+ - ` TDDateTimePicker ` : 日期时分秒的英文配置改为缩写 @jflin19990707 ([ #770 ] ( https://github.com/Tencent/tdesign-flutter/pull/770 ) )
20+ - ` TDCell ` : TDCell的note过长时溢出问题 @jflin19990707 ([ #769 ] ( https://github.com/Tencent/tdesign-flutter/pull/769 ) )
21+ - ` TDCell ` : 修复单元格内 icon 与文本的对齐问题 @runoob-coder ([ #789 ] ( https://github.com/Tencent/tdesign-flutter/pull/789 ) )
22+ - ` TDProgress ` : 修复进度条改变时的样式问题 @runoob-coder ([ #744 ] ( https://github.com/Tencent/tdesign-flutter/pull/744 ) )
23+
24+ ### 📝 Documentation
25+ - ` docs ` : 优化文档格式和内容 @runoob-coder ([ #744 ] ( https://github.com/Tencent/tdesign-flutter/pull/744 ) )
26+
27+ ### 🚧 Others
28+ - 组件全面适配深色模式,优化调整组件样式(实验版) @runoob-coder ([ #744 ] ( https://github.com/Tencent/tdesign-flutter/pull/744 ) )
29+ - ` demo ` : 优化调整demo示例项目及代码演示,升级 Android 构建配置和依赖项以兼容在flutter ` 3.16.9 ` 至最新版(` 3.35.5 ` )下运行,调整web预览iframe样式去除顶部边距 @runoob-coder ([ #744 ] ( https://github.com/Tencent/tdesign-flutter/pull/744 ) )
30+ - ` web ` : 覆盖web依赖项,解决与flutter_localizations的版本冲突问题,兼容flutter之前版本 @runoob-coder ([ #744 ] ( https://github.com/Tencent/tdesign-flutter/pull/744 ) )
31+
32+
833
9- ## 🌈 0.2.5 ` 2025-09-12 `
10- ### 🐞 Bug Fixes
11- - ` TDPopover ` : 添加圆角属性自定义 @jflin19990707 ([ #727 ] ( https://github.com/Tencent/tdesign-flutter/pull/727 ) )
12- - ` TDForm ` : 增加表单自定义背景颜色属性,按钮部分可为空 @jflin19990707 ([ #730 ] ( https://github.com/Tencent/tdesign-flutter/pull/730 ) )
13- - ` TDConfirmDialog ` : 弹窗支持自定义宽度,按钮增加自定义样式属性 @jflin19990707 ([ #724 ] ( https://github.com/Tencent/tdesign-flutter/pull/724 ) )
14- - ` TDPicker ` : 支持初始化和后续动态加载适量数据,修复卡顿问题@123dw-bot ([ #728 ] ( https://github.com/Tencent/tdesign-flutter/pull/728 ) )
15- - ` TDSideBar ` 增加自定义未选中颜色 @jflin19990707 ([ #723 ] ( https://github.com/Tencent/tdesign-flutter/pull/723 ) )
16- ### 🚧 Others
34+ ## 🌈 0.2.5 ` 2025-09-12 `
35+ ### 🐞 Bug Fixes
36+ - ` TDPopover ` : 添加圆角属性自定义 @jflin19990707 ([ #727 ] ( https://github.com/Tencent/tdesign-flutter/pull/727 ) )
37+ - ` TDForm ` : 增加表单自定义背景颜色属性,按钮部分可为空 @jflin19990707 ([ #730 ] ( https://github.com/Tencent/tdesign-flutter/pull/730 ) )
38+ - ` TDConfirmDialog ` : 弹窗支持自定义宽度,按钮增加自定义样式属性 @jflin19990707 ([ #724 ] ( https://github.com/Tencent/tdesign-flutter/pull/724 ) )
39+ - ` TDPicker ` : 支持初始化和后续动态加载适量数据,修复卡顿问题@123dw-bot ([ #728 ] ( https://github.com/Tencent/tdesign-flutter/pull/728 ) )
40+ - ` TDSideBar ` 增加自定义未选中颜色 @jflin19990707 ([ #723 ] ( https://github.com/Tencent/tdesign-flutter/pull/723 ) )
41+ ### 🚧 Others
1742- docs: 优化仓库大小 @RSS1102
1843
1944
20- ## 🌈 0.2.4 ` 2025-08-14 `
21- ### 🚀 Features
22- - ` TDUpload ` : 支持设置多图间距和对其方式 @cyjaysong ([ #677 ] ( https://github.com/Tencent/tdesign-flutter/pull/677 ) )
23- - ` TDTreeSelect ` : 新增自定义宽度和最大行数字段,修复第二级宽度固定,长文本溢出问题 @123dw-bot ([ #694 ] ( https://github.com/Tencent/tdesign-flutter/pull/694 ) )
24- - ` TDDropdownMenu ` : 增加TDDropdownItemController,允许外部重置和更改下拉选项 @Luozf12345 ([ #697 ] ( https://github.com/Tencent/tdesign-flutter/pull/697 ) )
25- - ` TDStepper ` : Stepper 增加controller参数,可用于实时修改value @Luozf12345 ([ #699 ] ( https://github.com/Tencent/tdesign-flutter/pull/699 ) )
26-
27- ### 🐞 Bug Fixes
28- - ` TDIndexes ` : 修复自定义索引无法响应点击事件 @epoll-j ([ #692 ] ( https://github.com/Tencent/tdesign-flutter/pull/692 ) )
29- - ` TDPopup ` : 修复close方法触发两次bug @epoll-j ([ #690 ] ( https://github.com/Tencent/tdesign-flutter/pull/690 ) )
30- - ` TDSideBar ` :修复TDSideBar组件初始化后children无法更新的问题 @Luozf12345 ([ #698 ] ( https://github.com/Tencent/tdesign-flutter/pull/698 ) )
31-
32- ### 🚧 Others
45+ ## 🌈 0.2.4 ` 2025-08-14 `
46+ ### 🚀 Features
47+ - ` TDUpload ` : 支持设置多图间距和对其方式 @cyjaysong ([ #677 ] ( https://github.com/Tencent/tdesign-flutter/pull/677 ) )
48+ - ` TDTreeSelect ` : 新增自定义宽度和最大行数字段,修复第二级宽度固定,长文本溢出问题 @123dw-bot ([ #694 ] ( https://github.com/Tencent/tdesign-flutter/pull/694 ) )
49+ - ` TDDropdownMenu ` : 增加TDDropdownItemController,允许外部重置和更改下拉选项 @Luozf12345 ([ #697 ] ( https://github.com/Tencent/tdesign-flutter/pull/697 ) )
50+ - ` TDStepper ` : Stepper 增加controller参数,可用于实时修改value @Luozf12345 ([ #699 ] ( https://github.com/Tencent/tdesign-flutter/pull/699 ) )
51+
52+ ### 🐞 Bug Fixes
53+ - ` TDIndexes ` : 修复自定义索引无法响应点击事件 @epoll-j ([ #692 ] ( https://github.com/Tencent/tdesign-flutter/pull/692 ) )
54+ - ` TDPopup ` : 修复close方法触发两次bug @epoll-j ([ #690 ] ( https://github.com/Tencent/tdesign-flutter/pull/690 ) )
55+ - ` TDSideBar ` :修复TDSideBar组件初始化后children无法更新的问题 @Luozf12345 ([ #698 ] ( https://github.com/Tencent/tdesign-flutter/pull/698 ) )
56+
57+ ### 🚧 Others
3358- ` 其他 ` :恢复对flutter SDK 3.32版本的默认适配
3459
3560
0 commit comments