Skip to content

Commit 3cde517

Browse files
Luozf12345github-actions[bot]RSS1102autofix-ci[bot]
authored
chore: release 0.2.7 (#853)
* 版本号升级为0.2.7 * 流水线提交生成代码 * chore: changelog's changes * 添加英文changelog与英文readme * 更新二维码图片名称 * 流水线提交生成代码 * 修改版本号与时间 * chore: 同步 README 文档到各目录 * docs: 更新文档链接和主题方式说明 * 修复测试验证中发现的问题 * [autofix.ci] apply automated fixes * 流水线提交生成代码 * 修改noticeBar的默认文字height * 修改noticeBarPage的自定义Style示例代码 * [autofix.ci] apply automated fixes * 删除下载链接 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: RSS1102 <jimmyrss1102@gmail.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 57a7965 commit 3cde517

23 files changed

Lines changed: 975 additions & 46 deletions

.gitignore

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,8 @@
1010
.svn/
1111

1212

13-
# Site( *.md 文档通过 hook 自动复制同步)
13+
# Site
1414
tdesign-site/node_modules/
15-
tdesign-site/site/docs/getting-started.md
16-
17-
# Component( *.md 文档通过 hook 自动复制同步)
18-
tdesign-component/README.md
19-
tdesign-component/README_zh_CN.md
2015

2116
# IntelliJ related
2217
*.iml

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
</a>
2020
</p>
2121

22-
<p align="center">
23-
English | <a href="https://github.com/Tencent/tdesign-flutter/blob/develop/README_zh_CN.md">简体中文</a>
24-
</p>
22+
English | [简体中文](./README_zh_CN.md)
2523

2624
**TDesign Flutter** is a cross-platform UI component library based on Tencent's design system. Built with the Flutter framework, it enables rapid development of beautiful, consistent mobile/web applications with rich pre-built components and theme customization capabilities, supporting iOS, Android, and Web platforms.
2725

@@ -37,7 +35,9 @@ English | <a href="https://github.com/Tencent/tdesign-flutter/blob/develop/READM
3735

3836
**Android**: Scan the QR code to download the preview app
3937

40-
<img width="200" src="https://tdesign.tencent.com/flutter/assets/qrcode/td_apk_qrcode.png" />
38+
<img width="200" src="https://tdesign.tencent.com/flutter/assets/qrcode/td_apk_qrcode_0_2_7.png" />
39+
40+
Download link: [https://oteam-tdesign-1258344706.cos.ap-guangzhou.tencentcos.cn/flutter/tdesign-flutter-0.2.7-314.apk](https://oteam-tdesign-1258344706.cos.ap-guangzhou.tencentcos.cn/flutter/tdesign-flutter-0.2.7-314.apk)
4141

4242
**iOS**: Run the project to preview
4343

@@ -58,7 +58,7 @@ Add the following to your `pubspec.yaml`:
5858

5959
```yaml
6060
dependencies:
61-
tdesign_flutter: ^0.2.6
61+
tdesign_flutter: ^0.2.7
6262
```
6363

6464
### Import
@@ -93,7 +93,7 @@ Icon(TDIcons.activity)
9393

9494
## 🎨 Custom Theme
9595

96-
TDesign Flutter provides flexible theming capabilities with three approaches:
96+
TDesign Flutter provides two flexible theming approaches:
9797

9898
### Method 1: JSON Configuration
9999

@@ -272,10 +272,10 @@ Create [GitHub Issues](https://github.com/Tencent/tdesign-flutter/issues) or sca
272272

273273
TDesign Flutter depends on the following component libraries. We appreciate the authors for their open-source contributions:
274274

275-
- [easy_refresh](https://pub-web.flutter-io.cn/packages/easy_refresh)
276-
- [flutter_swiper](https://pub-web.flutter-io.cn/packages/flutter_swiper)
277-
- [flutter_slidable](https://pub-web.flutter-io.cn/packages/flutter_slidable)
278-
- [image_picker](https://pub-web.flutter-io.cn/packages/image_picker)
275+
- [easy_refresh](https://pub.dev/packages/easy_refresh)
276+
- [flutter_swiper](https://pub.dev/packages/flutter_swiper)
277+
- [flutter_slidable](https://pub.dev/packages/flutter_slidable)
278+
- [image_picker](https://pub.dev/packages/image_picker)
279279

280280
## 📄 License
281281

README_zh_CN.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@
1919
</a>
2020
</p>
2121

22-
<p align="center">
23-
<a href="https://github.com/Tencent/tdesign-flutter/blob/develop/README.md">English</a> | 简体中文
24-
</p>
22+
[English](./README.md) | 简体中文
2523

2624
**TDesign Flutter** 是基于腾讯设计体系的跨平台 UI 组件库,使用 Flutter 框架开发,可快速构建美观、一致的移动端/Web 应用,提供丰富的预制组件和主题定制能力,支持 iOS、Android、Web 多端运行。
2725

@@ -37,7 +35,9 @@
3735

3836
**Android**:扫描二维码下载预览应用
3937

40-
<img width="200" src="https://tdesign.tencent.com/flutter/assets/qrcode/td_apk_qrcode.png" />
38+
<img width="200" src="https://tdesign.tencent.com/flutter/assets/qrcode/td_apk_qrcode_0_2_7.png" />
39+
40+
下载链接:[https://oteam-tdesign-1258344706.cos.ap-guangzhou.tencentcos.cn/flutter/tdesign-flutter-0.2.7-314.apk](https://oteam-tdesign-1258344706.cos.ap-guangzhou.tencentcos.cn/flutter/tdesign-flutter-0.2.7-314.apk)
4141

4242
**iOS**:运行项目预览
4343

@@ -58,7 +58,7 @@ flutter: ">=3.16.0"
5858

5959
```yaml
6060
dependencies:
61-
tdesign_flutter: ^0.2.6
61+
tdesign_flutter: ^0.2.7
6262
```
6363

6464
### 引入
@@ -93,7 +93,7 @@ Icon(TDIcons.activity)
9393

9494
## 🎨 自定义主题
9595

96-
TDesign Flutter 提供三种灵活的主题定制方式
96+
TDesign Flutter 提供两种灵活的主题定制方式
9797

9898
### 方式一:JSON 配置
9999

@@ -272,10 +272,10 @@ TDesign 还提供其他平台和框架的组件库:
272272

273273
TDesign Flutter 依赖以下组件库,感谢作者的开源贡献:
274274

275-
- [easy_refresh](https://pub-web.flutter-io.cn/packages/easy_refresh)
276-
- [flutter_swiper](https://pub-web.flutter-io.cn/packages/flutter_swiper)
277-
- [flutter_slidable](https://pub-web.flutter-io.cn/packages/flutter_slidable)
278-
- [image_picker](https://pub-web.flutter-io.cn/packages/image_picker)
275+
- [easy_refresh](https://pub.dev/packages/easy_refresh)
276+
- [flutter_swiper](https://pub.dev/packages/flutter_swiper)
277+
- [flutter_slidable](https://pub.dev/packages/flutter_slidable)
278+
- [image_picker](https://pub.dev/packages/image_picker)
279279

280280
## 📄 开源协议
281281

tdesign-component/CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
## 🌈 0.2.7 `2026-01-21`
2+
### 🚀 Features
3+
4+
- `TDInput`: TDInput密文模式下支持粘贴 @jflin19990707 ([#827](https://github.com/Tencent/tdesign-flutter/pull/827))
5+
- `TDDropdownMenu`: TDDropdownMenu的arrowIcon颜色可自定义 @jflin19990707 ([#831](https://github.com/Tencent/tdesign-flutter/pull/831))
6+
- `TDInput`: TDInput高度自适应 @jflin19990707 ([#840](https://github.com/Tencent/tdesign-flutter/pull/840))
7+
- `TDCalendar`: 允许月历控件在拖动后返回当前月份,用于延迟加载月份改变数据 @rxnh8256 ([#816](https://github.com/Tencent/tdesign-flutter/pull/816))
8+
- `TDActionSheetItem`: 支持设置cell描述信息的能力 @leenc123 ([#811](https://github.com/Tencent/tdesign-flutter/pull/811))
9+
- `TDBottomTabBar`: tabbar新增indicatorAnimation动画属性 @journeyding ([#848](https://github.com/Tencent/tdesign-flutter/pull/848))
10+
11+
### 🐞 Bug Fixes
12+
- `TDPopup`: 底部弹出popup重绘问题 @jflin19990707 ([#826](https://github.com/Tencent/tdesign-flutter/pull/826))
13+
- `TDropdownMenu`: TDropdownMenu分组菜单多选模式下的返回值bug @jflin19990707 ([#828](https://github.com/Tencent/tdesign-flutter/pull/828))
14+
- `TDTable`: TDTable中TDTableCol的索引BUG @jflin19990707 ([#830](https://github.com/Tencent/tdesign-flutter/pull/830))
15+
- `TDTreeSelect`: 树形选择器异步数据更新后能重新渲染;二级菜单文字过长处理一下;TDSelectOption中的value改为dynamic类型 @jflin19990707 ([#834](https://github.com/Tencent/tdesign-flutter/pull/834))
16+
- `TDToast`: TDToast过长溢出问题 @jflin19990707 ([#839](https://github.com/Tencent/tdesign-flutter/pull/839))
17+
- `TDDropdownItem`: TDDropdownItem不兼容TDMultiCascader @jflin19990707 ([#846](https://github.com/Tencent/tdesign-flutter/pull/846))
18+
- `TDCalendar`: 自定义日期单元格组件移除padding,使之沾满并覆盖默认选中样式从而实现自定义选中以及当前日期的样式问题,并增加日期锚点属性来实现自动滚动到锚点位置 @leenc123 ([#808](https://github.com/Tencent/tdesign-flutter/pull/808))
19+
- `DropdownMenu`: 修复 item 的 label 过长时导致显示不完全的 bug @edram ([#823](https://github.com/Tencent/tdesign-flutter/pull/823))
20+
- `TDRadio``TDCheckbox`: 单选框、多选框多列展示问题 @jflin19990707 ([#841](https://github.com/Tencent/tdesign-flutter/pull/841))
21+
- `TDNavBar`: 优化标题栏返回图标 支持暗黑模式 @sinianbao ([#844](https://github.com/Tencent/tdesign-flutter/pull/844))
22+
23+
### 🚧 Others
24+
- docs: 更新主题生成器文档,添加视频演示链接 @RSS1102 ([#833](https://github.com/Tencent/tdesign-flutter/pull/833))
25+
126

227
## 🌈 0.2.6 `2025-11-14`
328
### 🚀 Features

0 commit comments

Comments
 (0)