Skip to content

Commit

Permalink
bump up version to 2.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xxyan0205 committed May 26, 2019
1 parent 8659270 commit adbaf9f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,19 @@ title: Change Log
toc: hidden
---

### 2.2.4

`2019-05-26`

- Fix
- Fix the problem that the first and last items of `TabBar` cannot be automatically repaired after they are selected[#434](https://github.com/didi/mand-mobile/issues/434)
- Texts of `TabBar` items cannot be selected

### 2.2.3

`2019-05-25`

- Fix
- Fix the problem that the first and last items of `TabBar` cannot be automatically repaired after they are selected[#434](https://github.com/didi/mand-mobile/issues/434)
- Utility style `hairline` replaces `width` and `height` with `border`

### 2.2.2
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,19 @@ title: 更新日志
toc: hidden
---

### 2.2.4

`2019-05-26`

- Fix
- 修复`TabBar`第一项和最后一项选中后无法自动修复位置的问题[#434](https://github.com/didi/mand-mobile/issues/434)
- `TabBar`选项内部文字不可选中

### 2.2.3

`2019-05-25`

- Fix
- 修复`TabBar`第一项和最后一项选中后无法自动修复位置的问题[#434](https://github.com/didi/mand-mobile/issues/434)
- 工具样式`hairline`使用`border`取代`width``height`


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": "2.2.3",
"version": "2.2.4",
"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 adbaf9f

Please sign in to comment.