Skip to content

Commit

Permalink
添加ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
Luozf12345 committed May 31, 2024
1 parent 104a24d commit 3f1d5fe
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 0 deletions.
46 changes: 46 additions & 0 deletions tdesign-component/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,49 @@

## 🌈 0.1.5 `2024-05-31`

### 🚀 Features
- `TDDropdownMenu`:
- add: Added TDDropdownMenu dropdown menu component @hkaikai
- `TDTextarea`:
- add: Added Textarea multiline text box component @hkaikai
- `TDBottomTabBar`:
- add: Support for custom background color and distance between icon and text ([#138](https://github.com/Tencent/tdesign-flutter/issues/138))
- add: TDBottomTabBar supports externally setting currentIndex ([#110](https://github.com/Tencent/tdesign-flutter/issues/110))
- `TDBadge`:
- add: TDBadge badge visibility setting when value is 0 @ccXxx1aoBai
- `TDRadio`:
- add: TDRadio added custom background color and text color @ccXxx1aoBai ([#135](https://github.com/Tencent/tdesign-flutter/issues/135))
- add: Added API to remove left margin ([#128](https://github.com/Tencent/tdesign-flutter/issues/128))
- `TDCheckbox`:
- add: TDCheckbox added custom text color
- add: Added API to remove left margin
- `TDImage`:
- add: Added Image.file ([#133](https://github.com/Tencent/tdesign-flutter/issues/133))
- add: Allow external customization of TDImage's fit method ([#114](https://github.com/Tencent/tdesign-flutter/issues/114))
- `TDInput`:
- add: Added custom size for Input clear button ([#147](https://github.com/Tencent/tdesign-flutter/issues/147))
- add: Added left margin for label text ([#147](https://github.com/Tencent/tdesign-flutter/issues/147))
- add: Added rightWidget for carType type ([#147](https://github.com/Tencent/tdesign-flutter/issues/32))
- `TDDivider`:
- add: Added text style size setting for divider component ([#134](https://github.com/Tencent/tdesign-flutter/issues/134))
- `TDToast`:
- add: Toast added attribute for custom text length ([#148](https://github.com/Tencent/tdesign-flutter/issues/148))
- `TDSideBar`:
- add: Added selected style, and custom text border ([#69](https://github.com/Tencent/tdesign-flutter/issues/69))
- add: Added selected style, and custom text border ([#67](https://github.com/Tencent/tdesign-flutter/issues/67))

### 🐞 Bug Fixes
- `TDButton`:
- fix: Added mounted judgment before setState() ([#122](https://github.com/Tencent/tdesign-flutter/issues/112))
- `TDDialog`:
- 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))

### 🚧 Others
- Added international language adaptation function
- Adapted to 3.16 text centering, added TDTextConfig usage document



## 🌈 0.1.4 `2024-04-08`

### 🚀 Features
Expand Down
45 changes: 45 additions & 0 deletions tdesign-site/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,51 @@ toc: false
docClass: timeline
---

## 🌈 0.1.5 `2024-05-31`

### 🚀 Features
- `TDDropdownMenu`:
- add: 新增TDDropdownMenu 下拉菜单 组件 @hkaikai
- `TDTextarea`:
- add: 新增Textarea 多行文本框 组件 @hkaikai
- `TDBottomTabBar`:
- add:支持自定义背景颜色和icon与文本中间距离([#138](https://github.com/Tencent/tdesign-flutter/issues/138))
- add:TDBottomTabBar支持外部设置currentIndex ([#110](https://github.com/Tencent/tdesign-flutter/issues/110))
- `TDBadge`:
- add: TDBadge当值为0时角标显隐设置 @ccXxx1aoBai
- `TDRadio`:
- add: TDRadio增加自定义背景色和文字颜色 @ccXxx1aoBai ([#135](https://github.com/Tencent/tdesign-flutter/issues/135))
- add: 新增去掉左边边距API([#128](https://github.com/Tencent/tdesign-flutter/issues/128))
- `TDCheckbox`:
- add: TDCheckbox增加自定义文字颜色
- add: 新增去掉左边边距API
- `TDImage`:
- add: 新增Image.file([#133](https://github.com/Tencent/tdesign-flutter/issues/133))
- add: 允许外部自定义TDImage的fit方式([#114](https://github.com/Tencent/tdesign-flutter/issues/114))
- `TDInput`:
- add: 新增Input清除按钮自定义尺寸 ([#147](https://github.com/Tencent/tdesign-flutter/issues/147))
- add: 新增label文本左侧间距 ([#147](https://github.com/Tencent/tdesign-flutter/issues/147))
- add: 新增carType类型的rightWidget ([#147](https://github.com/Tencent/tdesign-flutter/issues/32))
- `TDDivider`:
- add: 新增分割线组件设置文字样式大小 ([#134](https://github.com/Tencent/tdesign-flutter/issues/134))
- `TDToast`:
- add: Toast增加自定义文本长度的属性 ([#148](https://github.com/Tencent/tdesign-flutter/issues/148))
- `TDSideBar`:
- add: 新增选中样式,以及自定义文本边框 ([#69](https://github.com/Tencent/tdesign-flutter/issues/69))
- add: 新增选中样式,以及自定义文本边框 ([#67](https://github.com/Tencent/tdesign-flutter/issues/67))


### 🐞 Bug Fixes
- `TDButton`:
- fix: setState()前增加mounted判断 ([#122](https://github.com/Tencent/tdesign-flutter/issues/112))
- `TDDialog`:
- fix: 修改Dialog只有未设置action的时候,内部才会自动关闭,如果有设置action,则关闭时机交给业务自己处理 ([#117](https://github.com/Tencent/tdesign-flutter/issues/117))

### 🚧 Others
- 增加国际化语言适配功能
- 适配3.16后文本居中,增加TDTextConfig使用文档


## 🌈 0.1.4 `2024-04-08`

### 🚀 Features
Expand Down

0 comments on commit 3f1d5fe

Please sign in to comment.