Skip to content

Commit

Permalink
revert: 发布新版本 0.9.0-alpha.4 (2022-11-23) 🎉🎉🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyh2001 committed Nov 23, 2022
1 parent 5567076 commit dcdb458
Show file tree
Hide file tree
Showing 4 changed files with 143 additions and 3 deletions.
73 changes: 71 additions & 2 deletions CHANGELOG.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,75 @@
English | [Chinese](https://github.com/FightingDesign/fighting-design/blob/master/CHANGELOG.md)

## 0.9.0-alpha.4 (2022-11-23)

**New Features**

- Add `f-date-picker` component
- Add `f-time-picker` component
- Add `f-input-number` component
- Add `f-input` component `type` attribute `number` type
- Add `f-input` component `after-icon` configuration item
- Add `f-input` component `on-input` configuration item
- Add `f-input` component `after` slot
- Add `f-textarea` component `on-input` configuration item
- Add `f-input` component to view password switching animation effect
- Add `f-breadcrumb item` component `color` `icon-color` `separator` configuration item
- Add `f-tag` component to close animation
- Add `f-card` component padding to implement the number type parameter

**Fix Bugs**

- Fix the problem of `f-input` component `on-change` callback error
- Fix the callback error of `f-textarea` component `on-change`
- Fix the problem of using `f-list item` independently

**Other Updates**

- Optimize the password viewing method of the `f-input` component
- Optimize `f-dropdown` component style details
- Optimize `f-alert` component style details
- Optimize `f-back top` component style details
- Refactoring `f-calendar` component header style
- Reconstruct the internal details of the `f-calendar` component
- Reconstruct the internal details of the `f-tag` component
- Revoke the `f-list` component `list-style` configuration item
- Reconstruct `f-skeleton` component `size` configuration item
- Revoke the `f-skeleton` component `circled` configuration item
- Cancel the `f-close btn` component `no-over` configuration item
- Change the `f-breadcrumb` component `separator-color` parameter to `icon-color`
- Change the `f-breadcrumb` component `item color` parameter to `color`
- Change the `f-skeleton` component `rounded` parameter to `round`
- Update the default values of the `f-back-top` component `bottom` `right` `background` `color` parameters
- Change the `f-toolbar-item` component `click` parameter to `on click`
- Change the `f-toolbar-item` component `data-key` parameter to `index`
- Change the `f-toolbar-item` component `icon-size` parameter to the default value of 16
- Change the `f-toolbar` component `click` parameter to `on-click`
- Change the `f-image-preview` component `close` callback to `on-close`
- Change the `f-alert` component `close-end` callback to `on-close`
- Change `f-button` component `click` callback to `on-click` callback`
- Change `f-avatar` component `load` `error` callback to `on-load` `on-error`
- Change `f-image` component `load` `error` callback to `on-load` `on-error`
- `f-calendar` component `change-switch` `change-date` callback is changed to `on-change-month` `on-change-date`
- Change the `f-card` component `padding` parameter to the default value of 20
- Change the `f-checkbox` component `change` parameter to `on-change`
- Change the `f-checkbox-group` component `change` parameter to `on-change`
- Change the `f-close btn` component `click` parameter to `on click`
- Change `f-dialog` component `open` `open-end` `close` `close-end` to `on-open` `on-open-end` `on-close` `on-close-end`
- Change `f-drawer` component `open` `open-end` `close` `close-end` to `on-open` `on-open-end` `on-close` `on-close-end`
- Change `f-popup` component `open` `open-end` `close-end` `close-end` to `on-open` `on-open-end` `on-close` `on-close-end`
- Change the `f-dropdown-item` component `click` parameter to `on-click`
- Change the `f-link` component `click` parameter to `on-click`
- Change the `f-message` component `close-end` parameter to `on-close`
- Change the `f-notification` component `close-end` parameter to `on-close`
- Change the `f-page header` component `back` parameter to `on-back`
- Change the `f-radio` component `change` parameter to `on-change`
- Change the `f-radio-group` component `change` parameter to `on-change`
- Change the `f-svg-icon` component `click` parameter to `on-click`
- Change the `f-switch` component `change` parameter to `on-change`
- Change the `f-tag` component `close-end` parameter to `on-close`
- Change the `f-up-load` component `change` `load` parameter to `on-change` `on-load`

## 0.9.0-alpha.3 (2022-11-18)

- Fix the `f-checkbox-group` type error
Expand Down Expand Up @@ -135,7 +204,7 @@ English | [Chinese](https://github.com/FightingDesign/fighting-design/blob/maste
- The `f-loading` component cancels the `close` emit callback, and adds the `close-end` props option
- The `f-svg-icon` component cancels the `click` exit callback, and adds the `click` props option
- The `f-radio` component cancels the `change` exit callback, and adds the `change` props option
- `f-radio group` component cancels `change` exit callback, and adds `change` props option
- `f-radio-group` component cancels `change` exit callback, and adds `change` props option
- The style of the `f-radio` component has changed in the border state
- `f-close-btn` Add `no-cover` configuration item

Expand Down Expand Up @@ -280,7 +349,7 @@ English | [Chinese](https://github.com/FightingDesign/fighting-design/blob/maste
- Optimize the internal implementation of `f-link` components
- Optimize the internal implementation of `f-text` components
- The `f-text` component `size` `spacing` `line-height` `text-indent` `padding` `width` attribute supports the `number` type parameter
- Change the attribute of `f-text` component `text-indent` to `indent``
- Change the attribute of `f-text` component `text-indent` to `indent`
- `f-text` Internal Export New Type `TextDecorationType`

## 0.7.0-alpha.2 (2022-09-29)
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)

## 0.9.0-alpha.4 (2022-11-23)

**新功能**

- 新增 `f-date-picker` 组件
Expand Down
69 changes: 69 additions & 0 deletions docs/docs/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,75 @@

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

## 0.9.0-alpha.4 (2022-11-23)

**新功能**

- 新增 `f-date-picker` 组件
- 新增 `f-time-picker` 组件
- 新增 `f-input-number` 组件
- 新增 `f-input` 组件 `type` 属性 `number` 类型
- 新增 `f-input` 组件 `after-icon` 配置项
- 新增 `f-input` 组件 `on-input` 配置项
- 新增 `f-input` 组件 `after` 插槽
- 新增 `f-textarea` 组件 `on-input` 配置项
- 新增 `f-input` 组件加入查看密码切换动画效果
- 新增 `f-breadcrumb-item` 组件 `color` `icon-color` `separator` 配置项
- 新增 `f-tag` 组件关闭动画
- 新增 `f-card` 组件 padding 实现 number 类型参数

**修复 Bug**

- 修复 `f-input` 组件 `on-change` 回调错误的问题
- 修复 `f-textarea` 组件 `on-change` 回调错误的问题
- 修复 `f-list-item` 单独使用报错的问题

**其它更新**

- 优化 `f-input` 组件查看密码方式
- 优化 `f-dropdown` 组件样式细节
- 优化 `f-alert` 组件样式细节
- 优化 `f-back-top` 组件样式细节
- 重构 `f-calendar` 组件头部样式
- 重构 `f-calendar` 组件内部细节
- 重构 `f-tag` 组件内部细节
- 废除 `f-list` 组件 `list-style` 配置项
- 重构 `f-skeleton` 组件 `size` 配置项
- 废除 `f-skeleton` 组件 `circled` 配置项
- 废除 `f-close-btn` 组件 `no-hover` 配置项
- `f-breadcrumb` 组件 `separator-color` 参数改为 `icon-color`
- `f-breadcrumb` 组件 `item-color` 参数改为 `color`
- `f-skeleton` 组件 `rounded` 参数改为 `round`
- `f-back-top` 组件 `bottom` `right` `background` `color` 参数默认值更新
- `f-toolbar-item` 组件 `click` 参数改为 `on-click`
- `f-toolbar-item` 组件 `data-key` 参数改为 `index`
- `f-toolbar-item` 组件 `icon-size` 参数改为默认值 16
- `f-toolbar` 组件 `click` 参数改为 `on-click`
- `f-image-preview` 组件 `close` 回调改为 `on-close`
- `f-alert` 组件 `close-end` 回调改为 `on-close`
- `f-button` 组件 `click` 回调改为 `on-click`
- `f-avatar` 组件 `load` `error` 回调改为 `on-load` `on-error`
- `f-image` 组件 `load` `error` 回调改为 `on-load` `on-error`
- `f-calendar` 组件 `change-switch` `change-date` 回调改为 `on-change-month` `on-change-date`
- `f-card` 组件 `padding` 参数改为默认值为 20
- `f-checkbox` 组件 `change` 参数改为 `on-change`
- `f-checkbox-group` 组件 `change` 参数改为 `on-change`
- `f-close-btn` 组件 `click` 参数改为 `on-click`
- `f-dialog` 组件 `open` `open-end` `close` `close-end` 改为 `on-open` `on-open-end` `on-close` `on-close-end`
- `f-drawer` 组件 `open` `open-end` `close` `close-end` 改为 `on-open` `on-open-end` `on-close` `on-close-end`
- `f-popup` 组件 `open` `open-end` `close` `close-end` 改为 `on-open` `on-open-end` `on-close` `on-close-end`
- `f-dropdown-item` 组件 `click` 参数改为 `on-click`
- `f-link` 组件 `click` 参数改为 `on-click`
- `f-message` 组件 `close-end` 参数改为 `on-close`
- `f-notification` 组件 `close-end` 参数改为 `on-close`
- `f-page-header` 组件 `back` 参数改为 `on-back`
- `f-radio` 组件 `change` 参数改为 `on-change`
- `f-radio-group` 组件 `change` 参数改为 `on-change`
- `f-svg-icon` 组件 `click` 参数改为 `on-click`
- `f-switch` 组件 `change` 参数改为 `on-change`
- `f-tag` 组件 `close-end` 参数改为 `on-close`
- `f-up-load` 组件 `change` `load` 参数改为 `on-change` `on-load`

## 0.9.0-alpha.3 (2022-11-18)

- 更新类型配置文件
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.9.0-alpha.3",
"version": "0.9.0-alpha.4",
"description": "Fighting design can quickly build interactive interfaces in vue3 applications, which looks good.",
"keywords": [
"fighting",
Expand Down

0 comments on commit dcdb458

Please sign in to comment.