mini-antui
Advanced tools
Comparing version 0.4.25 to 0.4.26
@@ -1,3 +0,12 @@ | ||
# 0.4.25 | ||
## 0.4.26 | ||
`2019-05-10` | ||
- **Bug Fix** | ||
- 修复`vtabs`的预发错误([#264](https://github.com/ant-mini-program/mini-antui/issues/264)) | ||
- 修复`am-icon`默认class为undefined的问题([#261](https://github.com/ant-mini-program/mini-antui/issues/261)) | ||
- 修复`list-item`数字和英文不换行的问题 | ||
## 0.4.25 | ||
`2019-04-24` | ||
@@ -8,3 +17,3 @@ | ||
# 0.4.23 | ||
## 0.4.23 | ||
@@ -17,3 +26,3 @@ `2019-04-11` | ||
# 0.4.22 | ||
## 0.4.22 | ||
@@ -20,0 +29,0 @@ `2019-03-29` |
@@ -5,4 +5,5 @@ Component({ | ||
size: 23, | ||
color: '#333' | ||
color: '#333', | ||
className: '' | ||
} | ||
}); |
{ | ||
"name": "mini-antui", | ||
"version": "0.4.25", | ||
"version": "0.4.26", | ||
"description": "小程序版AntUI", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
151197
2189