Skip to content

Commit

Permalink
docs: 添加更新日志
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyh2001 committed Mar 21, 2023
1 parent 23dd026 commit fc1d3d6
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,19 @@
English | [Chinese](https://github.com/FightingDesign/fighting-design/blob/master/CHANGELOG.md)

## 0.28.0 (2023-03-21)

- Change the `f-image` component `no-select` configuration item to `select`
- Optimize `f-image` and `f-avatar` components
- `f-radio` component abolishes the `border` configuration item
- Add a `background` configuration item for the `f-radio` component
- `f-radio` component style refactoring

## 0.27.2 (2023-03-13)

**Fix**

- Fix the problem of 'f-pagination' switch code number display error
- Fix the problem of `f-pagination` switch code number display error

## 0.27.1 (2023-03-10)

Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

中文 | [英文](https://github.com/FightingDesign/fighting-design/blob/master/CHANGELOG.en-US.md)

## 0.28.0 (2023-03-21)

- `f-image` 组件 `no-select` 配置项改为 `select`
- 优化 `f-image``f-avatar` 组件
- `f-radio` 组件废除 `border` 配置项
Expand Down
10 changes: 9 additions & 1 deletion docs/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

中文 | [英文](https://github.com/FightingDesign/fighting-design/blob/master/CHANGELOG.en-US.md)

## 0.27.1 (2023-03-13)
## 0.28.0 (2023-03-21)

- `f-image` 组件 `no-select` 配置项改为 `select`
- 优化 `f-image``f-avatar` 组件
- `f-radio` 组件废除 `border` 配置项
- `f-radio` 组件新增 `background` 配置项
- `f-radio` 组件样式重构

## 0.27.2 (2023-03-13)

**修复**

Expand Down
4 changes: 2 additions & 2 deletions packages/fighting-design/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fighting-design",
"version": "0.27.2",
"version": "0.28.0",
"description": "Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.",
"keywords": [
"fighting",
Expand Down Expand Up @@ -57,4 +57,4 @@
},
"homepage": "https://fighting.tianyuhao.cn",
"repository": "https://github.com/FightingDesign/fighting-design"
}
}

0 comments on commit fc1d3d6

Please sign in to comment.