Bump up version to 2.5.18
This commit is contained in:
parent
359be23a40
commit
87bb6c2e06
|
@ -3,6 +3,15 @@ title: Change Log
|
|||
toc: hidden
|
||||
---
|
||||
|
||||
|
||||
### 2.5.18
|
||||
|
||||
`2021-04-02`
|
||||
|
||||
- Fix
|
||||
- Fix the problem that the initial value of `stepper` is `-` `.` incorrectly parsed
|
||||
- Fix the problem of incorrect image size modification by `image-reader`
|
||||
|
||||
### 2.5.17
|
||||
|
||||
`2021-03-02`
|
||||
|
|
|
@ -3,6 +3,14 @@ title: 更新日志
|
|||
toc: hidden
|
||||
---
|
||||
|
||||
### 2.5.18
|
||||
|
||||
`2021-04-02`
|
||||
|
||||
- Fix
|
||||
- 修复 `stepper` 初始值为 `-` `.` 解析不正确的问题
|
||||
- 修复 `image-reader` 对图片尺寸修改不正确的问题
|
||||
|
||||
### 2.5.17
|
||||
|
||||
`2021-03-02`
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mand-mobile",
|
||||
"version": "2.5.17",
|
||||
"version": "2.5.18",
|
||||
"description": "A Vue.js 2.0 Mobile UI Toolkit",
|
||||
"homepage": "https://didi.github.io/mand-mobile",
|
||||
"main": "lib/mand-mobile.umd.js",
|
||||
|
|
Loading…
Reference in New Issue