Skip to content

Commit 64badc1

Browse files
chore: publish v1.12.1 (#4157)
* chore: publish v1.12.1 * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5aa8311 commit 64badc1

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

packages/tdesign-miniprogram/CHANGELOG.md

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

88

9+
## 🌈 1.12.1 `2025-12-31`
10+
### 🚀 Features
11+
- `Navbar`: 新增 `placeholder` 属性,默认值为 `false`;新增 `zIndex` 属性,默认值为 `1` @anlyyao ([#4116](https://github.com/Tencent/tdesign-miniprogram/pull/4116))
12+
- `TabBar`: 新增 `placeholder` 属性,默认值为 `false`;新增 `zIndex` 属性,默认值为 `1` @anlyyao ([#4116](https://github.com/Tencent/tdesign-miniprogram/pull/4116))
13+
- `Badge`: @anlyyao ([#4137](https://github.com/Tencent/tdesign-miniprogram/pull/4137))
14+
- `shape` 属性新增 `ribbon-right/ribbon-left/triangle-right/triangle-left` 可选项,其中 `ribbon``ribbon-right` 等效
15+
- 优化 `ribbon` 实现,改用 `background: linear-gradient()`,移除伪元素相关样式
16+
- `Popover`: 新增 `fixed` API,适用于触发元素为 `fixed` 场景。⚠️ 当触发元素为 `fixed` 时,除了需要显示指定 `fixed` 属性为 `true`,还需在触发元素层添加 `t-popover-wrapper--fixed` 类,用于定位触发元素。@Wesley-0808 ([#4114](https://github.com/Tencent/tdesign-miniprogram/pull/4114))
17+
- `Search`: @anlyyao ([#4150](https://github.com/Tencent/tdesign-miniprogram/pull/4150))
18+
- 确保点击清空按钮后,组件内容清空但保持聚焦
19+
- 新增 `cursor-color` 属性
20+
### 🐞 Bug Fixes
21+
- `ChatContent`: 修复角色为 `system` 时文本颜色错误 @anlyyao ([#4112](https://github.com/Tencent/tdesign-miniprogram/pull/4112))
22+
- `Toast`: 修复 `Toast` 嵌套调用时 `close` 回调陷入循环的问题 @anlyyao ([#4110](https://github.com/Tencent/tdesign-miniprogram/pull/4110))
23+
- `Attachments`: 修复删除按钮在华为 `pure70` 机型上显示不完整的问题 @waiterxiaoyy ([#4124](https://github.com/Tencent/tdesign-miniprogram/pull/4124))
24+
- `DateTimePicker`: 修复插槽名重复导致的控制台告警 @anlyyao ([#4126](https://github.com/Tencent/tdesign-miniprogram/pull/4126))
25+
- `Picker`:
26+
- 优化性能减少掉帧 @jarmywang @Boomkaa ([#4120](https://github.com/Tencent/tdesign-miniprogram/pull/4120))
27+
- 修复平铺模式 `value` 变化未能准确监听 @jarmywang ([#4120](https://github.com/Tencent/tdesign-miniprogram/pull/4120))
28+
- `ColorPicker`: 补充 `styleIsolation` 配置项,解决外部样式无法覆盖组件样式问题 @anlyyao ([#4138](https://github.com/Tencent/tdesign-miniprogram/pull/4138))
29+
- `SwipeCell`: 消除 `IntersectionObserver is using slowest path` 警告 @anlyyao ([#4139](https://github.com/Tencent/tdesign-miniprogram/pull/4139))
30+
- `Tabs`: 消除 `IntersectionObserver is using slowest path` 警告 @anlyyao ([#4139](https://github.com/Tencent/tdesign-miniprogram/pull/4139))
31+
- `Progress`: @anlyyao ([#4153](https://github.com/Tencent/tdesign-miniprogram/pull/4153))
32+
- 修复深色模式下环形进度条内部背景色错误
33+
- 修复环形进度条内部文本间距错误
34+
35+
936
## 🌈 1.12.0 `2025-12-05`
1037
### 🚀 Features
1138
- `ChatList`: 新增 `ChatList` 对话列表组件 @zydemail @liuding0304 @goldjunkrat @waiterxiaoyy @mimaoxiao @zhangjiaoalice ([#4010](https://github.com/Tencent/tdesign-miniprogram/pull/4010))

packages/tdesign-miniprogram/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tdesign-miniprogram",
3-
"version": "1.12.1-beta",
3+
"version": "1.12.1",
44
"title": "tdesign-miniprogram",
55
"description": "TDesign Component for miniprogram",
66
"main": "miniprogram_dist/index.js",

0 commit comments

Comments
 (0)