diff --git a/CHANGELOG.en-US.md b/CHANGELOG.en-US.md index 263af0c7..b5f63f87 100644 --- a/CHANGELOG.en-US.md +++ b/CHANGELOG.en-US.md @@ -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` diff --git a/CHANGELOG.md b/CHANGELOG.md index 684c8f0b..2ddc6e93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ title: 更新日志 toc: hidden --- +### 2.5.18 + +`2021-04-02` + +- Fix + - 修复 `stepper` 初始值为 `-` `.` 解析不正确的问题 + - 修复 `image-reader` 对图片尺寸修改不正确的问题 + ### 2.5.17 `2021-03-02` diff --git a/package.json b/package.json index 498a7ea6..eee54eb3 100644 --- a/package.json +++ b/package.json @@ -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",