docs: 更新 2.6.1 changelog

This commit is contained in:
MeloHG 2023-02-02 10:25:50 +08:00
parent 5d3b3ac872
commit 480e25eb14
4 changed files with 31 additions and 3 deletions

View File

@ -2,12 +2,26 @@
title: Change Log
toc: hidden
---
### 2.6.1
`2022-02-02`
- Design
- 🍭 Financial design specification update
- `CheckBox` Updated font color, border color, background color
- Feature
- `Check`、`Radio`
- `CheckBox`、`RadioBox` added the option to select corner position
- `Icon`
- By default, using SVG format in Apple [Lockdown Mode](https://support.apple.com/zh-cn/HT212650), could not use web fonts
### 2.6.0
`2022-08-26`
- Design
- 🍭Financial design specification update
- 🍭 Financial design specification update
- Update the theme color, [detail](https://github.com/didi/mand-mobile/pull/755/files#diff-dafec5882d1f310bec1be2ca7fb586a99589509362a07d650e827813eee6136a)
- `Toast` the background color was changed from translucent to opaque
- `Button` border radius changed from '4px' to '16px'

View File

@ -3,6 +3,20 @@ title: 更新日志
toc: hidden
---
### 2.6.1
`2022-02-02`
- Design
- 🍭金融设计规范更新
- `CheckBox` 更新字体颜色、边框、背景色颜色
- Feature
- `Check`、`Radio`
- `CheckBox`、`RadioBox` 增加选中角标位置选项
- `Icon`
- 默认使用 SVG 格式,在 Apple [锁定模式](https://support.apple.com/zh-cn/HT212650)中,无法使用网页字体
### 2.6.0
`2022-08-26`

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "mand-mobile",
"version": "2.6.1-beta.9",
"version": "2.6.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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