Skip to content

Commit 4ee36f3

Browse files
chore: publish v1.9.1 (#3619)
* chore: publish v1.9.1 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4cd2bfb commit 4ee36f3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

88

9+
## 🌈 1.9.1 `2025-04-27`
10+
### 🚀 Features
11+
- `Icon`: 新增 `logo-miniprogram``logo-cnb``seal``quote` 图标 @taowensheng1997 @uyarn ([#3608](https://github.com/Tencent/tdesign-miniprogram/pull/3608))
12+
- `Input`: 新增 `extra` 插槽,用于自定义右侧额外的信息 @Boomkaa ([#3614](https://github.com/Tencent/tdesign-miniprogram/pull/3614))
13+
- `Cascader`: 新增 `header` 插槽,用于自定义内容头部 @anlyyao ([#3617](https://github.com/Tencent/tdesign-miniprogram/pull/3617))
14+
### 🐞 Bug Fixes
15+
- `Icon`: 优化多个文件相关图标的绘制效果,修复 `gesture-right-slip` 的绘制问题 @uyarn([#3608](https://github.com/Tencent/tdesign-miniprogram/pull/3608))
16+
- `DropdownItem`: 修复动态修改 `disabled` 属性样式未更新 @Boomkaa ([#3612](https://github.com/Tencent/tdesign-miniprogram/pull/3612))
17+
18+
919
## 🌈 1.9.0 `2025-04-23`
1020
### 🚀 Features
1121
- `DateTimePicker`: 支持 `showWeek` 属性 @anlyyao ([#3565](https://github.com/Tencent/tdesign-miniprogram/pull/3565) [#3570](https://github.com/Tencent/tdesign-miniprogram/pull/3570))

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.9.0",
4+
"version": "1.9.1",
55
"description": "tdesign-miniprogram",
66
"title": "tdesign-miniprogram",
77
"main": "miniprogram_dist/index.js",

0 commit comments

Comments
 (0)