diff --git a/CHANGELOG.md b/CHANGELOG.md index 11a0ae5..f03e04e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## 0.4.32 + +`2019-09-09` + +- **Bug Fix** + - **Grid** 组件 `hasLine` 无效修复; + - **Notice** 组件切换 `show` 时无跑马灯修复; + - **Calendar** 组件去除 `disable` 时的 tag; +- **Enhancement** + - **SwipeAction** 组件 item 可修改文字和背景色; + - **Calendar** 组件可控制年份; + - 相关组件文档内容优化 +- **Feature** + - **Tabs** 组件新增 `tab-content` 高度自适应;([#71](https://github.com/ant-mini-program/mini-antui/issues/71)) + - **List** 组件新增 `loadMore` 属性;([#73](https://github.com/ant-mini-program/mini-antui/issues/73)) + ## 0.4.31 `2019-08-28` diff --git a/package.json b/package.json index 1fdd4c2..74556c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mini-antui", - "version": "0.4.31", + "version": "0.4.32", "description": "小程序版AntUI", "repository": { "type": "git",