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 f351aff commit 0ddb019Copy full SHA for 0ddb019
CHANGELOG.md
@@ -1,3 +1,19 @@
1
+## 0.4.32
2
+
3
+`2019-09-09`
4
5
+- **Bug Fix**
6
+ - **Grid** 组件 `hasLine` 无效修复;
7
+ - **Notice** 组件切换 `show` 时无跑马灯修复;
8
+ - **Calendar** 组件去除 `disable` 时的 tag;
9
+- **Enhancement**
10
+ - **SwipeAction** 组件 item 可修改文字和背景色;
11
+ - **Calendar** 组件可控制年份;
12
+ - 相关组件文档内容优化
13
+- **Feature**
14
+ - **Tabs** 组件新增 `tab-content` 高度自适应;([#71](https://github.com/ant-mini-program/mini-antui/issues/71))
15
+ - **List** 组件新增 `loadMore` 属性;([#73](https://github.com/ant-mini-program/mini-antui/issues/73))
16
17
## 0.4.31
18
19
`2019-08-28`
package.json
@@ -1,6 +1,6 @@
{
"name": "mini-antui",
- "version": "0.4.31",
+ "version": "0.4.32",
"description": "小程序版AntUI",
"repository": {
"type": "git",
0 commit comments