Skip to content

Commit a12e5f6

Browse files
committed
chore: publish v0.11.2
1 parent 88a2f76 commit a12e5f6

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ toc: false
55
docClass: timeline
66
---
77

8+
## 0.11.2 `2022-5-15`
9+
10+
### Bug Fixes
11+
12+
- Picker: 修复在没有取消和确认按钮的时候,标题没居中对齐的问题 [#435](https://github.com/Tencent/tdesign-miniprogram/pull/435) [@LeeJim](https://github.com/LeeJim)
13+
- Sticky: 修复在极端情况下报错的问题 [#440](https://github.com/Tencent/tdesign-miniprogram/pull/440) [@JJunYang](https://github.com/JJunYang)
14+
15+
### Features
16+
17+
- 完善 Input 原生属性: [#434](https://github.com/Tencent/tdesign-miniprogram/pull/434) [@LeeJim](https://github.com/LeeJim)
18+
- 完善 `change` 事件,增加返回 `cursor``keyCode` 数据
19+
- 增加 `keyboardheightchange` 事件,键盘高度发生变化的时候触发
20+
- 增加占位符相关属性:`placehoderStyle``placeholderClass`
21+
- 增加光标相关属性:`cursor``selection-start``selection-end`
22+
- 增加 `hold-keyboard` 属性
23+
- 增加安全键盘相关属性
24+
- Button: 增加 `bindchooseavatar` 原生事件,用户选择头像 [#443](https://github.com/Tencent/tdesign-miniprogram/pull/443) [@anlyyao](https://github.com/anlyyao)
825
## 0.11.1 `2022-5-10`
926

1027
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tdesign-miniprogram",
33
"purename": "tdesign",
4-
"version": "0.11.1",
4+
"version": "0.11.2",
55
"description": "tdesign-miniprogram",
66
"title": "tdesign-miniprogram",
77
"main": "miniprogram_dist/index.js",

0 commit comments

Comments
 (0)