We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9afefb commit f315284Copy full SHA for f315284
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 0.4.27
2
+
3
+`2019-05-24`
4
5
+- **Bug Fix**
6
+ - 修复`collapse`无法在钉钉小程序上展开的问题([#272](https://github.com/ant-mini-program/mini-antui/issues/272))
7
+ - 修复`stepper` readOnly状态下按钮点击无效的问题
8
9
## 0.4.26
10
11
`2019-05-10`
@@ -41,7 +49,7 @@
41
49
`2019-03-22`
42
50
43
51
- **Feature**
44
- - 新增`collapase`组件
52
+ - 新增`collapse`组件
45
53
- `grid`支持slot
46
54
47
55
- **Enhancement**
package.json
@@ -1,6 +1,6 @@
{
"name": "mini-antui",
- "version": "0.4.26",
+ "version": "0.4.27",
"description": "小程序版AntUI",
"repository": {
"type": "git",
0 commit comments