Skip to content

Commit

Permalink
Bump up version to 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xxyan0205 committed Jul 18, 2019
1 parent 78a7fc5 commit d183606
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,20 @@ title: Change Log
toc: hidden
---

### 2.3.3

`2019-07-18`

- Fix
- Fix compatibility issues when fixing `Toast` custom positions[#485](https://github.com/didi/mand-mobile/issues/485)
- Fix `TabPicker` when setting `default-value`, `TabBar` can't automatically select the last item[#488](https://github.com/didi/mand-mobile/issues/488)
- Fix `Selector` and `CheckList` click icons can't select current item[#491](https://github.com/didi/mand-mobile/issues/491)
- Fix this problem `Popup` can't cover `NoticeBar`[#492](https://github.com/didi/mand-mobile/issues/492)
- Fix partial `stylus` variable assignment error in `Stepper`

### 2.3.2

`2019-06-22`
`2019-07-05`

- Fix
- fix `Codebox` value could not be assigned when initializing
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@ title: 更新日志
toc: hidden
---

### 2.3.3

`2019-07-18`

- Fix
- 修复`Toast`自定义位置时的样式兼容问题[#485](https://github.com/didi/mand-mobile/issues/485)
- 修复`TabPicker`设置`default-value`时,`TabBar`无法自动选中最后一项的问题[#488](https://github.com/didi/mand-mobile/issues/488)
- 修复`Selector``CheckList`点击图标无法选中的问题[#491](https://github.com/didi/mand-mobile/issues/491)
- 修复`Popup`无法覆盖`NoticeBar`的问题[#492](https://github.com/didi/mand-mobile/issues/492)
- 修复`Stepper`中部分`stylus`变量赋值错误

### 2.3.2

`2019-07-05`
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.3.2",
"version": "2.3.3",
"description": "A Vue.js 2.0 Mobile UI Toolkit",
"homepage": "https://github.com/didi/mand-mobile",
"main": "lib/mand-mobile.umd.js",
Expand Down

0 comments on commit d183606

Please sign in to comment.