Skip to content

Commit 5a806b5

Browse files
chore: publish v1.8.6 (#3491)
* chore: publish v1.8.6 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 44ac97d commit 5a806b5

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

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

88

9+
## 🌈 1.8.6 `2025-02-21`
10+
### 🚀 Features
11+
- `Textarea`: 新增 `placeholderClass` 属性 @anlyyao ([#3468](https://github.com/Tencent/tdesign-miniprogram/pull/3468))
12+
- `Textarea`: 新增 `readonly``allowInputOverMax` 属性 @richardji202 ([#3474](https://github.com/Tencent/tdesign-miniprogram/pull/3474))
13+
- `Input`: 新增 `allowInputOverMax` 属性 @yangbai1991 ([#3473](https://github.com/Tencent/tdesign-miniprogram/pull/3473))
14+
- `Radiogroup`: 新增 `readonly` 属性 @yangbai1991 ([#3470](https://github.com/Tencent/tdesign-miniprogram/pull/3470))
15+
### 🐞 Bug Fixes
16+
17+
- `Dialog`: 修复圆角样式错误,并新增 `--td-dialog-border-radius` @anlyyao ([#3469](https://github.com/Tencent/tdesign-miniprogram/pull/3469))
18+
- `Calendar`: 修复 `confirm-btn` 透传缺失部分参数的问题 @betavs ([#3464](https://github.com/Tencent/tdesign-miniprogram/pull/3464))
19+
- `Cell`: 修复部分样式错误,并更新 `align` 属性描述 @anlyyao ([#3466](https://github.com/Tencent/tdesign-miniprogram/pull/3466))
20+
- `Input`: 移除 `--td-input-border-radius` @betavs ([#3463](https://github.com/Tencent/tdesign-miniprogram/pull/3463))
21+
### 🚧 Others
22+
- `WXS`: 所有 `wxs` 文件模块命名 `this` 改为 `_this` @jarmywang ([#3488](https://github.com/Tencent/tdesign-miniprogram/pull/3488))
23+
24+
925
## 🌈 1.8.5 `2025-01-16`
1026
### 🚀 Features
1127
- `TreeSelect`: 新增 `customValue` 属性,自定义选中值,用于弥补 `value` 为空数组场景 @anlyyao ([#3400](https://github.com/Tencent/tdesign-miniprogram/pull/3400))

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.8.5",
4+
"version": "1.8.6",
55
"description": "tdesign-miniprogram",
66
"title": "tdesign-miniprogram",
77
"main": "miniprogram_dist/index.js",
@@ -127,4 +127,4 @@
127127
"dayjs": "^1.10.7",
128128
"tinycolor2": "^1.4.2"
129129
}
130-
}
130+
}

0 commit comments

Comments
 (0)