Skip to content

Commit

Permalink
Merge pull request #431 from Tencent/develop
Browse files Browse the repository at this point in the history
修改组件数量
  • Loading branch information
Luozf12345 authored Dec 30, 2024
2 parents 805f35d + b31ef52 commit 8f45ff9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tdesign-component/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 🌈 0.1.8 `2024-12-26`
### 🚀 Features
- `TDUpload`: Added Upload component @Luozf12345 ([#405](https://github.com/Tencent/tdesign-flutter/pull/405))
- `TDUpload`: Added Upload component @TingShine ([#405](https://github.com/Tencent/tdesign-flutter/pull/405))
- `SearchBar`: Added keyboard action type @ccXxx1aoBai ([#366](https://github.com/Tencent/tdesign-flutter/pull/366))
- `Cell`: CellGroup added style control parameters: cardBorderRadius (card mode border radius), cardPadding (card mode padding), titlePadding (title padding) @hkaikai ([#409](https://github.com/Tencent/tdesign-flutter/pull/409))
- `DropdownMenu`: Added decorator configuration: decoration, which can customize menu color and border @hkaikai ([#408](https://github.com/Tencent/tdesign-flutter/pull/408))
Expand Down
1 change: 1 addition & 0 deletions tdesign-component/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ environment:
dependencies:
flutter:
sdk: flutter
collection:

# 轮播图组件
flutter_swiper_null_safety: ^1.0.2
Expand Down
2 changes: 1 addition & 1 deletion tdesign-site/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ docClass: timeline

## 🌈 0.1.8 `2024-12-26`
### 🚀 Features
- `TDUpload`: 新增Upload组件 @Luozf12345 ([#405](https://github.com/Tencent/tdesign-flutter/pull/405))
- `TDUpload`: 新增Upload组件 @TingShine ([#405](https://github.com/Tencent/tdesign-flutter/pull/405))
- `SearchBar`: 增加键盘动作类型 @ccXxx1aoBai ([#366](https://github.com/Tencent/tdesign-flutter/pull/366))
- `Cell`: CellGroup 新增样式控制参数:cardBorderRadius(卡片模式边框圆角)、cardPadding(卡片模式内边距)、titlePadding(标题内边距) @hkaikai ([#409](https://github.com/Tencent/tdesign-flutter/pull/409))
- `DropdownMenu`: 新增装饰器配置:decoration,可自定义菜单颜色和边框 @hkaikai ([#408](https://github.com/Tencent/tdesign-flutter/pull/408))
Expand Down
2 changes: 1 addition & 1 deletion tdesign-site/site/docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ spline: explain
</div>
</section>

<h3>输入<em class="tag">14</em></h3>
<h3>输入<em class="tag">15</em></h3>
<section class="image-group">
<div class="image-wrapper">
<a class="item" href="/flutter/components/calendar">
Expand Down

0 comments on commit 8f45ff9

Please sign in to comment.