Skip to content

Commit 0ddb019

Browse files
committed
release 0.4.32
1 parent f351aff commit 0ddb019

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
@@ -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+
117
## 0.4.31
218

319
`2019-08-28`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mini-antui",
3-
"version": "0.4.31",
3+
"version": "0.4.32",
44
"description": "小程序版AntUI",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)