File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,23 @@ toc: false
55docClass : 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments