Skip to content

Commit 53fd50b

Browse files
chore: release v1.12.0 (#4104)
* chore: release v1.12.0 * chore: changelog's changes * docs: update CHANGLOG.md * docs(chat): update getting-started.md * docs: update CHANGLOG.md --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 009634b commit 53fd50b

File tree

3 files changed

+37
-3
lines changed

3 files changed

+37
-3
lines changed

packages/tdesign-miniprogram-chat/site/docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spline: explain
2222
小程序已经支持使用 NPM 安装第三方包,详见 [NPM 支持](https://developers.weixin.qq.com/miniprogram/dev/devtools/npm.html?search-key=npm)
2323

2424
```bash
25-
npm i tdesign-miniprogram@beta
25+
npm i tdesign-miniprogram -S --production
2626
```
2727

2828
> 安装完之后,需要在微信开发者工具中对 npm 进行构建:`工具 - 构建 npm`。(构建时若出现`NPM packages not found`字样,请到 `project.config.json` 文件补充 `packNpmManually``packNpmRelationList` 配置项,具体见[NPM 支持](https://developers.weixin.qq.com/miniprogram/dev/devtools/npm.html?search-key=npm)

packages/tdesign-miniprogram/CHANGELOG.md

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,40 @@ docClass: timeline
66
---
77

88

9+
## 🌈 1.12.0 `2025-12-05`
10+
### 🚀 Features
11+
- `ChatList`: 新增 `ChatList` 对话列表组件 @zydemail @liuding0304 @goldjunkrat @waiterxiaoyy @mimaoxiao @zhangjiaoalice ([#4010](https://github.com/Tencent/tdesign-miniprogram/pull/4010))
12+
- `ChatSender`: 新增 `ChatSender` 对话输入组件 @zydemail @liuding0304 @goldjunkrat @waiterxiaoyy @mimaoxiao @zhangjiaoalice ([#4010](https://github.com/Tencent/tdesign-miniprogram/pull/4010))
13+
- `ChatMessage`: 新增 `ChatMessage` 对话消息体组件 @zydemail @liuding0304 @goldjunkrat @waiterxiaoyy @mimaoxiao @zhangjiaoalice ([#4010](https://github.com/Tencent/tdesign-miniprogram/pull/4010))
14+
- `ChatActionbar`: 新增 `ChatActionbar` 对话操作组件 @zydemail @liuding0304 @goldjunkrat @waiterxiaoyy @mimaoxiao @zhangjiaoalice ([#4010](https://github.com/Tencent/tdesign-miniprogram/pull/4010))
15+
- `ChatMarkdown`: 新增 `ChatMarkdown` `Markdown` 内容组件 @zydemail @liuding0304 @goldjunkrat @waiterxiaoyy @mimaoxiao @zhangjiaoalice ([#4010](https://github.com/Tencent/tdesign-miniprogram/pull/4010))
16+
- `ChatThinking`: 新增 `ChatThinking` 思考过程组件 @zydemail @liuding0304 @goldjunkrat @waiterxiaoyy @mimaoxiao @zhangjiaoalice ([#4010](https://github.com/Tencent/tdesign-miniprogram/pull/4010))
17+
- `ChatLoading`: 新增 `ChatLoading` 对话加载组件 @zydemail @liuding0304 @goldjunkrat @waiterxiaoyy @mimaoxiao @zhangjiaoalice ([#4010](https://github.com/Tencent/tdesign-miniprogram/pull/4010))
18+
- `Attachments`: 新增 `Attachments` 文件附件组件 @zydemail @liuding0304 @goldjunkrat @waiterxiaoyy @mimaoxiao @zhangjiaoalice ([#4010](https://github.com/Tencent/tdesign-miniprogram/pull/4010))
19+
- `ChatContent`: 新增 `ChatContent` 对话正文组件 @zydemail @liuding0304 @goldjunkrat @waiterxiaoyy @mimaoxiao @zhangjiaoalice ([#4010](https://github.com/Tencent/tdesign-miniprogram/pull/4010))
20+
- `Popover`: 新增 `Popover` 组件 @Wesley-0808 ([#4049](https://github.com/Tencent/tdesign-miniprogram/pull/4049))
21+
- `ImageViewer`: 新增 `image-props` 属性 @betavs ([#4078](https://github.com/Tencent/tdesign-miniprogram/pull/4078))
22+
- `ActionSheet`: `item` 属性补充 `description` 字段 @anlyyao ([#4096](https://github.com/Tencent/tdesign-miniprogram/pull/4096))
23+
### 🐞 Bug Fixes
24+
- `BackTop`: 修复文本字重错误 @anlyyao ([#4061](https://github.com/Tencent/tdesign-miniprogram/pull/4061))
25+
- `ColorPicker`: 修复组件深色模式背景、边框、文本色错误 @anlyyao ([#4061](https://github.com/Tencent/tdesign-miniprogram/pull/4061))
26+
- `Grid`: 修复 `column` 小于4 或大于4 时,文本字号大小错误 @anlyyao ([#4061](https://github.com/Tencent/tdesign-miniprogram/pull/4061))
27+
- `Badge`: 修复 `count` 插槽异常 @anlyyao ([#4085](https://github.com/Tencent/tdesign-miniprogram/pull/4085))
28+
- `Picker`: 修复 `keys` 动态变更时,子项列表数据不显示 @anlyyao ([#4084](https://github.com/Tencent/tdesign-miniprogram/pull/4084))
29+
- `Upload`: @anlyyao ([#4087](https://github.com/Tencent/tdesign-miniprogram/pull/4087))
30+
- 修复企业微信/桌面端环境中部分机型无法唤起上传
31+
- 修复当 `request-method` 返回 `Promise` 时,无法上传的问题
32+
- `ActionSheet`: @anlyyao ([#4096](https://github.com/Tencent/tdesign-miniprogram/pull/4096))
33+
- 修复左对齐场景下,子项 `border` 左间距错误
34+
- 修复 `grid` 主题 + 无 `description` 描述文本场景下,顶部间距错误
35+
- `list` 主题最后一项不应设置底边框
36+
- 修复 `item` 属性的 `disabled` 配置无效
37+
- `Toast`: 修复弹窗与遮罩消失不同步的问题 @Boomkaa ([#4103](https://github.com/Tencent/tdesign-miniprogram/pull/4103))
38+
### 🚧 Others
39+
- ⚠️ chore: 改用 `Font token`,组件级 CSS Vars 有调整,涉及组件有:`ActionSheet``Badge``Calendar``Cascader` 等 30+ 组件
40+
- ⚠️chore: `--td-xx-icon-font-size` 统一更名为 `--td-xx-icon-size`,涉及组件有 `BackTop``Button``Cell``Empty``Grid``ImageViewer``NoticeBar``Progress``Result``Search``Upload`,共计 11 个组件
41+
42+
943
## 🌈 1.11.2 `2025-11-12`
1044
### 🚀 Features
1145
- `Picker`:
@@ -1169,4 +1203,4 @@ docClass: timeline
11691203
- `Rate`: 修复半选时 tips 的图标 @LeeJim ([#1490](https://github.com/Tencent/tdesign-miniprogram/pull/1490))
11701204

11711205
## 🌈 0.x `2021-11-25 - 2023-01-09`
1172-
前往 [GitHub](https://github.com/Tencent/tdesign-miniprogram/blob/develop/packages/tdesign-miniprogram/CHANGELOG-0.x.md) 查看 `0.x` 更新日志
1206+
前往 [GitHub](https://github.com/Tencent/tdesign-miniprogram/blob/develop/packages/tdesign-miniprogram/changelogs/CHANGELOG-0.x.md) 查看 `0.x` 更新日志

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.11.2",
3+
"version": "1.12.0",
44
"title": "tdesign-miniprogram",
55
"description": "TDesign Component for miniprogram",
66
"main": "miniprogram_dist/index.js",

0 commit comments

Comments
 (0)