Bump up version to 2.5.5

This commit is contained in:
xuxiaoyan 2019-11-08 17:41:32 +08:00
parent 13d88434e7
commit 9c2258cba1
3 changed files with 17 additions and 1 deletions

View File

@ -3,6 +3,14 @@ title: Change Log
toc: hidden
---
### 2.5.5
`2019-11-08`
- Fix
- Fix the problem of size exception caused by window size change when `TabBar` were used in `keep-alive`[#608](https://github.com/didi/mand-mobile/issues/608)
- Fix `Skeleton` title exception shows when it is empty
### 2.5.4
`2019-11-02`

View File

@ -3,6 +3,14 @@ title: 更新日志
toc: hidden
---
### 2.5.5
`2019-11-08`
- Fix
- 修复`TabBar`在`keep-alive`中使用因窗口尺寸变更导致尺寸异常的问题[#608](https://github.com/didi/mand-mobile/issues/608)
- 修复`Skeleton`标题为空时也展示的问题
### 2.5.4
`2019-11-02`

View File

@ -1,6 +1,6 @@
{
"name": "mand-mobile",
"version": "2.5.4",
"version": "2.5.5",
"description": "A Vue.js 2.0 Mobile UI Toolkit",
"homepage": "https://didi.github.io/mand-mobile",
"main": "lib/mand-mobile.umd.js",