Skip to content

Commit c5ccbf2

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

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ toc: false
55
docClass: timeline
66
---
77

8+
## 🌈 1.1.15 `2023-08-01`
9+
### 🚀 Features
10+
- `DropdownMenu`: 支持自定义箭头图标 @LeeJim ([#2240](https://github.com/Tencent/tdesign-miniprogram/pull/2240))
11+
12+
### 🐞 Bug Fixes
13+
- `ActionSheet`: 修复宫格模式下无法调整选项颜色的问题 @LeeJim ([#2231](https://github.com/Tencent/tdesign-miniprogram/pull/2231))
14+
- `SwipeCell`: 修复 left、right 没有动态响应的问题 @LeeJim ([#2239](https://github.com/Tencent/tdesign-miniprogram/pull/2239))
15+
16+
### 🚧 Others
17+
- `link`: 补充使用说明,修复文档中句号导致的链接跳转错误 @qianxuu ([#2227](https://github.com/Tencent/tdesign-miniprogram/pull/2227))
18+
19+
820
## 🌈 1.1.14 `2023-07-25`
921
### 🚀 Features
1022
- `ActionSheet`: 新增 suffixIcon,仅在 `theme = list` 时展示 @LeeJim ([#2210](https://github.com/Tencent/tdesign-miniprogram/pull/2210))

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

0 commit comments

Comments
 (0)