Skip to content

Commit 7143c13

Browse files
committed
chore: publish v0.13.1
1 parent 249e507 commit 7143c13

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ spline: explain
44
toc: false
55
docClass: timeline
66
---
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+
723
## 0.13.0 `2022-6-1`
824
### BREAKING CHANGES
925

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.13.0",
4+
"version": "0.13.1",
55
"description": "tdesign-miniprogram",
66
"title": "tdesign-miniprogram",
77
"main": "miniprogram_dist/index.js",

0 commit comments

Comments
 (0)