Skip to content

Commit

Permalink
revert: 发布新版本 0.25.0 (2023-02-21) 🔆🔆🔆
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyh2001 committed Feb 21, 2023
1 parent 26ae9df commit d1d2db8
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 12 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
English | [Chinese](https://github.com/FightingDesign/fighting-design/blob/master/CHANGELOG.md)

## 0.25.0 (2023-02-21)

- Optimize the `f-image-preview` component pop-up animation effect
- `f-image-preview` component adds `append-to-body` configuration item
- Complete all component ts type notes
- `f-expand-card` component adds a `vertical` configuration item

## 0.24.0 (2023-02-17)

- `f-progress` component `type` adds `info` and `default` configuration items
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

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

## 0.24.1 (2023-02-21)
## 0.25.0 (2023-02-21)

- 优化 `f-image-preview` 组件弹出动画效果
- `f-image-preview` 组件新增 `append-to-body` 配置项
- 完善全部组件 ts 类型注释
- `f-expand-card` 组件新增 `vertical` 配置项

## 0.24.0 (2023-02-17)

Expand Down
7 changes: 7 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## 0.25.0 (2023-02-21)

- 优化 `f-image-preview` 组件弹出动画效果
- `f-image-preview` 组件新增 `append-to-body` 配置项
- 完善全部组件 ts 类型注释
- `f-expand-card` 组件新增 `vertical` 配置项

## 0.24.0 (2023-02-17)

- `f-progress` 组件 `type` 新增 `info``default` 配置项
Expand Down
2 changes: 1 addition & 1 deletion packages/fighting-design/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fighting-design",
"version": "0.24.0",
"version": "0.25.0",
"description": "Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.",
"keywords": [
"fighting",
Expand Down
14 changes: 4 additions & 10 deletions start/src/App.vue
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
<script lang="ts" setup>
const imageList = [
'https://tianyuhao.cn/images/fighting-design/1.jpg',
'https://tianyuhao.cn/images/fighting-design/2.jpg',
'https://tianyuhao.cn/images/fighting-design/3.jpg'
]
</script>
<script lang="ts" setup></script>

<template>
<f-expand-card :image-list="imageList" round />
</template>
<template></template>

<style lang="scss" scoped></style>

0 comments on commit d1d2db8

Please sign in to comment.