Skip to content

Commit

Permalink
docs: 添加更新日志
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyh2001 committed Jun 20, 2024
1 parent b9bd709 commit 672804b
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@
English | [Chinese](https://github.com/FightingDesign/fighting-design/blob/master/CHANGELOG.md)

## 1.0.0-alpha.9 (2024-06-20)

- Fixed the issue with the `filter` option flickering on click in the `f-select` component
- Fixed the issue with the `row-gap` option not working in the `f-checkbox-group` component
- Disabled the native form validation for the `f-form` component
- Fixed the inconsistent outline style of the `f-textarea`
- Fixed the misalignment issue of the input box in the `f-textarea` component when the `resize` option is set to different values
- Optimized the overall flow and further refined the code of the `f-textarea` component
- Changed the default behavior of the Enter key in the `f-textarea` component to create a new line, and set ctrl + Enter to trigger the submit event, which will execute the `on-enter` event
- Fixed the issue with the `f-select` component not clearing the input box when the bound value is empty
- Optimized the `f-up-load` syntax [#492](https://github.com/FightingDesign/fighting-design/pull/492)
- Fixed the issue with the `f-select` component losing responsiveness to dynamic changes
- Fixed the issue with the `f-select` component still showing filtered content after losing focus and reopening the dropdown

## 1.0.0-alpha.8 (2024-06-12)

- Fix the issue of `f-image` and `f-avatar` components being squeezed
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)

## 1.0.0-alpha.9 (2024-06-20)

- 修复 `f-select` 组件 `filter` 配置项筛选点击闪烁的问题
- 修复 `f-checkbox-group` 组件 `row-gap` 配置项失效问题
- 禁止了 `f-form` 组件的原生表单校验
Expand Down
14 changes: 14 additions & 0 deletions docs/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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

## 1.0.0-alpha.9 (2024-06-20)

- 修复 `f-select` 组件 `filter` 配置项筛选点击闪烁的问题
- 修复 `f-checkbox-group` 组件 `row-gap` 配置项失效问题
- 禁止了 `f-form` 组件的原生表单校验
- 修复 `f-textarea` 的 outline 样式不一致性
- 修复 `f-textarea` 组件在 `resize` 不同配置项的情况下输入框错位的问题
- 优化 `f-textarea` 组件整体流程度,代码近一步优化
- `f-textarea` 组件 Enter 事件默认改为换行,ctrl + Enter 为提交事件,会执行 `on-enter` 事件
- 修复 `f-select` 组件在绑定值为空的时候没有清空输入框的问题
- 优化 `f-up-load` 语法 [#492](https://github.com/FightingDesign/fighting-design/pull/492)
- 修复 `f-select` 组件动态变更响应试丢失问题
- 修复 `f-select` 组件在筛选之后,直接失去焦点关闭下拉选项再次打开时依然显示过滤的内容问题

## 1.0.0-alpha.8 (2024-06-12)

- 修复 `f-image``f-avatar` 组件被挤压的问题
Expand Down

0 comments on commit 672804b

Please sign in to comment.