diff --git a/tdesign-component/CHANGELOG.md b/tdesign-component/CHANGELOG.md index 4543d40e1..8e61f36e3 100644 --- a/tdesign-component/CHANGELOG.md +++ b/tdesign-component/CHANGELOG.md @@ -1,4 +1,39 @@ +## 🌈 0.1.6 `2024-07-24` + +### 🚀 Features +- `Cell`: Added Cell component @hkaikai ([#150](https://github.com/Tencent/tdesign-flutter/pull/150)) +- `Drawer`: Added Drawer component @hkaikai ([#178](https://github.com/Tencent/tdesign-flutter/pull/178)) +- `SwipeCell`: Added SwipeCell component @hkaikai ([#218](https://github.com/Tencent/tdesign-flutter/pull/218)) +- `Steps`: Added Steps component @aaronmhl ([#199](https://github.com/Tencent/tdesign-flutter/pull/199)) +- `ImageViewer`: Added ImageViewer component @ccXxx1aoBai ([#187](https://github.com/Tencent/tdesign-flutter/pull/187)) +- `Cascader`: Added Cascader component @shizhe2018 ([#195](https://github.com/Tencent/tdesign-flutter/pull/195)) +- `Fab`: Added Fab component @TingShine ([#239](https://github.com/Tencent/tdesign-flutter/pull/239)) +- `BackTop`: Added BackTop component @TingShine ([#239](https://github.com/Tencent/tdesign-flutter/pull/239)) +- `TreeSelect`: Added TreeSelect component @TingShine ([#239](https://github.com/Tencent/tdesign-flutter/pull/239)) +- `Collapse`: Added Collapse component @dorayx ([#239](https://github.com/Tencent/tdesign-flutter/pull/239)) +- `Input`: Added inputAction API to support setting keyboard actions; added spacer API to customize component spacing @ccXxx1aoBai ([#184](https://github.com/Tencent/tdesign-flutter/pull/184)) +- `Text`: Added global font configuration and the ability to load web fonts @Luozf12345 ([#232](https://github.com/Tencent/tdesign-flutter/pull/232)) +- `CountDown`: Added start/reset/pause/resume control functions @hkaikai ([#175](https://github.com/Tencent/tdesign-flutter/pull/175)) +- `Popup`: Supported position and size settings @hkaikai ([#191](https://github.com/Tencent/tdesign-flutter/pull/191)) + +### 🐞 Bug Fixes +- `Toast`: Fixed the issue where the duration attribute was ineffective @ccXxx1aoBai ([#167](https://github.com/Tencent/tdesign-flutter/pull/167)) +- `Input`: Fixed the label overflow issue @ccXxx1aoBai ([#184](https://github.com/Tencent/tdesign-flutter/pull/184)) +- `Tabs`: For the tabs component, outlineType 'capsule' now supports setting selected and unselected tab background colors, and outlineType 'card' supports setting the selected tab background color @ccXxx1aoBai +- `Button`: Fixed the issue where properties could not be changed under the setState method @shizhe2018 ([#201](https://github.com/Tencent/tdesign-flutter/pull/201)) +- `SearchBar`: Added a controller to the search bar, allowing external clearing of search text @shizhe2018 ([#194](https://github.com/Tencent/tdesign-flutter/pull/194)) +- `Slider`: Added custom Decoration styles @shizhe2018 ([#198](https://github.com/Tencent/tdesign-flutter/pull/198)) +- `Empty`: Added text size style API @shizhe2018 ([#219](https://github.com/Tencent/tdesign-flutter/pull/219)) +- `Dialog`: Added input type background @shizhe2018 ([#238](https://github.com/Tencent/tdesign-flutter/pull/238)) + +### 🚧 Others +- HarmonyOS compilation support @hkaikai ([#233](https://github.com/Tencent/tdesign-flutter/pull/233)) +- Modified theme adaptation tool @Luozf12345 +- Added GitHub links for complete pages in demo code @Luozf12345 + + + ## 🌈 0.1.5 `2024-05-31` ### 🚀 Features diff --git a/tdesign-component/README_zh.md b/tdesign-component/README_zh.md index 0c2c92e01..b3430fd2d 100644 --- a/tdesign-component/README_zh.md +++ b/tdesign-component/README_zh.md @@ -195,4 +195,6 @@ TDesign Flutter 依赖以下组件库,感谢作者的开源贡献: [flutter_easyrefresh](https://pub-web.flutter-io.cn/packages/easy_refresh) -[flutter_swiper](https://pub-web.flutter-io.cn/packages/flutter_swiper) \ No newline at end of file +[flutter_swiper](https://pub-web.flutter-io.cn/packages/flutter_swiper) + +[flutter_slidable](https://pub-web.flutter-io.cn/packages/flutter_slidable) \ No newline at end of file diff --git a/tdesign-component/pubspec.yaml b/tdesign-component/pubspec.yaml index dc470c113..276ba7b99 100644 --- a/tdesign-component/pubspec.yaml +++ b/tdesign-component/pubspec.yaml @@ -1,6 +1,6 @@ name: tdesign_flutter description: Tencent TDesign UI component library of Flutter, suitable for use in mobile projects. -version: 0.1.5 +version: 0.1.6 homepage: https://github.com/Tencent/tdesign-flutter environment: diff --git a/tdesign-site/CHANGELOG.md b/tdesign-site/CHANGELOG.md index ba767661d..151333f91 100644 --- a/tdesign-site/CHANGELOG.md +++ b/tdesign-site/CHANGELOG.md @@ -5,6 +5,36 @@ toc: false docClass: timeline --- +## 🌈 0.1.6 `2024-07-24` +### 🚀 Features +- `Cell`: 新增 Cell 单元格 组件 @hkaikai ([#150](https://github.com/Tencent/tdesign-flutter/pull/150)) +- `Drawer`: 新增Drawer 抽屉 组件 @hkaikai ([#178](https://github.com/Tencent/tdesign-flutter/pull/178)) +- `SwipeCell`: 新增SwipeCell 滑动操作 组件 @hkaikai ([#218](https://github.com/Tencent/tdesign-flutter/pull/218)) +- `Steps`: 新增 Steps 步骤条 组件 @aaronmhl ([#199](https://github.com/Tencent/tdesign-flutter/pull/199)) +- `ImageViewer`: 新增ImageViewer 图片预览 组件 @ccXxx1aoBai ([#187](https://github.com/Tencent/tdesign-flutter/pull/187)) +- `Cascader`:新增 Cascader 级联选择器 组件@shizhe2018 ([#195](https://github.com/Tencent/tdesign-flutter/pull/195)) +- `Fab`:新增 Fab 悬浮按钮 组件 @TingShine ([#239](https://github.com/Tencent/tdesign-flutter/pull/239)) +- `BackTop`:新增 BackTop 返回顶部 组件 @TingShine ([#239](https://github.com/Tencent/tdesign-flutter/pull/239)) +- `TreeSelect`:新增 TreeSelect 树形选择器 组件 @TingShine ([#239](https://github.com/Tencent/tdesign-flutter/pull/239)) +- `Collapse`:新增 Collapse 折叠面板 组件 @dorayx ([#239](https://github.com/Tencent/tdesign-flutter/pull/239)) +- `Input`: 新增inputAction API,支持设置键盘行为;新增spacer API,可自定义组件间距 @ccXxx1aoBai ([#184](https://github.com/Tencent/tdesign-flutter/pull/184)) +- `Text`: 增加全局字体配置和加载网络字体的能力 @Luozf12345 ([#232](https://github.com/Tencent/tdesign-flutter/pull/232)) +- `CountDown`: 添加 开始/重置/暂停/继续 的控制功能 @hkaikai ([#175](https://github.com/Tencent/tdesign-flutter/pull/175)) +- `Popup`: 支持位置,大小设置 @hkaikai ([#191](https://github.com/Tencent/tdesign-flutter/pull/191)) +### 🐞 Bug Fixes +- `Toast`: 解决duration属性无效问题 @ccXxx1aoBai ([#167](https://github.com/Tencent/tdesign-flutter/pull/167)) +- `Tnput`: 解决label溢出问题 @ccXxx1aoBai ([#184](https://github.com/Tencent/tdesign-flutter/pull/184)) +- `Tabs`:tabs组件outlineType为capsule支持设置选中和未选中tab背景色,outlineType为card支持设置选中tab背景色 @ccXxx1aoBai +- `Button`: 修复setState方法下属性无法改变的问题 @shizhe2018 ([#201](https://github.com/Tencent/tdesign-flutter/pull/201)) +- `SearchBar`:搜索框增加控制器,允许外部清除搜索文本 @shizhe2018 ([#194](https://github.com/Tencent/tdesign-flutter/pull/194)) +- `Slider`: 新增自定义Decoration样式 @shizhe2018 ([#198](https://github.com/Tencent/tdesign-flutter/pull/198)) +- `Empty`: 新增文字大小样式 api @shizhe2018 ([#219](https://github.com/Tencent/tdesign-flutter/pull/219)) +- `Dialog`: 新增input类型背景 @shizhe2018 ([#238](https://github.com/Tencent/tdesign-flutter/pull/238)) +### 🚧 Others +- 鸿蒙编译支持 @hkaikai ([#233](https://github.com/Tencent/tdesign-flutter/pull/233)) +- 修改主题适配工具 @Luozf12345 +- 演示代码新增完整页面的github链接 @Luozf12345 + ## 🌈 0.1.5 `2024-05-31` ### 🚀 Features diff --git a/tdesign-site/site/docs/getting-started.md b/tdesign-site/site/docs/getting-started.md index df2c6c2ba..938d85f05 100644 --- a/tdesign-site/site/docs/getting-started.md +++ b/tdesign-site/site/docs/getting-started.md @@ -10,7 +10,7 @@ TDesign Flutter组件示例应用
Android请扫码下载预览 ↓
- +
iOS请运行项目预览 ↓
diff --git a/tdesign-site/site/public/assets/qrcode/apk_qrcode.png b/tdesign-site/site/public/assets/qrcode/apk_qrcode.png deleted file mode 100644 index 58e159f75..000000000 Binary files a/tdesign-site/site/public/assets/qrcode/apk_qrcode.png and /dev/null differ diff --git a/tdesign-site/site/public/assets/qrcode/td_apk_qrcode.png b/tdesign-site/site/public/assets/qrcode/td_apk_qrcode.png new file mode 100644 index 000000000..6277db2bd Binary files /dev/null and b/tdesign-site/site/public/assets/qrcode/td_apk_qrcode.png differ