Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@ docClass: timeline
---


## 🌈 1.10.1 `2025-08-22`
### 🚀 Features
- `Textarea`: 新增 `cursorColor` 属性,仅在 `Skyline` 下有效 @anlyyao ([#3832](https://github.com/Tencent/tdesign-miniprogram/pull/3832))
- `Button`:
- 新增 `getrealtimephonenumber` 事件 @novlan1 ([#3845](https://github.com/Tencent/tdesign-miniprogram/pull/3845))
- 新增 `createliveactivity` 事件 @anlyyao ([#3845](https://github.com/Tencent/tdesign-miniprogram/pull/3845))
### 🐞 Bug Fixes
- `ImageViewer`: 移除 `backgroundColor` 属性默认值,导航背景色固定为 `#000`,遮罩背景色使用 `@mask-active` @anlyyao ([#3843](https://github.com/Tencent/tdesign-miniprogram/pull/3843))
- `Toast`: 修复即将关闭时再次触发显示导致之后的触发无效的问题 @betavs ([#3841](https://github.com/Tencent/tdesign-miniprogram/pull/3841))
- `Stepper`: 结合 `dialog` 组件使用时,输入值后键盘弹起状态下点击弹窗确认按钮关闭弹窗后 `change` 事件才触发的问题 @betavs ([#3804](https://github.com/Tencent/tdesign-miniprogram/pull/3804))
- `Collapse`: 修复 `--td-collapse-border-color` 无效的问题 @SinzoL ([#3862](https://github.com/Tencent/tdesign-miniprogram/pull/3862))
- `PullDownRefresh`: 处理容器隐藏状态下高度计算异常的问题 @betavs ([#3863](https://github.com/Tencent/tdesign-miniprogram/pull/3863))
- `Skeleton`: 骨架屏动画`animation-delay` 属性修改为 `0s` @anlyyao ([#3853](https://github.com/Tencent/tdesign-miniprogram/pull/3853))
### 🚧 Others
- `Cell`: 组件边框样式新增 `.t-cell--bordered` 移除 `.t-cell--borderless` 类名 @SinzoL ([#3862](https://github.com/Tencent/tdesign-miniprogram/pull/3862))


## 🌈 1.10.0 `2025-08-01`
### 🚀 Features
- `QRCode`: 新增`QRCode`组件 @SinzoL ([#3780](https://github.com/Tencent/tdesign-miniprogram/pull/3780)) ⚡
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tdesign-miniprogram",
"purename": "tdesign",
"version": "1.10.0",
"version": "1.10.1",
"description": "tdesign-miniprogram",
"title": "tdesign-miniprogram",
"main": "miniprogram_dist/index.js",
Expand Down Expand Up @@ -134,4 +134,4 @@
"eslint --fix"
]
}
}
}
Loading