Skip to content

Commit f23989e

Browse files
chore: publish v1.2.8 (#2595)
* chore: publish v1.2.8 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent aba6fdb commit f23989e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

88

9+
## 🌈 1.2.8 `2024-02-06`
10+
### 🚀 Features
11+
- `Slider`: 新增 `vertical`属性 @zuiaiwanqian ([#2592](https://github.com/Tencent/tdesign-miniprogram/pull/2592))
12+
- `Tag`: `closable` 属性补充支持 `Object``Slot`类型 @anlyyao ([#2590](https://github.com/Tencent/tdesign-miniprogram/pull/2590))
13+
- `Cell`: `leftIcon``rightIcon``arrow` 属性补充支持 `Object` 类型 @anlyyao ([#2589](https://github.com/Tencent/tdesign-miniprogram/pull/2589))
14+
### 🐞 Bug Fixes
15+
- `Search`: 处理 `slot` 互斥问题 @betavs ([#2569](https://github.com/Tencent/tdesign-miniprogram/pull/2569))
16+
- `ImageViewer`: 修复图片未设置宽高时,图片预览被截断的问题 @azx1573 ([#2575](https://github.com/Tencent/tdesign-miniprogram/pull/2575))
17+
- `Cascader`: 修复 `value` 无法响应更新的问题 @catiwang ([#2578](https://github.com/Tencent/tdesign-miniprogram/pull/2578))
18+
- `PullDownRefresh`: 修复快速滚动时 `scrollTop` 不准确的问题 @yangbai1991 ([#2472](https://github.com/Tencent/tdesign-miniprogram/pull/2472))
19+
- `Dialog`: 处理基础调试库在 `3.3.3``3.3.4` 版本时控制台报错 @anlyyao ([#2587](https://github.com/Tencent/tdesign-miniprogram/pull/2587))
20+
### 🚧 Others
21+
- `NoticeBar`: 声明 `NoticeBarTrigger` 类型 @betavs ([#2567](https://github.com/Tencent/tdesign-miniprogram/pull/2567))
22+
23+
924
## 🌈 1.2.7 `2024-01-17`
1025
### 🚀 Features
1126
- `Upload`: 支持拖拽排序 @zuiaiwanqian ([#2527](https://github.com/Tencent/tdesign-miniprogram/pull/2527))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tdesign-miniprogram",
33
"purename": "tdesign",
4-
"version": "1.2.7",
4+
"version": "1.2.8",
55
"description": "tdesign-miniprogram",
66
"title": "tdesign-ßminiprogram",
77
"main": "miniprogram_dist/index.js",

0 commit comments

Comments
 (0)