Skip to content

Commit

Permalink
revert: 发布新版本 0.67.3 (2024-03-05)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyh2001 committed Mar 5, 2024
1 parent c9c7d0b commit 1c15490
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
English | [Chinese](https://github.com/FightingDesign/fighting-design/blob/master/CHANGELOG.md)

## 0.67.3 (2024-03-05)

- Fix the issue where the list cannot be cleared under specific circumstances after configuring the `f-up-load` component with `show-list`
- Fix the issue of incorrect binding values for the `f-select` component configuration `filter`

## 0.67.2 (2024-03-01)

- Add `f-form-item` object deep validation
Expand Down
5 changes: 5 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## 0.67.3 (2024-03-05)

- 修复 `f-up-load` 组件配置 `show-list` 之后在特定情况下列表无法清空的问题
- 修复 `f-select` 组件配置 `filter` 绑定值错误的问题

## 0.67.2 (2024-03-01)

- 新增 `f-form-item` 对象深层校验
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.67.2",
"version": "0.67.3",
"description": "Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.",
"keywords": [
"fighting",
Expand Down Expand Up @@ -58,4 +58,4 @@
},
"homepage": "https://fighting.tianyuhao.cn",
"repository": "https://github.com/FightingDesign/fighting-design"
}
}
1 change: 0 additions & 1 deletion packages/fighting-design/select/src/select.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@
return (node as SelectChildren).children.default()[0].children === prop.modelValue
})
console.log(123)
/**
* 如果没有通过插槽找出和绑定值相同的
*
Expand Down

0 comments on commit 1c15490

Please sign in to comment.