Skip to content

Commit d3b537e

Browse files
committed
revert: 发布新版本 1.0.0-alpha.2
1 parent ded219b commit d3b537e

File tree

4 files changed

+38
-2
lines changed

4 files changed

+38
-2
lines changed

CHANGELOG.en-US.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44
55
English | [Chinese](https://github.com/FightingDesign/fighting-design/blob/master/CHANGELOG.md)
66

7+
## 1.0.0-alpha.2 (2024-05-11)
8+
9+
**Fix**
10+
11+
- Fix the issue of invalid configuration items in the `width` component of the `f-select` component
12+
- Fix the issue of input text not displaying in the `filter` configuration of the `f-select` component
13+
- Fix the issue of unfriendly interaction between `f-select` components
14+
15+
**Style**
16+
17+
- Optimize the style details of `f-input`
18+
719
## 1.0.0-alpha.1 (2024-04-30)
820

921
- Fix the responsive loss issue of adding elements to `f-tree` [#469](https://github.com/FightingDesign/fighting-design/pull/469)

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

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

5+
## 1.0.0-alpha.2 (2024-05-11)
6+
7+
**修复**
8+
9+
- 修复 `f-select` 组件 `width` 配置项失效问题
10+
- 修复 `f-select` 组件 `filter` 配置输入文字不显示问题
11+
- 修复 `f-select` 组件交互不友好的问题
12+
13+
**样式**
14+
15+
- 优化 `f-input` 样式细节
16+
517
## 1.0.0-alpha.1 (2024-04-30)
618

719
- 修复 `f-tree` 添加元素响应式丢失问题 [#469](https://github.com/FightingDesign/fighting-design/pull/469)

docs/docs/changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

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

5+
## 1.0.0-alpha.2 (2024-05-11)
6+
7+
**修复**
8+
9+
- 修复 `f-select` 组件 `width` 配置项失效问题
10+
- 修复 `f-select` 组件 `filter` 配置输入文字不显示问题
11+
- 修复 `f-select` 组件交互不友好的问题
12+
13+
**样式**
14+
15+
- 优化 `f-input` 样式细节
16+
517
## 1.0.0-alpha.1 (2024-04-30)
618

719
- 修复 `f-tree` 添加元素响应式丢失问题 [#469](https://github.com/FightingDesign/fighting-design/pull/469)

packages/fighting-design/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fighting-design",
3-
"version": "1.0.0-alpha.1",
3+
"version": "1.0.0-alpha.2",
44
"description": "Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.",
55
"keywords": [
66
"fighting",
@@ -58,4 +58,4 @@
5858
},
5959
"homepage": "https://fighting.tianyuhao.cn",
6060
"repository": "https://github.com/FightingDesign/fighting-design"
61-
}
61+
}

0 commit comments

Comments
 (0)