Skip to content

Commit 3d0b5e9

Browse files
committed
添加ChangeLog
1 parent 4d47316 commit 3d0b5e9

File tree

2 files changed

+91
-0
lines changed

2 files changed

+91
-0
lines changed

tdesign-component/CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1+
2+
## 🌈 0.1.5 `2024-05-31`
3+
4+
### 🚀 Features
5+
- `TDDropdownMenu`:
6+
- add: Added TDDropdownMenu dropdown menu component @hkaikai
7+
- `TDTextarea`:
8+
- add: Added Textarea multiline text box component @hkaikai
9+
- `TDBottomTabBar`:
10+
- add: Support for custom background color and distance between icon and text ([#138](https://github.com/Tencent/tdesign-flutter/issues/138))
11+
- add: TDBottomTabBar supports externally setting currentIndex ([#110](https://github.com/Tencent/tdesign-flutter/issues/110))
12+
- `TDBadge`:
13+
- add: TDBadge badge visibility setting when value is 0 @ccXxx1aoBai
14+
- `TDRadio`:
15+
- add: TDRadio added custom background color and text color @ccXxx1aoBai ([#135](https://github.com/Tencent/tdesign-flutter/issues/135))
16+
- add: Added API to remove left margin ([#128](https://github.com/Tencent/tdesign-flutter/issues/128))
17+
- `TDCheckbox`:
18+
- add: TDCheckbox added custom text color
19+
- add: Added API to remove left margin
20+
- `TDImage`:
21+
- add: Added Image.file ([#133](https://github.com/Tencent/tdesign-flutter/issues/133))
22+
- add: Allow external customization of TDImage's fit method ([#114](https://github.com/Tencent/tdesign-flutter/issues/114))
23+
- `TDInput`:
24+
- add: Added custom size for Input clear button ([#147](https://github.com/Tencent/tdesign-flutter/issues/147))
25+
- add: Added left margin for label text ([#147](https://github.com/Tencent/tdesign-flutter/issues/147))
26+
- add: Added rightWidget for carType type ([#147](https://github.com/Tencent/tdesign-flutter/issues/32))
27+
- `TDDivider`:
28+
- add: Added text style size setting for divider component ([#134](https://github.com/Tencent/tdesign-flutter/issues/134))
29+
- `TDToast`:
30+
- add: Toast added attribute for custom text length ([#148](https://github.com/Tencent/tdesign-flutter/issues/148))
31+
- `TDSideBar`:
32+
- add: Added selected style, and custom text border ([#69](https://github.com/Tencent/tdesign-flutter/issues/69))
33+
- add: Added selected style, and custom text border ([#67](https://github.com/Tencent/tdesign-flutter/issues/67))
34+
35+
### 🐞 Bug Fixes
36+
- `TDButton`:
37+
- fix: Added mounted judgment before setState() ([#122](https://github.com/Tencent/tdesign-flutter/issues/112))
38+
- `TDDialog`:
39+
- fix: Modified Dialog to only auto-close when no action is set, if action is set, closing time is handled by the business itself ([#117](https://github.com/Tencent/tdesign-flutter/issues/117))
40+
41+
### 🚧 Others
42+
- Added international language adaptation function
43+
- Adapted to 3.16 text centering, added TDTextConfig usage document
44+
45+
46+
147
## 🌈 0.1.4 `2024-04-08`
248

349
### 🚀 Features

tdesign-site/CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,51 @@ toc: false
55
docClass: timeline
66
---
77

8+
## 🌈 0.1.5 `2024-05-31`
9+
10+
### 🚀 Features
11+
- `TDDropdownMenu`:
12+
- add: 新增TDDropdownMenu 下拉菜单 组件 @hkaikai
13+
- `TDTextarea`:
14+
- add: 新增Textarea 多行文本框 组件 @hkaikai
15+
- `TDBottomTabBar`:
16+
- add:支持自定义背景颜色和icon与文本中间距离([#138](https://github.com/Tencent/tdesign-flutter/issues/138))
17+
- add:TDBottomTabBar支持外部设置currentIndex ([#110](https://github.com/Tencent/tdesign-flutter/issues/110))
18+
- `TDBadge`:
19+
- add: TDBadge当值为0时角标显隐设置 @ccXxx1aoBai
20+
- `TDRadio`:
21+
- add: TDRadio增加自定义背景色和文字颜色 @ccXxx1aoBai ([#135](https://github.com/Tencent/tdesign-flutter/issues/135))
22+
- add: 新增去掉左边边距API([#128](https://github.com/Tencent/tdesign-flutter/issues/128))
23+
- `TDCheckbox`:
24+
- add: TDCheckbox增加自定义文字颜色
25+
- add: 新增去掉左边边距API
26+
- `TDImage`:
27+
- add: 新增Image.file([#133](https://github.com/Tencent/tdesign-flutter/issues/133))
28+
- add: 允许外部自定义TDImage的fit方式([#114](https://github.com/Tencent/tdesign-flutter/issues/114))
29+
- `TDInput`:
30+
- add: 新增Input清除按钮自定义尺寸 ([#147](https://github.com/Tencent/tdesign-flutter/issues/147))
31+
- add: 新增label文本左侧间距 ([#147](https://github.com/Tencent/tdesign-flutter/issues/147))
32+
- add: 新增carType类型的rightWidget ([#147](https://github.com/Tencent/tdesign-flutter/issues/32))
33+
- `TDDivider`:
34+
- add: 新增分割线组件设置文字样式大小 ([#134](https://github.com/Tencent/tdesign-flutter/issues/134))
35+
- `TDToast`:
36+
- add: Toast增加自定义文本长度的属性 ([#148](https://github.com/Tencent/tdesign-flutter/issues/148))
37+
- `TDSideBar`:
38+
- add: 新增选中样式,以及自定义文本边框 ([#69](https://github.com/Tencent/tdesign-flutter/issues/69))
39+
- add: 新增选中样式,以及自定义文本边框 ([#67](https://github.com/Tencent/tdesign-flutter/issues/67))
40+
41+
42+
### 🐞 Bug Fixes
43+
- `TDButton`:
44+
- fix: setState()前增加mounted判断 ([#122](https://github.com/Tencent/tdesign-flutter/issues/112))
45+
- `TDDialog`:
46+
- fix: 修改Dialog只有未设置action的时候,内部才会自动关闭,如果有设置action,则关闭时机交给业务自己处理 ([#117](https://github.com/Tencent/tdesign-flutter/issues/117))
47+
48+
### 🚧 Others
49+
- 增加国际化语言适配功能
50+
- 适配3.16后文本居中,增加TDTextConfig使用文档
51+
52+
853
## 🌈 0.1.4 `2024-04-08`
954

1055
### 🚀 Features

0 commit comments

Comments
 (0)