Skip to content

Commit

Permalink
Bump up version to 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xxyan0205 committed Aug 3, 2019
1 parent 3884e1a commit 4c7d3e3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ title: Change Log
toc: hidden
---

### 2.4.1

`2019-08-03`

- Fix
- Fix the problem that `InputItem` cannot limit the max length of characters when using virtual keyboard input[#524](https://github.com/didi/mand-mobile/issues/524)
- Fix `Amount` with the loss of precision in animation mode

### 2.4.0

`2019-07-29`
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ title: 更新日志
toc: hidden
---

### 2.4.1

`2019-08-03`

- Fix
- 修复`InputItem`使用虚拟键盘输入时无法限制字符长度的问题[#524](https://github.com/didi/mand-mobile/issues/524)
- 修复`Amount`使用动效时数字的精度问题

### 2.4.0

`2019-07-29`
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "mand-mobile",
"version": "2.4.0",
"version": "2.4.1",
"description": "A Vue.js 2.0 Mobile UI Toolkit",
"homepage": "https://github.com/didi/mand-mobile",
"homepage": "https://didi.github.io/mand-mobile",
"main": "lib/mand-mobile.umd.js",
"style": "lib/mand-mobile.css",
"module": "lib/mand-mobile.esm.js",
Expand Down

0 comments on commit 4c7d3e3

Please sign in to comment.