Skip to content

Commit

Permalink
chore: 更新版本、更新日志
Browse files Browse the repository at this point in the history
  • Loading branch information
qifeng0748 committed Aug 26, 2022
1 parent da6352e commit 8f4884f
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 26 deletions.
40 changes: 29 additions & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,29 @@ title: 更新日志
toc: hidden
---

### 2.6.0

`2022-08-24`

- Design
- 🍭金融设计规范更新
- 更新主题色,[详情](https://github.com/didi/mand-mobile/pull/755/files#diff-dafec5882d1f310bec1be2ca7fb586a99589509362a07d650e827813eee6136a)
- `Toast` 背景色由半透明改为不透明
- `Button` 圆角由 `4px` 修改为 `16px`
- `Icon` 更新图标整体视觉效果

- Feature
- `Toast`
- 增加方形样式组件
- `NumberKeyboard`
- 增加禁用键盘选项
- 增加 `00` 按键选项

### 2.5.20

`2021-07-22`

- Feat
- Feature
- 添加更多的国际化支持

### 2.5.19
Expand All @@ -31,7 +49,7 @@ toc: hidden

`2021-03-02`

- Feat
- Feature
- 添加国际化支持

### 2.5.16
Expand All @@ -52,7 +70,7 @@ toc: hidden

`2021-01-15`

- Feat
- Feature
- `Dialog`使用静态方法时支持传入`transition`[#716](https://github.com/didi/mand-mobile/issues/716)
- Fix
- 修复`Tip`组件子组件属性为空时导致报错
Expand All @@ -62,7 +80,7 @@ toc: hidden

`2020-09-17`

- Feat
- Feature
- `TextareaItem`支持格式化[#699](https://github.com/didi/mand-mobile/issues/699)

- Fix
Expand Down Expand Up @@ -97,7 +115,7 @@ toc: hidden

`2020-03-26`

- Feat
- Feature
- `CheckGroup`增加方法`toggleAll`用于全选/全不选和反选[#648](https://github.com/didi/mand-mobile/issues/648)

- Fix
Expand All @@ -107,7 +125,7 @@ toc: hidden

`2020-02-04`

- Feat
- Feature
- `Captcha`增加属性`auto-send`,用于控制验证码弹窗第一次展示时是否自动触发`send`事件
- `ResultPage`属性增加动态变更响应

Expand All @@ -123,7 +141,7 @@ toc: hidden

`2019-12-26`

- Feat
- Feature
- `Landscape`增加属性`transition`,用于自定义展示动效

- Fix
Expand All @@ -150,7 +168,7 @@ toc: hidden

`2019-11-02`

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

- Fix
Expand All @@ -163,7 +181,7 @@ toc: hidden

`2019-10-11`

- Feat
- Feature
- `TextareaItem`增加属性`clearable`[#589](https://github.com/didi/mand-mobile/issues/589)

- Fix
Expand All @@ -174,7 +192,7 @@ toc: hidden

`2019-09-20`

- Feat
- Feature
- `Picker``DatePicker`增加属性`keep-index`,用于设置当列数据发生变更时,保持上次停留位置

- Fix
Expand All @@ -186,7 +204,7 @@ toc: hidden

`2019-09-04`

- Feat
- Feature
- 增加部分全局[reset样式](https://github.com/didi/mand-mobile/pull/539/files)
- 新增组件`Skeleton`
- 新增组件`TextareaItem`
Expand Down
47 changes: 34 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mand-mobile",
"version": "2.6.0-beta.8",
"version": "2.6.0",
"description": "A Vue.js 2.0 Mobile UI Toolkit",
"homepage": "https://didi.github.io/mand-mobile",
"main": "lib/mand-mobile.umd.js",
Expand Down Expand Up @@ -224,5 +224,9 @@
"browserslist": [
"iOS >= 8",
"Android > 4.0"
]
],
"engines": {
"node": ">=6 <13",
"npm": ">=3"
}
}

0 comments on commit 8f4884f

Please sign in to comment.