Skip to content

Commit 8c5b66f

Browse files
chore: publish v0.19.1 (#757)
* chore: publish v0.19.1 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent ef4e55d commit 8c5b66f

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGELOG.md

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

8+
## 🌈 0.19.1 `2025-08-28`
9+
### 🚀 Features
10+
- `Tabs`: 支持自动滚动到激活项 @novlan1 ([#693](https://github.com/Tencent/tdesign-mobile-react/pull/693))
11+
- `Textarea`:
12+
- 新增 `cursorColor` 属性 @anlyyao ([#712](https://github.com/Tencent/tdesign-mobile-react/pull/712))
13+
- `maxlength` 属性支持 `string` 类型 @anlyyao ([#712](https://github.com/Tencent/tdesign-mobile-react/pull/712))
14+
- `Form`: 新增 `requiredMarkPosition`,可定义必填符号的位置 @anlyyao ([#721](https://github.com/Tencent/tdesign-mobile-react/pull/721))
15+
- `Calendar`:
16+
- 支持定位到选中日期位置 @anlyyao ([#755](https://github.com/Tencent/tdesign-mobile-react/pull/755))
17+
- `CalendarTrigger` 增加 `auto-close` 选项,在 `confirmBtn= null` 时触发 @anlyyao ([#755](https://github.com/Tencent/tdesign-mobile-react/pull/755))
18+
- `Massage`: 图标改用按需引入 @lich-yoo ([#753](https://github.com/Tencent/tdesign-mobile-react/pull/753))
19+
- `TabBarItem`: 图标改用按需引入 @lich-yoo ([#753](https://github.com/Tencent/tdesign-mobile-react/pull/753))
20+
- `Tag`: 图标改用按需引入 @lich-yoo ([#753](https://github.com/Tencent/tdesign-mobile-react/pull/753))
21+
- `CheckTag`: 图标改用按需引入 @lich-yoo ([#753](https://github.com/Tencent/tdesign-mobile-react/pull/753))
22+
### 🐞 Bug Fixes
23+
- `ImageViewer`: 修复背景色错误,导航背景色固定为 `#000`,遮罩背景色使用 `@mask-active` @anlyyao ([#723](https://github.com/Tencent/tdesign-mobile-react/pull/723))
24+
- `Textarea`:
25+
- 修复 `--td-textarea-placeholder-color` 无效 @anlyyao ([#739](https://github.com/Tencent/tdesign-mobile-react/pull/739))
26+
- 修复边框颜色错误 @anlyyao ([#750](https://github.com/Tencent/tdesign-mobile-react/pull/750))
27+
- `Message`: 修复 `info``error``warning` 主题图标错误 @lich-yoo ([#753](https://github.com/Tencent/tdesign-mobile-react/pull/753))
28+
- `Calendar`:
29+
- 修复 `confirmBtn=null` 时,单选和区间选择器未正确收起弹窗 @anlyyao ([#755](https://github.com/Tencent/tdesign-mobile-react/pull/755))
30+
- 修复 `change``confirm` 事件参数类型错误 @anlyyao ([#755](https://github.com/Tencent/tdesign-mobile-react/pull/755))
31+
832
## 🌈 0.19.0 `2025-08-01`
933
### 🚀 Features
1034
- `QRCode`: 新增 `QRCode` 二维码组件 @anlyyao ([#696](https://github.com/Tencent/tdesign-mobile-react/pull/696))

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tdesign-mobile-react",
3-
"version": "0.19.0",
3+
"version": "0.19.1",
44
"description": "TDesign Component for Mobile React",
55
"title": "tdesign-mobile-react",
66
"main": "cjs/index.js",
@@ -190,4 +190,4 @@
190190
"npm run lint:fix"
191191
]
192192
}
193-
}
193+
}

0 commit comments

Comments
 (0)