|
| 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 | + |
1 | 47 | ## 🌈 0.1.4 `2024-04-08` |
2 | 48 |
|
3 | 49 | ### 🚀 Features |
|
0 commit comments