Skip to content

Commit

Permalink
Bump up version to 2.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xxyan0205 committed Nov 2, 2019
1 parent bb7ce5e commit dab4432
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@ title: Change Log
toc: hidden
---

### 2.5.4

`2019-11-02`

- Feat
- `ScrollView` adds method`getOffsets`, used to get scroll distance

- Fix
- Fix the problem that `Swiper` changes back to the first screen due to window size change[#596](https://github.com/didi/mand-mobile/issues/596)
- Fix the problem of size exception caused by window size change when `Swiper` and `TabBar` were used in `keep-alive`[#599](https://github.com/didi/mand-mobile/issues/599)
- Fix `TabBar` size calculation compatibility issue
- Update the presentation logic of the `TextareaItem` empty button, only when the form value is not empty and focused[#589](https://github.com/didi/mand-mobile/issues/589)

### 2.5.3

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

### 2.5.4

`2019-11-02`

- Feat
- `ScrollView`增加方法`getOffsets`,用于获取当前滚动距离

- Fix
- 修复`Swiper`因窗口尺寸变更回到第一屏的问题[#596](https://github.com/didi/mand-mobile/issues/596)
- 修复`Swiper``TabBar``keep-alive`中使用因窗口尺寸变更导致尺寸异常的问题[#599](https://github.com/didi/mand-mobile/issues/599)
- 修复`TabBar`尺寸计算兼容性问题
- 更新`TextareaItem`清空按钮的展示逻辑,只有当表单值不为空且获得焦点时才展示[#589](https://github.com/didi/mand-mobile/issues/589)

### 2.5.3

`2019-10-11`
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.5.3",
"version": "2.5.4",
"description": "A Vue.js 2.0 Mobile UI Toolkit",
"homepage": "https://didi.github.io/mand-mobile",
"main": "lib/mand-mobile.umd.js",
Expand Down

0 comments on commit dab4432

Please sign in to comment.