Skip to content

Commit

Permalink
revert: 发布新版本 0.60.0 (2023-08-04)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyh2001 committed Aug 4, 2023
1 parent 818fc2c commit 0d4eb29
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 30 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@
English | [Chinese](https://github.com/FightingDesign/fighting-design/blob/master/CHANGELOG.md)

## 0.60.0 (2023-08-04)

- Optimize the `f-radio` component styles
- Deprecate the `f-tabs-pane` component
- Add a new `f-tabs-item` component
- Add a `loading` configuration option to the `f-switch` component
- Remove the `edit-status` and `on-edit` configuration options from the `f-tabs` component
- Remove the `on-scroll-when` configuration option from the `f-infinite-scrolling` component
- Remove the `styles` configuration option from the `f-infinite-scrolling` component
- Remove the `loading` configuration option from the `f-infinite-scrolling` component
- Refactor the `f-infinite-scrolling` component
- Refactor the `f-tabs` component
- Modify the parameter type of `on-scroll-end` in the `f-infinite-scrolling` component
- Fix warning issues in the `f-textarea`, `f-input`, `f-dialog`, `f-drawer`, `f-date-picker`, `f-image-preview`, `f-input-number`, `f-pagination`, `f-radio-group`, `f-swap`, `f-select`, `f-switch`, `f-time-pick`, `f-up-load`, and `f-rate` components when binding empty values bidirectionally

## 0.52.0 (2023-07-14)

- Add `f-avatar-group` component
Expand Down
18 changes: 3 additions & 15 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.60.0 (2023-08-04)

- 优化 `f-radio` 组件样式
- 废除 `f-tabs-pane` 组件
- 新增 `f-tabs-item` 组件
Expand All @@ -13,21 +15,7 @@
- 重构 `f-infinite-scrolling` 组件
- 重构 `f-tabs` 组件
- 废除 `f-infinite-scrolling` 组件 `on-scroll-end` 参数类型修改
- 修复 `f-textarea` 组件在双向绑定空值时的警告问题
- 修复 `f-input` 组件在双向绑定空值时的警告问题
- 修复 `f-dialog` 组件在双向绑定空值时的警告问题
- 修复 `f-drawer` 组件在双向绑定空值时的警告问题
- 修复 `f-date-picker` 组件在双向绑定空值时的警告问题
- 修复 `f-image-preview` 组件在双向绑定空值时的警告问题
- 修复 `f-input-number` 组件在双向绑定空值时的警告问题
- 修复 `f-pagination` 组件在双向绑定空值时的警告问题
- 修复 `f-radio-group` 组件在双向绑定空值时的警告问题
- 修复 `f-swap` 组件在双向绑定空值时的警告问题
- 修复 `f-select` 组件在双向绑定空值时的警告问题
- 修复 `f-switch` 组件在双向绑定空值时的警告问题
- 修复 `f-time-pick` 组件在双向绑定空值时的警告问题
- 修复 `f-up-load` 组件在双向绑定空值时的警告问题
- 修复 `f-rate` 组件在双向绑定空值时的警告问题
- 修复 `f-textarea``f-input``f-dialog``f-drawer``f-date-picker``f-image-preview``f-input-number``f-pagination``f-radio-group``f-swap``f-select``f-switch``f-time-pick``f-up-load``f-rate` 组件在双向绑定空值时的警告问题

## 0.52.0 (2023-07-14)

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

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

## 0.60.0 (2023-08-04)

- 优化 `f-radio` 组件样式
- 废除 `f-tabs-pane` 组件
- 新增 `f-tabs-item` 组件
- 新增 `f-switch` 组件 `loading` 配置项
- 废除 `f-tabs` 组件 `edit-status` `on-edit` 配置项
- 废除 `f-infinite-scrolling` 组件 `on-scroll-when` 配置项
- 废除 `f-infinite-scrolling` 组件 `styles` 配置项
- 废除 `f-infinite-scrolling` 组件 `loading` 配置项
- 重构 `f-infinite-scrolling` 组件
- 重构 `f-tabs` 组件
- 废除 `f-infinite-scrolling` 组件 `on-scroll-end` 参数类型修改
- 修复 `f-textarea``f-input``f-dialog``f-drawer``f-date-picker``f-image-preview``f-input-number``f-pagination``f-radio-group``f-swap``f-select``f-switch``f-time-pick``f-up-load``f-rate` 组件在双向绑定空值时的警告问题

## 0.52.0 (2023-07-14)

- 新增 `f-avatar-group` 组件
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.52.0",
"version": "0.60.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"
}
}
15 changes: 2 additions & 13 deletions start/src/App.vue
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
<script lang="ts" setup>
import { ref } from 'vue'
<script lang="ts" setup></script>

const value = ref(undefined)
</script>

<template>
<f-select v-model="value" placeholder="请选择……">
<f-option :value="1">香蕉</f-option>
<f-option :value="2">苹果</f-option>
<f-option :value="3">哈密瓜</f-option>
<f-option :value="4">樱桃</f-option>
</f-select>
</template>
<template></template>

0 comments on commit 0d4eb29

Please sign in to comment.