Skip to content

Commit

Permalink
Bump version up to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moyus committed Jun 30, 2018
1 parent 7d8ccc3 commit 1879971
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ title: Change Log
toc: hidden
---

### 1.4.0
`2018-06-30`
- Feature
- Add `Amount` component
- Add `ActivityIndicator` component
- `Dialog` add `Dialog.closeAll` static method
- `ActionSheet` add static method to create action-sheet [#79](https://github.com/didi/mand-mobile/issues/79)
- Fix
- `Agree` flexbox layout bug

### 1.3.3
`2018-06-15`
- Feature
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ title: 更新日志
toc: hidden
---

### 1.4.0
`2018-06-30`
- Feature
- 新增`Amount`金融数字组件
- 新增`ActivityIndicator`进度组件
- `Dialog`新增`Dialog.closeAll`静态方法
- `ActionSheet`新增静态方法创建操作菜单 [#79](https://github.com/didi/mand-mobile/issues/79)
- Fix
- 修复`Agree`布局问题

### 1.3.3
`2018-06-15`
- Feature
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mand-mobile",
"version": "1.3.3",
"version": "1.4.0",
"description": "A Vue.js 2.0 Mobile UI Toolkit",
"homepage": "https://github.com/didi/mand-mobile",
"main": "lib/mand-mobile.umd.js",
Expand Down

0 comments on commit 1879971

Please sign in to comment.