Skip to content

Commit 4b61d9c

Browse files
chore: publish v1.3.0 (#2706)
* chore: publish v1.3.0 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7d8a22c commit 4b61d9c

File tree

2 files changed

+27
-2
lines changed

2 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,31 @@ docClass: timeline
66
---
77

88

9+
## 🌈 1.3.0 `2024-04-19`
10+
### 🚀 Features
11+
- `TDesign` 微信小程序组件库提供原生深色模式适配 @zuiaiwanqian ([#2636](https://github.com/Tencent/tdesign-miniprogram/pull/2636))
12+
- `PullDownRefresh`: 新增 `header` 插槽 @betavs ([#2652](https://github.com/Tencent/tdesign-miniprogram/pull/2652))
13+
- `PullDownRefresh`: 新增 `drag` 等事件 @betavs ([#2649](https://github.com/Tencent/tdesign-miniprogram/pull/2649))
14+
- `Picker`: 新增 `footer` 插槽 @anlyyao ([#2632](https://github.com/Tencent/tdesign-miniprogram/pull/2632))
15+
- `DateTimePicker`: 新增 `footer` 插槽 @anlyyao ([#2632](https://github.com/Tencent/tdesign-miniprogram/pull/2632))
16+
- `CheckTag`: 新增 `shape``closable` 属性 @betavs ([#2365](https://github.com/Tencent/tdesign-miniprogram/pull/2365))
17+
- `Image`: 新增 `t-id` 属性 @catiwang ([#2658](https://github.com/Tencent/tdesign-miniprogram/pull/2658))
18+
- `upload`: 支持自定义上传图片后的略缩图 @dexterBo ([#2690](https://github.com/Tencent/tdesign-miniprogram/pull/2690))
19+
- `Skeleton`: 新增 `delay` 属性 @anlyyao ([#2698](https://github.com/Tencent/tdesign-miniprogram/pull/2698))
20+
- `Message`: 支持同时显示多条消息并自动垂直排版 @zh-huan ([#2639](https://github.com/Tencent/tdesign-miniprogram/pull/2639))
21+
### 🐞 Bug Fixes
22+
- `RadioGroup`: 修复 `disabled` 动态修改无效 @catiwang ([#2643](https://github.com/Tencent/tdesign-miniprogram/pull/2643))
23+
- `Calendar`: 动态设置 `format` 无效 @betavs ([#2670](https://github.com/Tencent/tdesign-miniprogram/pull/2670))
24+
- `CheckboxGroup`: 处理 `disabled` 动态修改无效的问题 @betavs ([#2647](https://github.com/Tencent/tdesign-miniprogram/pull/2647))
25+
- `Slider`: 修复组件宽度失效 @anlyyao ([#2699](https://github.com/Tencent/tdesign-miniprogram/pull/2699))
26+
- `Drawer`: 修复 `--td-drawer-item-icon-color` 名称错误 @anlyyao ([#2697](https://github.com/Tencent/tdesign-miniprogram/pull/2697))
27+
- `TabBarItem`: 当 `tab-bar` 组件 `split` 属性为真时,样式异常 @betavs ([#2696](https://github.com/Tencent/tdesign-miniprogram/pull/2696))
28+
### 🚧 Others
29+
- `Footer`: sync api @liweijie0812 ([#2683](https://github.com/Tencent/tdesign-miniprogram/pull/2683))
30+
- `Tag`: sync api @liweijie0812 ([#2684](https://github.com/Tencent/tdesign-miniprogram/pull/2684))
31+
- `Result`: sync api @liweijie0812 ([#2685](https://github.com/Tencent/tdesign-miniprogram/pull/2685))
32+
33+
934
## 🌈 1.2.9 `2024-03-07`
1035
### 🚀 Features
1136
- `Cascader`: 新增 `placeholder` 属性,支持自定义未选中时的提示文案 @anlyyao ([#2597](https://github.com/Tencent/tdesign-miniprogram/pull/2597))

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tdesign-miniprogram",
33
"purename": "tdesign",
4-
"version": "1.2.9",
4+
"version": "1.3.0",
55
"description": "tdesign-miniprogram",
66
"title": "tdesign-ßminiprogram",
77
"main": "miniprogram_dist/index.js",
@@ -125,4 +125,4 @@
125125
"dependencies": {
126126
"dayjs": "^1.10.7"
127127
}
128-
}
128+
}

0 commit comments

Comments
 (0)