File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,22 @@ spline: explain
4
4
toc : false
5
5
docClass : timeline
6
6
---
7
+ ## 0.13.1 ` 2022-6-10 `
8
+
9
+ ### Bug Fixes
10
+
11
+ - Textarea: 修复字数统计不生效的问题 [ #510 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/510 ) [ @anlyyao ] ( https://github.com/anlyyao )
12
+ - Textarea: 移除无用的组件依赖 [ #520 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/520 ) [ @LeeJim ] ( https://github.com/LeeJim )
13
+
14
+ ### Features
15
+
16
+ - Textarea: 支持 ` cursor-spacing ` 属性 [ #512 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/512 ) [ @anlyyao ] ( https://github.com/anlyyao )
17
+ - Toast: 新增 ` showToast ` 和 ` hideToast ` 方法 [ #514 ] ( https://github.com/Tencent/tdesign-miniprogram/pull/514 ) [ @webwyb ] ( https://github.com/webwyb )
18
+
19
+ ### Others
20
+
21
+ - 支持微信开发者工具可视化编程
22
+
7
23
## 0.13.0 ` 2022-6-1 `
8
24
### BREAKING CHANGES
9
25
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tdesign-miniprogram" ,
3
3
"purename" : " tdesign" ,
4
- "version" : " 0.13.0 " ,
4
+ "version" : " 0.13.1 " ,
5
5
"description" : " tdesign-miniprogram" ,
6
6
"title" : " tdesign-miniprogram" ,
7
7
"main" : " miniprogram_dist/index.js" ,
You can’t perform that action at this time.
0 commit comments