Bump up version to 2.4.1

This commit is contained in:
xuxiaoyan 2019-08-03 10:51:08 +08:00
parent 3884e1aac7
commit 4c7d3e3f7e
3 changed files with 18 additions and 2 deletions

View File

@ -3,6 +3,14 @@ title: Change Log
toc: hidden 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 ### 2.4.0
`2019-07-29` `2019-07-29`

View File

@ -3,6 +3,14 @@ title: 更新日志
toc: hidden toc: hidden
--- ---
### 2.4.1
`2019-08-03`
- Fix
- 修复`InputItem`使用虚拟键盘输入时无法限制字符长度的问题[#524](https://github.com/didi/mand-mobile/issues/524)
- 修复`Amount`使用动效时数字的精度问题
### 2.4.0 ### 2.4.0
`2019-07-29` `2019-07-29`

View File

@ -1,8 +1,8 @@
{ {
"name": "mand-mobile", "name": "mand-mobile",
"version": "2.4.0", "version": "2.4.1",
"description": "A Vue.js 2.0 Mobile UI Toolkit", "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", "main": "lib/mand-mobile.umd.js",
"style": "lib/mand-mobile.css", "style": "lib/mand-mobile.css",
"module": "lib/mand-mobile.esm.js", "module": "lib/mand-mobile.esm.js",