Skip to content

Commit 68c533a

Browse files
chore: release v1.11.1 (#2084)
* chore: release v1.11.1 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8639a07 commit 68c533a

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ toc: false
55
spline: explain
66
---
77

8+
## 🌈 1.11.1 `2025-11-21`
9+
### 🚀 Features
10+
- `Calendar`: 新增 `allowSameDay` 属性,允许 `type='range'` 场景的起止时间相同 @liweijie0812 ([#2076](https://github.com/Tencent/tdesign-mobile-vue/pull/2076))
11+
- `DropdownItem`: 新增 `icon` 属性,支持自定义图标 @anlyyao ([#2073](https://github.com/Tencent/tdesign-mobile-vue/pull/2073))
12+
- `Upload`:
13+
- 新增 `addBtn` 属性 @anlyyao ([#2074](https://github.com/Tencent/tdesign-mobile-vue/pull/2074))
14+
- 启用 `capture` 属性时跳过文件名重复检测;在 `capture = ''` + 拍照上传场景中,`allowUploadDuplicateFile` 应取 `true` @anlyyao ([#2079](https://github.com/Tencent/tdesign-mobile-vue/pull/2079))
15+
### 🐞 Bug Fixes
16+
- `Calendar`: 修复 `value =[]` 结合 `switch-mode = 'year-month'` 使用时当前月份计算错误 @anlyyao ([#2080](https://github.com/Tencent/tdesign-mobile-vue/pull/2080))
17+
- `DropdownMenu`: 修复首次渲染时动画错误 @anlyyao ([#2073](https://github.com/Tencent/tdesign-mobile-vue/pull/2073))
18+
- `DropdownItem`: 修复图标左侧间距错误 @anlyyao ([#2073](https://github.com/Tencent/tdesign-mobile-vue/pull/2073))
19+
- `Dialog`: 修复 `actions` 插槽无效的问题 @anlyyao ([#2075](https://github.com/Tencent/tdesign-mobile-vue/pull/2075))
20+
- `Popover`: 修复箭头间距错误 @slatejack ([#2059](https://github.com/Tencent/tdesign-mobile-vue/pull/2059))
21+
- `GridItem`: 修复标题行高错误 @anlyyao ([#2059](https://github.com/Tencent/tdesign-mobile-vue/pull/2059))
22+
- `Slider`: 修复深色模式下滑轨背景色、滑块禁用态背景色错误 @anlyyao ([#2069](https://github.com/Tencent/tdesign-mobile-vue/pull/2069))
23+
- `Popup`:
24+
- 修复 `visible` 变更为 `true` 时,`visible-change` 事件未触发 @anlyyao ([#2072](https://github.com/Tencent/tdesign-mobile-vue/pull/2072))
25+
- 修复`visible-change` 事件参数错误 @anlyyao ([#2072](https://github.com/Tencent/tdesign-mobile-vue/pull/2072))
26+
827
## 🌈 1.11.0 `2025-10-23`
928
### 🚀 Features
1029
- `Icon`:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tdesign-mobile-vue",
33
"purename": "tdesign",
4-
"version": "1.11.0",
4+
"version": "1.11.1",
55
"description": "tdesign-mobile-vue",
66
"author": "TDesign Group",
77
"homepage": "https://tdesign.tencent.com/mobile-vue/",

0 commit comments

Comments
 (0)